All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mercadopago.resources.preference.PreferenceTrackValues Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
package com.mercadopago.resources.preference;

import lombok.Getter;

/** Values of tracks to be executed during the users interaction in the Checkout flow. */
@Getter
public class PreferenceTrackValues {
  /** conversion_id for GTM Google Ads Conversion Tracking tag. */
  private String conversionId;

  /** conversion_label for GTM Google Ads Conversion Tracking tag. */
  private String conversionLabel;

  /** pixel_id for Facebook Pixel. */
  private String pixelId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy