Tracking question

Blueprint

BANNED
Joined
Nov 10, 2009
Messages
286
Reaction score
117
Hi guys, would love to see if anyone can help me here with a tracking/coding question:

if i put google analytics or any other tracking script as a tracking code into an iframe, then I place the iframe on multiple sites, when users interact with the site will it track where which site the clicks have come from?

Thanks.
 
If the tracking code is located in the iframe then its refer would be the iframe and mess your tracking up, making all your hits seem like they are coming from one page.
 
You should just create a new campaign for each site. That stats will be a lot more useful.
 
I have not tried this, but no reason why it would not be possible, make as many iframes you want on that page, each being called by a different number. You can track it maybe that way for what sites are doing better for you. Basically if the number match, it will run that iframe, it would not process the other iframes.

Looking at the code just now, there would have to be a little work, maybe some ifs and else statements, but I think it can be done.
 
Last edited:
I have successfully ran two CPA offers from the same page with if statements using different numbers.
 
Back
Top