How to Display Designated Language Adsense ADS
Have you ever encountered such situations?
Google Adsense has displayed not the same Language with your site?
For example: You have a Chinese site, but the adsense ads are in english.
Or, Your english sites displayed Russian language advertisements.
How to fix it?
Or, How to choose the language of google adsense?
Here’s an example to fix Chinese site display english ads:
Insert below code:
google_language = ‘zh-CN’;
Before code:
// –>
In which the ads code which google provided.
Another example for fixing english site display Russian ads:
Insert below code:
google_language = ‘US’;
Before code:
// –>
In which the ads code which google provided.
Your also can Designated Language for your site Adsense ADS, just follow the up steps.
Regards!
Currently have 0 comments: