Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal

A proposal for a link between a Google Analytics 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.

Inheritance
object
GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal : IDirectResponseSchema

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
[JsonProperty("adsPersonalizationEnabled")]
public virtual 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
[JsonProperty("advertiserDisplayName")]
public virtual string AdvertiserDisplayName { get; set; }
Property Value
Type Description
string

AdvertiserId

Immutable. The Display & Video 360 Advertiser's advertiser ID.

Declaration
[JsonProperty("advertiserId")]
public virtual 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
[JsonProperty("campaignDataSharingEnabled")]
public virtual 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
[JsonProperty("costDataSharingEnabled")]
public virtual bool? CostDataSharingEnabled { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LinkProposalStatusDetails

Output only. The status information for this link proposal.

Declaration
[JsonProperty("linkProposalStatusDetails")]
public virtual GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails LinkProposalStatusDetails { get; set; }
Property Value
Type Description
GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails

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
[JsonProperty("name")]
public virtual 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
[JsonProperty("validationEmail")]
public virtual string ValidationEmail { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX