-
Notifications
You must be signed in to change notification settings - Fork 2
PageTracking
Tim Walling edited this page Mar 13, 2015
·
1 revision
How to use eloqua-tracking for page tracking
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/elq_tracking-1.0-min.js"></script>
<script type="text/javascript">
var elqTracker = new jQuery.elq(100);
</script>
The SiteID value can be found be looking at the integration details for any of your Eloqua forms.
This code has instantiated the tracking object, but we have not yet used it to do anything yet. To add basic page tracking to the page you are working with, you can add the line:
elqTracker.pageTrack();