Show / Hide Table of Contents

Class MerchantCenterDestination

"Merchant Center Destination" sources can be used to send conversion events from a website using a Google tag directly to a Merchant Center account where the source is created.

Inheritance
object
MerchantCenterDestination
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 MerchantCenterDestination : IDirectResponseSchema

Properties

AttributionSettings

Required. Attribution settings being used for the Merchant Center Destination.

Declaration
[JsonProperty("attributionSettings")]
public virtual AttributionSettings AttributionSettings { get; set; }
Property Value
Type Description
AttributionSettings

CurrencyCode

Required. Three-letter currency code (ISO 4217). The currency code defines in which currency the conversions sent to this destination will be reported in Merchant Center.

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

DestinationId

Output only. Merchant Center Destination ID.

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

DisplayName

Required. Merchant-specified display name for the destination. This is the name that identifies the conversion source within the Merchant Center UI. Limited to 64 characters.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX