All RevCent users have access to our in house domain tracking system, called Track.js. By inserting our javascript code onto each of your websites, you can track visitors across multiple domains until they ultimately make a purchase.
Important: Only domains that you have added to your Tracking Domains in RevCent will have tracking enabled. RevCent does not blindly track across the internet, we must know that the domain being tracked is from a specific RevCent user. Make sure you Create A Tracking Domain before installing Track.js.
View your tracking domains by clicking Tracking > Domain > Domains in the sidebar, or go to https://revcent.com/user/tracking-domains
Create a new tracking domain by clicking the Create New Tracking Domain button when viewing all tracking domains or go to https://revcent.com/user/new-tracking-domain
Enter a name for the tracking domain.
Enter a description for the tracking domain.
Set the status for the tracking domain.
Enter your domain. Only requests that come from this domain will be tracked.
Once the tracking domain is created you will be forwarded to the Edit Tracking Domain page for the new tracking domain. You can then add custom URL parameters for RevCent to pull for cookies and metadata.
Edit an existing tracking domain by clicking the edit icon when viewing all tracking domains.
Enter a name for the tracking domain.
Enter a description for the tracking domain.
Set the status for the tracking domain.
Enter your domain. Only requests that come from this domain will be tracked.
Copy and paste the HTML code before the closing body tag on each page of your website.
You can specify URL parameters to be automatically pulled from the URL of any page that the Track.js code is installed. The URL parameter value will be added with the Cookie Name as a browser cookie for the visitor.
The URL parameter to search for in the URL.
If the URL parameter is present and a value is provided, this is the cookie name assigned to the value. Cookie name is also used for the metadata name.
The number of days to save the cookie. Metadata persists with the customer indefinitely if a sale is created.
Advanced use. If you wish to assign a default value instead of retrieving the actual value. This is useful when instead of searching the URL for a parameter, you would like to have a cookie automatically created with a fixed value as if the parameter existed.
Example Settings: We will use the settings from the image above with URL Param: bing_clickid and Cookie Name: BingClickID
Visitor lands on your site URL: https://www.mydomain.com?bing_clickid=12345
Remember: You can add multiple URL params to the list. So you can have a url with parameters ?bing_clickid=12345&bing_campaign=888 to save both bing_clickid and bing_campaign values.
Once you have created a tracking domain in RevCent, installing RevCent Track.js on your domain is simple.
Copy and paste the below HTML code before the closing body tag on each page of your website. Thats it!
<script type="text/javascript" src="https://cdn.revcent.com/js/track.js"></script>