There are two ways you can track how an end user got to your quiz or survey.
- You can add a UTM parameter to a URL: use “?cred_tags=” or “&cred_tags=” and whatever code you add after the equals sign will show up in the “Custom Tags” column on your Data tab.
- You can add “data-tags” to your embed code, as shown in the bold-face example below. Whatever you put between the “ “ will show in the Custom Tags column.
<script type="text/javascript" src="https://staging.app.credspark.com/assessments/share-test/embed_script.js"></script>
<div class="credsparkQuiz" data-quiz-id="share-test" data-tags="Credspark embed test"></div>
Note: if you are hosting the quiz, you will use “cred_tags,” but if the interaction is hosted on CredSpark’s website (which is rare but does occur) you should use “user_uuid” instead. If in doubt, please reach out to us and include the URL of the page where the quiz or survey will be hosted.