Adsense Ad Code/Targeting Question

coolI

Newbie
Joined
Apr 4, 2014
Messages
46
Reaction score
2
Hello everyone, I am building a website on which I will be running ads, I was going to run Adsense thorough a DoubleClick For Publishers account so that I could also run direct ads if I ever got them, but I recently found out that running straight Adsense makes more money. I still want to have the option to run direct ads in the future, so my question is... will putting the Adsense Ad Code in a separate PHP file and echoing it (using PHP) to other pages on my site affect googles ability to show targeted ads?
 
AFAIK, no it won't affect it. Since you are echoing it instead of iframing (something some people do which is against ToS btw).
But when you want to rotate ads, why don't you enter all codes to your DB and randomize which you'll show?
 
You can echo your ads. It's a common practice used by many advertisers. Use a separate file for your AdSense code. Include the name of the file within your PHP page!
 
Hello everyone, I am building a website on which I will be running ads, I was going to run Adsense thorough a DoubleClick For Publishers account so that I could also run direct ads if I ever got them, but I recently found out that running straight Adsense makes more money. I still want to have the option to run direct ads in the future, so my question is... will putting the Adsense Ad Code in a separate PHP file and echoing it (using PHP) to other pages on my site affect googles ability to show targeted ads?
Why did you post an adsense query in an adwords thread?
 
Hello everyone, I am building a website on which I will be running ads, I was going to run Adsense thorough a DoubleClick For Publishers account so that I could also run direct ads if I ever got them, but I recently found out that running straight Adsense makes more money. I still want to have the option to run direct ads in the future, so my question is... will putting the Adsense Ad Code in a separate PHP file and echoing it (using PHP) to other pages on my site affect googles ability to show targeted ads?

Where did you hear that?
1. With DFP you can put up to 8 Adsense ads on one page!
2. With DFP you can create fake campaign of direct ads, and set that average CPC for direct ads 0.30$ for clicks for USA. In that case Adsense will show you only Ads that have CPC higher than 0.30$.
 
Back
Top