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
IMessage<MerchantCenterDestination>
IEquatable<MerchantCenterDestination>
IDeepCloneable<MerchantCenterDestination>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Conversions.V1Beta
Assembly: Google.Shopping.Merchant.Conversions.V1Beta.dll
Syntax
public sealed class MerchantCenterDestination : IMessage<MerchantCenterDestination>, IEquatable<MerchantCenterDestination>, IDeepCloneable<MerchantCenterDestination>, IBufferMessage, IMessage

Constructors

MerchantCenterDestination()

Declaration
public MerchantCenterDestination()

MerchantCenterDestination(MerchantCenterDestination)

Declaration
public MerchantCenterDestination(MerchantCenterDestination other)
Parameters
Type Name Description
MerchantCenterDestination other

Properties

AttributionSettings

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

Declaration
public 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
public string CurrencyCode { get; set; }
Property Value
Type Description
string

Destination

Output only. Merchant Center Destination ID.

Declaration
public string Destination { 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
public string DisplayName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX