Class PreferenceTrackRequest
Track to be executed during the users's interaction in the Checkout flow.
Inherited Members
Namespace: MercadoPago.Client.Preference
Assembly: MercadoPago.dll
Syntax
public class PreferenceTrackRequest
Properties
| Edit this page View SourceType
Track type (google_ad or facebook_ad).
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Values according the track type.
Declaration
public PreferenceTrackValuesRequest Values { get; set; }
Property Value
| Type | Description |
|---|---|
| PreferenceTrackValuesRequest |