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
Namespace: Google.Shopping.Merchant.Conversions.V1Beta
Assembly: Google.Shopping.Merchant.Conversions.V1Beta.dll
Syntax
public sealed class GoogleAnalyticsLink : IMessage<GoogleAnalyticsLink>, IEquatable<GoogleAnalyticsLink>, IDeepCloneable<GoogleAnalyticsLink>, IBufferMessage, IMessage
Constructors
GoogleAnalyticsLink()
Declaration
public GoogleAnalyticsLink()
GoogleAnalyticsLink(GoogleAnalyticsLink)
Declaration
public GoogleAnalyticsLink(GoogleAnalyticsLink other)
Parameters
Type | Name | Description |
---|---|---|
GoogleAnalyticsLink | other |
Properties
AttributionSettings
Output only. Attribution settings for the linked Google Analytics property.
Declaration
public AttributionSettings AttributionSettings { get; set; }
Property Value
Type | Description |
---|---|
AttributionSettings |
Property
Output only. Name of the Google Analytics property the merchant is linked to.
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
string |
PropertyId
Required. Immutable. ID of the Google Analytics property the merchant is linked to.
Declaration
public long PropertyId { get; set; }
Property Value
Type | Description |
---|---|
long |