Adding Client Tags to Reports

Embeds 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 <moneylion-generic-offers> 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.

<moneylion-generic-offers tags="tag.clientId=12345"> </moneylion-generic-offers>

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

<moneylion-generic-offers tags="tag.clientId=12345&tag.anotherTag=anotherValue"> </moneylion-generic-offers>

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