Class GoogleAnalyticsAdminV1alphaSearchAds360Link
A link between a Google Analytics property and a Search Ads 360 entity.
Implements
Inherited Members
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 |
---|---|
bool? |
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 |
---|---|
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 |
---|---|
string |
CampaignDataSharingEnabled
Immutable. Enables the import of campaign data from Search Ads 360 into the Google Analytics 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 |
---|---|
bool? |
CostDataSharingEnabled
Immutable. Enables the import of cost data from Search Ads 360 to the Google Analytics 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 |
---|---|
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 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 |
---|---|
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 |
---|---|
bool? |