Eloqua Tracking & Google Tag Manager
How to add Eloqua Tracking to Google Tag Manager in 60 seconds.
One of the first things clients want to do when they start implementing Eloqua is to set up Eloqua Asynchronous web tracking so they can start gathering information about their contacts website visits.
For those of you that don’t know what Eloqua Asynchronous web tracking is here a link to the Oracle documentation.
(https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAA/pdf/AsynchronousVisitorTrackingScripts.pdf)
When you go into settings and request it, Eloqua gives you some standard out-of-the-box tracking script which they then advise you to add to the head of each website page you want to track. This works perfectly until someone from the web team says, we use Google Tag Manager, can we add it to that?
Usually the Eloqua Admin will say sure, and hand over the tracking script.
This is where the problem starts. If you just add the tracking script as it comes it won’t work. Google Tag manager doesn’t recognize some of the code that Eloqua tracking script uses. Rather than go into the details of why it doesn’t work I’ll give you the fix.
Guide: Adding Eloqua Tracking Script to Google Tag Manager
Step 1. Download your Eloqua tracking script from Eloqua.
Get your Eloqua tracking script. Assets > Website Setup > Tracking
Click on Generate Visitors Tracking Scripts
Finally click on Generate at the bottom right part of the page. Eloqua will send you your tracking script to your email address. When you get it, make sure you unzip the zip file properly. Don’t just open the folder and drag the text file with the Eloqua tracking script onto your desktop. Occasionally it throws errors for some reason when you do this.
Step 2. Eloqua Tracking Script Modification
Open up your Eloqua Tracking Script in Notepad or an HTML editor. You will now see your Eloqua Tracking Script.
<script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', 'xxxxxxxxx']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script>
You need to replace the last two lines of the Eloqua tracking script with a single line of code.
<script type="text/javascript"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', 'XXXXXXXXX']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//img.en25.com/i/elqCfg.min.js'; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } async_load(); //modified for Google Tag Manager })(); </script>
You now have your modified ELoqua Tracking Script ready for Google Tags.
Step 3. Send to Web Team
Send you modified Eloqua tracking script to your web team so they can add it to a new Custom HTML tag in your Google Tag Manager Container. Once complete you need to set the tag to fire when the DOM is loaded.
You have now added Eloqua Tracking Scripts to Google Tag Manager:
Job Done.
Let's talk Eloqua!
Eloqua Feature: Eloqua form spam protection
There is hell and then there is another place below hell. That is where those pesky little spambots live during the day coming out at night to wreak havoc on your forms filling your lead que with promises of bitcoin riches, SEO expert claims and other such nonsense....
Designing an off the shelf lead nurture engine for Oracle
A few years back Oracle asked me to design an off the shelf partner lead nurturing engine that they could use to enable their partners to market to their own databases on a shared instance of Eloqua. They essentially wanted me to architect what I had created when I...
Eloqua Blog: Lead Nurturing Markie – Runner Up
I am going to switch tack with some more theoretical posts rather than the technical ones. Before I begin though I feel it is appropriate to establish my credibility though in the field as a marketer. It was 2011 and I returned to work at Axios Systems back up in...
Best time to send email: Eloqua Send Time Optimization
As a marketer you have so many decisions you need to make when planning your Eloqua email campaign, namely: The subject line The call to action Content personalization Send time Email send time is the one decision that is a problem for even the most experienced email...
Brilliant – thank you very much.
Hi there! Thanks for this helpful information. It worked for us when we were using third party tracking scripts in GTM, but ever since we switched to first party scripts it no longer works. Any insight into making GTM work with a first party tracking script?
Hi Bethany,
apologies for not getting back to you sooner. Let me email you.
Hi Gr3g5ta,
I am interested in how to implement first-party tracking scripts in GTM. Any chance you can share?
Greg this article or post is great. But we followed what you showed and it did not work for us. We are using Eloqua first person tracking. Is there something different that needs to be done for this? Please advise and thank you for the great post.
Hi Greg, do you have any experience of tracking formLoad, formStart and formSubmit events in Google Analytics using a GTM container, for Eloqua forms?
Thanks.