Placement Macros

Overview

The macros can be implemented in two ways and represent values evaluated at runtime.

🚧

Please not that all Macros are case-sensitive and format-sensitive.

Any client integrating the Fize SDK can use these macros as method displayed above to send details for a specific transaction request.

MacroDescription
utm_sourceIt is used to send information related to the traffic source for analytics. By adding utm_source parameters,you’re tagging every visit that comes from that link in a way that says, “this visit came from such and such.”
utm_channelIt is used to send information related to custom channel information for analytics.
utm_mediumIt is used to send information related to the traffic medium for analytics. By adding the parameter "utm_medium" to your links, you’re tagging every visit that comes from that link in a way that says, “this visit came via ___.”
utm_contentIt is used to send information related to the custom content for analytics
utm_termIt is used to send information related to the campaign terms for analytics

What’s Next