Class SearchAds360Link
A link between a GA4 property and a Search Ads 360 entity.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class SearchAds360Link : IMessage<SearchAds360Link>, IEquatable<SearchAds360Link>, IDeepCloneable<SearchAds360Link>, IBufferMessage, IMessage
Constructors
SearchAds360Link()
Declaration
public SearchAds360Link()
SearchAds360Link(SearchAds360Link)
Declaration
public SearchAds360Link(SearchAds360Link other)
Parameters
Type | Name | Description |
---|---|---|
SearchAds360Link | other |
Properties
AdsPersonalizationEnabled
Enables personalized advertising features with this integration. If this field is not set on create, 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 Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
Declaration
public 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
public string AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
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
public bool? CampaignDataSharingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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
public bool? CostDataSharingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchAds360LinkName
SearchAds360LinkName-typed view over the Name resource name property.
Declaration
public SearchAds360LinkName SearchAds360LinkName { get; set; }
Property Value
Type | Description |
---|---|
SearchAds360LinkName |
SiteStatsSharingEnabled
Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true.
Declaration
public bool? SiteStatsSharingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |