Home >
Paid Traffic Sources >
Search / PPC (Adwords, Bing, etc.)
Adwords tracking pixel in Cake (21)
10-29-2015 01:10 AM
#1
ericnyc (Member)
Adwords tracking pixel in Cake
Was anyone able use Adwords tracking pixel in Cake?
I have copy pasted it into several networks but it does not work.
Google instruction says the following which is obviously not possible with Cake on affiliate network. Was anyone able to get this to work? Any workarounds?
Install your tag
To install, copy the code in the box below and paste it between the <body></body> tags of the page you'd like to track.
10-29-2015 10:12 AM
#2
olorin (AMC Alumnus)
From my experience, as an affiliate which cannot change the html code of the offer's "thank you page", the only way to track conversion on Adwords is to manually upload it.
10-29-2015 05:33 PM
#3
ericnyc (Member)
How do you manually track/upload conversions into Adwords?
10-29-2015 06:52 PM
#4
theking (AMC Alumnus)
u can upload conversions into adwords if u collect the gclid. which is google click id. you need to enable auto-tagging for that and collect the value of gclid parameter. however as i see you can not even get adwords conversion pixel to work on cake (no offense), u should forget about manual upload of converted clicks as it is much more technical stuff. i am not very familiar with cake but if your network allows iframe pixels, all you need to do is place the whole adwords conversion pixel code into 3rd party pixel settings in cake interface in your offer.
10-30-2015 08:13 PM
#5
ericnyc (Member)
Thank you king. I have asked about Adwords and Cake in several places but no one ever mentioned gclid.
I have worked with Cake and other trackers for sometime and never had a problem with pixels except for Adwords one.
I have placed Adwords pixel into Cake before but it did not work http://screencloud.net/v/9N6q
I have Auto Tagging enabled on my account and i can handle CSV file uploads etc.
Can you please give a sample of URL syntax for passing gclid into Cake subid2?
I have seen/used different versions depending on source
&s2={subid:}
&s2=#s2#
10-31-2015 06:40 AM
#6
theking (AMC Alumnus)
for manual uploads please check here: https://support.google.com/adwords/answer/2998031?hl=en
you have to be able to declare your own parameter of "gclid" and collect the value of it before uploading to adwords. you can not use s1,s2 etc.
about javascript pixel, i have no idea about cake, maybe somebody with experience in cake can chime in here and help you.
11-06-2015 05:30 PM
#7
ericnyc (Member)
Based on above and since I am using Cake software for tracking. The gclid value needs to end up in one of the Cake's subid 1-5 fields where i can then take the ones that have converted and upload into Adwords.
What has worked so far with other traffic sources was to put unique click id similar to gclid using one of the below formats
www.mytracker.com/s1=test&s2={cid:}
www.mytracker.com/s1=test&s2=#uniqueclid#
I am trying to find if there is syntax which will actually make above work with Adwords gclid?
Was anyone able to pass Gclid to Cake subid fields?
11-07-2015 06:39 AM
#8
theking (AMC Alumnus)

Originally Posted by
ericnyc
Based on above and since I am using Cake software for tracking. The gclid value needs to end up in one of the Cake's subid 1-5 fields where i can then take the ones that have converted and upload into Adwords.
What has worked so far with other traffic sources was to put unique click id similar to gclid using one of the below formats
www.mytracker.com/s1=test&s2={cid:}
www.mytracker.com/s1=test&s2=#uniqueclid#
I am trying to find if there is syntax which will actually make above work with Adwords gclid?
Was anyone able to pass Gclid to Cake subid fields?
you can not do it directly. because cake has built-in parameters s1,s2,s3... etc. Google adds something like &gclid=28u89sd89aud98asd to the end of the url. it is a pre-defined parameter which is "gclid". so as u can not declare your own parameter in cake, that is impossible technically. only way is if u are using a tracker in between adwords and cake and if that tracker supports custom parameters, you should define gclid there and from there u can pass it to s3 or s5 whatever u want incake.
11-07-2015 09:42 AM
#9
iAmAttila (Veteran Member)
You add gclid in your tracker as custom parameter and then enable tag every visitor in adwords settings. This way theyll append gclid at the end of each url a visitor clicks and then if theres a conversion u can grab the gclid id from tracker and upload manually to adwords.
11-07-2015 10:54 AM
#10
miteshmuley (AMC Alumnus)
What Attila explained works for us.
11-10-2015 03:13 AM
#11
ericnyc (Member)
Problem is its Cake software of an offer i am running direct. Since its Google i would prefer not to send it to my domain/tracker and then redirect.
Would something like below work
https://support.google.com/adwords/a...9?hl=en#params
Set your tracking template to http://www.3rdpartytracker.com/rd?keyword={_mykwid}&ad={creative}&url={lpurl}&s5={gclid}
11-10-2015 04:07 AM
#12
theking (AMC Alumnus)

Originally Posted by
ericnyc
Problem is its Cake software of an offer i am running direct. Since its Google i would prefer not to send it to my domain/tracker and then redirect.
Would something like below work
https://support.google.com/adwords/a...9?hl=en#params
Set your tracking template to http://www.3rdpartytracker.com/rd?keyword={_mykwid}&ad={creative}&url={lpurl}
&s5={gclid}
okay to give you real life example again:
if you set your tracking template as http://www.3rdpartytracker.com/rd?keyword={_mykwid}&ad={creative}&url={lpurl}&s5= {gclid}
you will see this in your tracker : http://www.3rdpartytracker.com/rd?keyword={_mykwid}&ad={creative}&url={lpurl}&s5= {gclid}&gclid=a9sdhsa9dhsa9dh9ashd
11-10-2015 04:17 AM
#13
ericnyc (Member)

Originally Posted by
theking
you will see this in your tracker : http://www.3rdpartytracker.com/rd?keyword={_mykwid}&ad={creative}&url={lpurl}&s5= {gclid}&gclid=a9sdhsa9dhsa9dh9ashd
I was hoping to the answer would be http://www.3rdpartytracker.com/rd?keyword={_mykwid}&ad={creative}&url={lpurl}&s5= a9sdhsa9dhsa9dh9ashd
but thank you for your help.
Do you know if prosper202 can handle custom parameters like you described above?
11-10-2015 03:41 PM
#14
Mr Baffoe (Veteran Member)

Originally Posted by
ericnyc
I was hoping to the answer would be http://www.3rdpartytracker.com/rd?keyword={_mykwid}&ad={creative}&url={lpurl}&s5= a9sdhsa9dhsa9dh9ashd
but thank you for your help.
Do you know if prosper202 can handle custom parameters like you described above?
If you are on Prosper202 Pro yes, you can create custom variables on step 1 when defining your traffic sources.
http://prosper.tracking202.com/blog/...prosper202-pro
Also Pro has native support for gclid and all the utm variables. So if you put [[gclid]] in your tracking link it will pass it on
http://prosper.tracking202.com/blog/...prosper202-pro (see item 2)
11-11-2015 03:07 AM
#15
ericnyc (Member)

Originally Posted by
Mr Baffoe
Hi Nana,
Thank you thats good to know. However, i am not seeing item 2 only below
"New: Support for google gclid and utm variables, track the same data as google analytics and also enables offline conversion tracking for mobile and more. "
11-17-2015 05:55 PM
#16
ericnyc (Member)
What is the syntax i need to use in URL to pass gclid to Cake and store it in subid3?
Also, can Prosper execute Google tracking script and send conversions back to Adwords?
If yes, how can i pass different conversion $ amount/payout on the same offer?
12-16-2015 02:56 AM
#17
ericnyc (Member)
I am using CSV files to load gclid into Adwords.
As part of the CSV file i have to sepcify date and time. If i just take date time from Cake i believe this will be the date time of the conversion.
For day parting purposes it is better for the conversion to be associated with the date time the ad was clicked.
Do you know if click happened yesterday but i will load conversion with today's date time, will Adwords track it as yesterday's or todays?
12-16-2015 05:47 AM
#18
theking (AMC Alumnus)
the date and time in csv should be the conversion date&time that u take from cake. it is not about when u upload the csv, so yes G will suppose the date&time you submit is the conversion date. however most probably your G account and cake account is not in the same timezone so good luck making adjustments&figuring this out. if i were you i would not pay attention to that much detail. you will understand what i mean when u have XXX or XXXX conversion everyday to submit manually.
12-16-2015 07:22 PM
#19
revolution (Member)
Great thread. I've had problems with adwords & cake as well and the only work around I can think of it so use a tracker in between adwrods & cake.
12-16-2015 07:41 PM
#20
envyusrob (Member)

Originally Posted by
revolution
Great thread. I've had problems with adwords & cake as well and the only work around I can think of it so use a tracker in between adwrods & cake.
The only way I can think of to do it is taking either a quick php script to grab the parameter and pass it to the s2 of cake.
12-16-2015 10:26 PM
#21
ericnyc (Member)

Originally Posted by
theking
the date and time in csv should be the conversion date&time that u take from cake. it is not about when u upload the csv, so yes G will suppose the date&time you submit is the conversion date. however most probably your G account and cake account is not in the same timezone so good luck making adjustments&figuring this out. if i were you i would not pay attention to that much detail. you will understand what i mean when u have XXX or XXXX conversion everyday to submit manually.
I can change timezone in Cake to match my Google one, so it is not a big issue.
The only reason i care about this is to be able to use day parting.
Home >
Paid Traffic Sources >
Search / PPC (Adwords, Bing, etc.)