Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaSearchAds360Link

A link between a GA4 property and a Search Ads 360 entity.

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

Properties

AdsPersonalizationEnabled

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
System.Nullable<System.Boolean>

AdvertiserDisplayName

Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.

Declaration
[JsonProperty("advertiserDisplayName")]
public virtual string AdvertiserDisplayName { get; set; }
Property Value
Type Description
System.String

AdvertiserId

Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked.

Declaration
[JsonProperty("advertiserId")]
public virtual string AdvertiserId { get; set; }
Property Value
Type Description
System.String

CampaignDataSharingEnabled

Immutable. Enables the import of campaign data from Search Ads 360 into the GA4 property. After link creation, this can only be updated from the Search Ads 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
System.Nullable<System.Boolean>

CostDataSharingEnabled

Immutable. Enables the import of cost data from Search Ads 360 to the GA4 property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 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
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Name

Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID

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

SiteStatsSharingEnabled

Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.

Declaration
[JsonProperty("siteStatsSharingEnabled")]
public virtual bool? SiteStatsSharingEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX