Class GoogleAnalyticsLink
"Google Analytics Link" sources can be used to get conversion data from an existing Google Analytics property into the linked Merchant Center account.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.conversions_v1beta.Data
Assembly: Google.Apis.Merchant.conversions_v1beta.dll
Syntax
public class GoogleAnalyticsLink : IDirectResponseSchema
Properties
AttributionSettings
Output only. Attribution settings for the linked Google Analytics property.
Declaration
[JsonProperty("attributionSettings")]
public virtual AttributionSettings AttributionSettings { get; set; }
Property Value
Type | Description |
---|---|
AttributionSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Property
Output only. Name of the Google Analytics property the merchant is linked to.
Declaration
[JsonProperty("property")]
public virtual string Property { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyId
Required. Immutable. ID of the Google Analytics property the merchant is linked to.
Declaration
[JsonProperty("propertyId")]
public virtual long? PropertyId { get; set; }
Property Value
Type | Description |
---|---|
long? |