Class PreferenceTrackValuesRequest
Values of tracks to be executed during the users's interaction in the Checkout flow.
Inherited Members
Namespace: MercadoPago.Client.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferenceTrackValuesRequest
Properties
| Edit this page View SourceConversionId
conversion_id
for GTM's Google Ads Conversion Tracking tag.
Declaration
public string ConversionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ConversionLabel
conversion_label
for GTM's Google Ads Conversion Tracking tag.
Declaration
public string ConversionLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
PixelId
pixel_id
for Facebook Pixel.
Declaration
public string PixelId { get; set; }
Property Value
Type | Description |
---|---|
string |