Custom Parameters
Options extra aspects that may help with your user insights and tracking needs.
If you wish to identify your visitors via custom parameters, we can explain here how this is achieved
This feature can be helpful when you have a website that has a membership/user system where users can log into your website. If they are logged in, you can specify their identifier (ex: email, user_id, name, customer_id..etc) with the ScaleProof tracking code.
This can be very useful in that it can offer insights on a per user basis; what your users are doing and what problems if any they encounter on your website.
This can be accomplished by simply adding data-custom-parameters='{JSON_PARAMETERS_HERE}' like in the following code example:
<script async src="https://app.scaleproof.io/pixel/123vgdr346hdt" data-custom-parameters='{"name": "Willy Wonker", "email": "[email protected]"}'></script>If a custom parameter is provided in the tracking code then; in the Visitors page you will see the icon near the visitor which tells you that that specific user has been identified with custom parameters.
Last updated
Was this helpful?