<script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 123456789; var google_conversion_language = "en"; var google_conversion_format = "2"; var google_conversion_color = "ffffff"; var google_conversion_label = "AAAAAAAAAAAAAAAAAAA"; var google_conversion_value = 0; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> /script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//www.googleadservices.com/pagead/conversion/123456789/ ?label=AAAAAAAAAAAAAAAAAAA&guid=ON&script=0"/> </div> </noscript>
Hello,
Did you ever get the tracking code to work?
We want to track conversions (i.e. goals) in GA. I have put the tracking code on the templates that we use for relevant landing pages, but I still cannot get conversions to track at all.
I also tried putting the tracking code directly onto each relevant landing page, but that does not seem to work.
Thanks,
RM
I know this is a few years later, but we are experiencing the same issue. Did you find a solution for this?
Andrew, please open a new thread and I'll pursue it further with you (you can link back to this thread). Only the OP can close a thread so it's better not to revive zombie threads, since they can't be (re)marked as Answered.
<!-- GOOGLE ANALYTICS - async -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-3563221-1']);
_gaq.push(['_setDomainName', 'fluidigm.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>