Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink

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

Inheritance
object
GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
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 GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink : IDirectResponseSchema

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

AdvertiserDisplayName

Output only. The display name of the Display & Video 360 Advertiser.

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 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
[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 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
[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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX