Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaGoogleAdsLink

A link between a GA4 property and a Google Ads account.

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

Properties

AdsPersonalizationEnabled

Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. 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?

CanManageClients

Output only. If true, this link is for a Google Ads manager account.

Declaration
[JsonProperty("canManageClients")]
public virtual bool? CanManageClients { get; set; }
Property Value
Type Description
bool?

CreateTime

Output only. Time when this link was originally created.

Declaration
[JsonProperty("createTime")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreatorEmailAddress

Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved.

Declaration
[JsonProperty("creatorEmailAddress")]
public virtual string CreatorEmailAddress { get; set; }
Property Value
Type Description
string

CustomerId

Immutable. Google Ads customer ID.

Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Name

Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

UpdateTime

Output only. Time when this link was last updated.

Declaration
[JsonProperty("updateTime")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX