Adding Your Client Tags to Reporting for Embeddable Calculators

Personal Loans and Savings calculators support adding your unique Client Tags to track performance of specific campaigns or users. All Client Tag data is attributed to the lead level. Client Tags can be added via a tags attribute in your specific <calculator> tag.

To add Client Tags in an Embed, use the following syntax in the tags attribute on the opening <...calculator> tag as follows below. In this example, tag.clientId=c1 means the lead will be stored with a clientId of "c1", and a source of "email", which can now be provided in reporting.

<moneylion-savings-calculator tags="tag.clientId=12345&tag.source=email"></moneylion-savings-calculator>

*The first query parameter appended at the end of a URL/path should start with a question mark ?; all subsequent parameters should start with an ampersand &.

Please note: the above example is specific to Savings calculators. For Personal Loans calculators, remember to change savings to loans in the implementation of the respective <tag>.

Supported Client Tag keys

These are the keys that are currently fully supported. If a different key is needed, please reach out to your partner manager - we may be able to accommodate, but adding nonstandard keys will increase the time it takes Engine to report Client Tag values back to you and is therefore not recommended. Please note that the keys below are case-sensitive.

  • agentId

  • campaignId

  • clientId

  • deviceid

  • medium

  • sourceId

  • subid

  • subid1

  • subid2

  • subid3

  • target

  • trafficsource

  • userid

Last updated