Class MerchantCenterDestination
"Merchant Center Destination" sources can be used to send conversion events from an online store using a Google tag directly to a Merchant Center account where the source is created.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.conversions_v1beta.Data
Assembly: Google.Apis.Merchant.conversions_v1beta.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 |
Destination
Output only. Merchant Center Destination ID.
Declaration
[JsonProperty("destination")]
public virtual 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
[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 |