Class PreferenceTrackValues
- java.lang.Object
-
- com.mercadopago.resources.preference.PreferenceTrackValues
-
public class PreferenceTrackValues extends Object
Values of tracks to be executed during the users interaction in the Checkout flow.
-
-
Constructor Summary
Constructors Constructor Description PreferenceTrackValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConversionId()
conversion_id for GTM Google Ads Conversion Tracking tag.String
getConversionLabel()
conversion_label for GTM Google Ads Conversion Tracking tag.String
getPixelId()
pixel_id for Facebook Pixel.
-
-
-
Method Detail
-
getConversionId
public String getConversionId()
conversion_id for GTM Google Ads Conversion Tracking tag.
-
getConversionLabel
public String getConversionLabel()
conversion_label for GTM Google Ads Conversion Tracking tag.
-
getPixelId
public String getPixelId()
pixel_id for Facebook Pixel.
-
-