Show / Hide Table of Contents

Class DisplayVideo360AdvertiserLink

A link between a Google Analytics property and a Display & Video 360 advertiser.

Inheritance
object
DisplayVideo360AdvertiserLink
Implements
IMessage<DisplayVideo360AdvertiserLink>
IEquatable<DisplayVideo360AdvertiserLink>
IDeepCloneable<DisplayVideo360AdvertiserLink>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class DisplayVideo360AdvertiserLink : IMessage<DisplayVideo360AdvertiserLink>, IEquatable<DisplayVideo360AdvertiserLink>, IDeepCloneable<DisplayVideo360AdvertiserLink>, IBufferMessage, IMessage

Constructors

DisplayVideo360AdvertiserLink()

Declaration
public DisplayVideo360AdvertiserLink()

DisplayVideo360AdvertiserLink(DisplayVideo360AdvertiserLink)

Declaration
public DisplayVideo360AdvertiserLink(DisplayVideo360AdvertiserLink other)
Parameters
Type Name Description
DisplayVideo360AdvertiserLink other

Properties

AdsPersonalizationEnabled

Enables personalized advertising features with this integration. If this field is not set on create/update, 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 360 Advertiser.

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 into the Google Analytics property. After link creation, this can only be updated from the Display & Video 360 product. 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 into the Google Analytics property. This can only be enabled if campaign_data_sharing_enabled is true. After link creation, this can only be updated from the Display & Video 360 product. 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?

DisplayVideo360AdvertiserLinkName

DisplayVideo360AdvertiserLinkName-typed view over the Name resource name property.

Declaration
public DisplayVideo360AdvertiserLinkName DisplayVideo360AdvertiserLinkName { get; set; }
Property Value
Type Description
DisplayVideo360AdvertiserLinkName

Name

Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId}

Note: linkId is not the Display & Video 360 Advertiser ID

Declaration
public string Name { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX