Prospect Macros
Overview
The macros can be implemented in the same three ways as the Placement Macros, and also 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.
Macros | Data Type | Description |
---|---|---|
fz_name | String | This parameter can be used to mark the name of the prospect. |
fz_email | String | This parameter can be used to mark the email of the prospect. |
fz_phone | String | This parameter can be used to mark the phone number of the prospect. |
fz_zip | String | This parameter can be used to mark the location zip code of the prospect. |
fz_state | String | This parameter can be used to mark the location state of the prospect. |
fz_policy_type | String | This parameter can be used to mark the policy type of the prospect. |
fz_insurer | String | This parameter can be used to mark the policy insurer of the prospect. |
fz_insured | Boolean | This parameter can be used to mark whether or not the prospect is insured. |
fz_gender | String | This parameter can be used to mark the gender of the prospect. |
fz_birth_date | Date | This parameter can be used to mark the date of birth of the prospect. |
fz_age | Number | This parameter can be used to mark the age of the prospect. |
fz_maritial_status | String | This parameter can be used to mark the marital status of the prospect. |
Updated 7 months ago
What’s Next