How do I Install the Channel99 tag if I don't use GTM?
The following instructions are to be used if you do not have Google Tag Manager installed on your site. If you have Google Tag Manager, please follow these instructions instead.
Note: To install the C99 tag on your website, you will need to add the script to all your pages. You can do so by adding the script to a global javascript file, or to a global header that is used on all pages.
- Add the following <script> tag within the HTML <header> section of your site:
<script> var c99_elem = document.createElement("script");
c99_elem.name = 'tagserver_elem';
c99_elem.id = 'tagserver';
var tag ='PASTE YOUR TAG HERE STARTING WITH "HTTPS" AND ENDING WITH THE TOKEN' + encodeURIComponent(document.referrer);
c99_elem.src = tag; document.documentElement.appendChild(c99_elem);
</script>
-
Replace the URL with your company Domain and token provided within the your Channel99 Instance at the bottom of the Your Company Page HERE.
- Example of what your token will look like, be sure to paste this in between the single quotes within the tag provided above.
- Data Confirmation - Tag placement will initiate the data collection which will be available within our platform in up to 4 hours. if you would like to inspect the tag to ensure it's on your page, this article will guide you though those steps.
Comments
0 comments
Please sign in to leave a comment.