Adding Client Tags to Reports

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 use a single Client Tag in the Embed code, you can use the following syntax. In the case below, tag.clientId=12345 means that lead will have a clientId of 12345 in reporting.

These two examples are specific to Savings calculators. For Personal Loans calculators, remember to change savings to loans in the implementation of the <tag>.

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

To use multiple Client Tags, you can use the following syntax below. Separate each additional tag with an ampersand "&": &tag.anotherTag=anotherValue

<moneylion-savings-calculator tags="tag.clientId=12345&tag.anotherTag=anotherValue"> </moneylion-savings-calculator>

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