Forum Moderators: buckworks & skibum

Message Too Old, No Replies

Read Google conversion cookie?

Can I access it too?

         

pmkpmk

2:38 pm on Nov 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I use Google AdWords conversion tracking. Given the nature of my widgets, I count submit-forms and newsletter signups as conversions.

Is there any way I can access the Google conversion cookie to see already in the signups if they were initiated by an AdWords-click-visitor or by a "normal" visitor?

limitup

8:26 pm on Nov 23, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No, you can't access other sites' cookies. That would be a massive security risk ...

You can however accomplish what you want with the conversion tracking system google offers you. Read through the docs one more time. Unless I'm not understanding you correctly ...

pmkpmk

7:52 am on Nov 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



OK, what I get now are status emails like:

Newsletter signup: john@doe.com

regardless if the user came via a natural search or via an AdWords click. What I want to have are status emails like:

Newsletter signup: john@doe.com
AdWords: yes

in case the user signed up after having clicked on one of our ads.

limitup

8:37 am on Nov 24, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



That's easy enough to do but you have to handle it yourself. Send your Google AdWords traffic to a script that sets a cookie and redirects to your landing page. Then have the other script that processes subscriptions check for that cookie ...