Adding Client Tags to Reports

Partner Pages and 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.

Regardless of the integration type, Client Tags can be added via query parameters at the end of the respective URL in the below format*:

?tag.key_1=value_1&tag.key_2=value_2

To add a clientId to a Partner Page (with the id as c1), append the param to the end of the URL path as follows:

https://fiona.com/partner/fiona-loans/loans?tag.clientId=c1

To add a clientId to Embed code, append the param to the end of the src string in the <iframe> tag:

<div>
    <script>...</script>
    <iframe class=... src='{provided_url}?tag.clientId=c1'></iframe>
</div>

Last updated