Show / Hide Table of Contents

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.

Inheritance
object
GoogleAnalyticsLink
Implements
IMessage<GoogleAnalyticsLink>
IEquatable<GoogleAnalyticsLink>
IDeepCloneable<GoogleAnalyticsLink>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Conversions.V1
Assembly: Google.Shopping.Merchant.Conversions.V1.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
In this article
Back to top Generated by DocFX