Hey Cristina,
The plugin is working fine in the latest version of WordPress, and we’ve had no reports to the contrary so far.
Have you chosen your campaign in the settings area? If so, you may also need to clear any page cache you have on the site.
If that doesn’t work, we may need to make sure your theme calls wp_footer() properly.
The easiest way to see if your campaign tracking code is to look at the source code. You’ll see some code that looks like:
<script type="text/javascript">
<!--
piCId = '1001';
piAId = '1001';
(function() {
function async_load(){
var s = document.createElement('script'); s.type = 'text/javascript';
s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
}
if(window.attachEvent) { window.attachEvent('onload', async_load); }
else { window.addEventListener('load', async_load, false); }
})();
-->
</script>
Hi Cliff,
Thanks for sharing this. I activated the pluging and the Pardot button is showing up as expected and the pardot website tracking code is showing up as well but the top of the code is showing up in the order below and not in the order you referenced. Would that make a difference?
piAId = ‘1001’;
piCId = ‘1001’;
Also, if it doesnt matter how long would it take before I can see the activity logged within my pardot instance?
thank you for your prompt response!
Cristina
Nope, the order is totally fine.
If you have any concerns about your visitor tracking time, chat with Pardot support directly. They’ll be glad to assist on that.