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
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.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

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?

PropertyName

Output only. Name of the Google Analytics property the merchant is linked to.

Declaration
[JsonProperty("propertyName")]
public virtual string PropertyName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX