Placement Macros
Overview
The macros can be implemented in two ways and represent values evaluated at runtime.
- External Macros as part of config object under macro_config to SDK’s launch(configObj) method.
- External Macros as query params of SDK Enabled application url.
(Eg. https://url.com?**utm_source**=instagram&**utm_channel**=email) - Macros configured on the User Prospect page on the client website.
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.
Macro | Description |
---|---|
utm_source | It 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_channel | It is used to send information related to custom channel information for analytics. |
utm_medium | It 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_content | It is used to send information related to the custom content for analytics |
utm_term | It is used to send information related to the campaign terms for analytics |
Updated 7 months ago
What’s Next