Transparency in Your Pay-Per-Click Advertising
- By sweece
- Off Topic & Everything Else
- 13 Replies
Thanks Jeff.
Yes, our site runs on Wordpress. We obviously took this route to take advantage of the open source nature of the platform.
I haven't had a chance to explore Century Interactive -- how are their tracking capabilities?
As far as the total CRM integration, there were quite a few steps to take (warning: nerd alert).
1. Like I mentioned in the article, we use UTM Monster to grab the utm values from the Google Analytics _utmz cookie. From there, we created 4 hidden fields on our forms -- Source, Medium, Campaign, Keyword. Using a little jQuery, we attach the values from UTM Monster to the hidden fields for each form.
2. Our leads get sent to our CRM (we use ADP) using ADF (auto-lead data format) which is basically just an XML email. There isn't a predefined field in ADF standards for Google Analytics source information so we had to improvise a little here. Within our PHP file that generates the content for the email, we have a line that reads:
Basically all that line of code is doing is grabbing the values from our contact form. Keep in mind that source is not a standard element for an ADF email. CRM doesn't parse this well, but the data still travels with the lead.
Once someone completes the form and data gets sent to our CRM, it ends up reading something like this:
3. I set up ADP CRM to parse our lead sources based upon certain "triggers." For example, I used the trigger "Suss.net used cpc lead" for all leads that I want labeled as "Suss.net Used (cpc)" within the Internet section of our CRM. I added a new trigger for each medium that is possible so that each lead has an accurate label.
Although the leads aren't labeled by keyword, this information can easily be accessed for each lead but viewing the raw details of the lead.
Whew, that was nerdy. Sorry folks!
I obviously don't expect the average Joe to know how to do this, but I think it's necessary for the average Joe to understand that this is possible. You're all paying top dollar for your website, but are you getting the information you need for the money?
Yes, our site runs on Wordpress. We obviously took this route to take advantage of the open source nature of the platform.
I haven't had a chance to explore Century Interactive -- how are their tracking capabilities?
As far as the total CRM integration, there were quite a few steps to take (warning: nerd alert).
1. Like I mentioned in the article, we use UTM Monster to grab the utm values from the Google Analytics _utmz cookie. From there, we created 4 hidden fields on our forms -- Source, Medium, Campaign, Keyword. Using a little jQuery, we attach the values from UTM Monster to the hidden fields for each form.
2. Our leads get sent to our CRM (we use ADP) using ADF (auto-lead data format) which is basically just an XML email. There isn't a predefined field in ADF standards for Google Analytics source information so we had to improvise a little here. Within our PHP file that generates the content for the email, we have a line that reads:
Loading…
snippi.com
Basically all that line of code is doing is grabbing the values from our contact form. Keep in mind that source is not a standard element for an ADF email. CRM doesn't parse this well, but the data still travels with the lead.
Once someone completes the form and data gets sent to our CRM, it ends up reading something like this:
Loading…
snippi.com
3. I set up ADP CRM to parse our lead sources based upon certain "triggers." For example, I used the trigger "Suss.net used cpc lead" for all leads that I want labeled as "Suss.net Used (cpc)" within the Internet section of our CRM. I added a new trigger for each medium that is possible so that each lead has an accurate label.
Although the leads aren't labeled by keyword, this information can easily be accessed for each lead but viewing the raw details of the lead.
Whew, that was nerdy. Sorry folks!
I obviously don't expect the average Joe to know how to do this, but I think it's necessary for the average Joe to understand that this is possible. You're all paying top dollar for your website, but are you getting the information you need for the money?

