Pass query string vars to pardot
-
So, I have a site that has a combination of static pages and a WP site. On the static pages I dynamically generate the pardot URL for the form’s iframe, like this: (I have altered some of this to prevent anyone figuring it out who it’s for.
<iframe src="//go.pardot.com/l/XXXXXX/2017-01-17/XXXX?landing_page=current_page<?php if (count($_GET)) { foreach ($_GET as $index => $value) { echo '&',$index,'=',urlencode($value); } } ?>"..................This basically allows me to pass any tracking values, like google adwords or google search to pardot for tracking. It works perfectly, the client is able to track utm codes and see what is converting and what isn’t.
The question is, is there any way to do this with the pardot forms added to the wordpress site using this plugin?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Pass query string vars to pardot’ is closed to new replies.