Class DisplayVideo360AdvertiserLinkProposal
A proposal for a link between a GA4 property and a Display & Video 360 advertiser.
A proposal is converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins approve inbound proposals while Display & Video 360 admins approve outbound proposals.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class DisplayVideo360AdvertiserLinkProposal : IMessage<DisplayVideo360AdvertiserLinkProposal>, IEquatable<DisplayVideo360AdvertiserLinkProposal>, IDeepCloneable<DisplayVideo360AdvertiserLinkProposal>, IBufferMessage, IMessage
Constructors
DisplayVideo360AdvertiserLinkProposal()
Declaration
public DisplayVideo360AdvertiserLinkProposal()
DisplayVideo360AdvertiserLinkProposal(DisplayVideo360AdvertiserLinkProposal)
Declaration
public DisplayVideo360AdvertiserLinkProposal(DisplayVideo360AdvertiserLinkProposal other)
Parameters
Type | Name | Description |
---|---|---|
DisplayVideo360AdvertiserLinkProposal | other |
Properties
AdsPersonalizationEnabled
Immutable. Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
Declaration
public bool? AdsPersonalizationEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AdvertiserDisplayName
Output only. The display name of the Display & Video Advertiser. Only populated for proposals that originated from Display & Video 360.
Declaration
public string AdvertiserDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
AdvertiserId
Immutable. The Display & Video 360 Advertiser's advertiser ID.
Declaration
public string AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
string |
CampaignDataSharingEnabled
Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true.
Declaration
public bool? CampaignDataSharingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CostDataSharingEnabled
Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaign_data_sharing_enabled is enabled. If this field is not set on create, it will be defaulted to true.
Declaration
public bool? CostDataSharingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DisplayVideo360AdvertiserLinkProposalName
DisplayVideo360AdvertiserLinkProposalName-typed view over the Name resource name property.
Declaration
public DisplayVideo360AdvertiserLinkProposalName DisplayVideo360AdvertiserLinkProposalName { get; set; }
Property Value
Type | Description |
---|---|
DisplayVideo360AdvertiserLinkProposalName |
LinkProposalStatusDetails
Output only. The status information for this link proposal.
Declaration
public LinkProposalStatusDetails LinkProposalStatusDetails { get; set; }
Property Value
Type | Description |
---|---|
LinkProposalStatusDetails |
Name
Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId}
Note: proposalId is not the Display & Video 360 Advertiser ID
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ValidationEmail
Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal.
Declaration
public string ValidationEmail { get; set; }
Property Value
Type | Description |
---|---|
string |