Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 04-02-2011, 01:50 AM   #1
Senior Warrior Member
War Room Member
 
thedog's Avatar
 
Join Date: Aug 2010
Location: China
Posts: 1,516
Thanks: 291
Thanked 94 Times in 70 Posts
Default Google adsense, can I choose my own ads?

Hi guys, I have a site I'm developing and I don't like the google ads that are being displayed. Can I change these?

Ideally I'd like them to use the post titles as a reference. Anyway to do this?

Cheers.

... actually, just realized, I should have put this in another section.. bad habit, sorry.

thedog is offline   Reply With Quote
Old 04-02-2011, 02:02 AM   #2
HyperActive Warrior
 
Join Date: Mar 2011
Posts: 103
Thanks: 4
Thanked 3 Times in 2 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Google adsense, can I choose my own ads?

There are filters in the Adsense management page.
You can filter out the website addresses and keywords, and then these kinds of ads would not display in your site.
I haven't tried it yet, but I think it can help you. You can search "Adsense filter" in Google to find more information.

Dotcosecrets Community: http://www.dotcosecrets.co
Useful and valued articles, tips and resources for Internet marketers and online money seekers.
dotcosecrets is offline   Reply With Quote
Old 04-02-2011, 03:54 AM   #3
Senior Warrior Member
War Room Member
 
thedog's Avatar
 
Join Date: Aug 2010
Location: China
Posts: 1,516
Thanks: 291
Thanked 94 Times in 70 Posts
Default Re: Google adsense, can I choose my own ads?

Cheers, also, I'm using a chat plugin in the right sidebar.

When this is inactive, it's only around 50px high, so there's a lot of space.

I'd like to put some ad sense under it, but, when you click the chat it pops up, over the page... so would probably cover the as sense... is this ok to do?

thedog is offline   Reply With Quote
Old 04-02-2011, 03:55 AM   #4
Czech Warrior
War Room Member
 
Vogin's Avatar
 
Join Date: Jun 2010
Location: Prague, CZ
Posts: 591
Thanks: 95
Thanked 72 Times in 65 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to Vogin
Default Re: Google adsense, can I choose my own ads?

Hello,
it usually helps just to put the AdSense Ads to another section of your website.

+ the AdSense filter, yeah.

When the power of love overcomes the love of power, the world will know peace.


Vogin is offline   Reply With Quote
Old 04-02-2011, 04:25 AM   #5
THEY call me Fidel
War Room Member
 
DR's Fynest's Avatar
 
Join Date: Feb 2010
Posts: 191
Thanks: 153
Thanked 53 Times in 45 Posts
Default Re: Google adsense, can I choose my own ads?

Quote:
Originally Posted by thedog View Post
Hi guys, I have a site I'm developing and I don't like the google ads that are being displayed. Can I change these?

Ideally I'd like them to use the post titles as a reference. Anyway to do this?

Cheers.

... actually, just realized, I should have put this in another section.. bad habit, sorry.
Ask and you shall receive!

What you need is called section targeting. Google explains how to do it and how to use it to emphasize a portion of your site for Adsense. It's really simple to do...

All you have to do is edit your single.php file (if using Wordpres) to include
Code:
<!-- google_ad_section_start -->
right at the beginning of the post title. And then
Code:
<!-- google_ad_section_end -->
right after the content you want to target. I make sure to end it right after the post ends. This way I'm targetting 100% only the content within my posts.

You can also IGNORE certain parts of your website if you'd like. For example, after using the above for the posts, I use the following for the comments:
Code:
<!-- google_ad_section_start(weight=ignore) -->
This one tells Google that I don't want this part of my site to be considered when it's deciding what ads it should show.

I probably made this sound more difficult than it actually is. I'm not the best at explaining this sort of thing lol. I managed to do it myself and I didn't know all that much about .css or .php.

Just make sure to make a backup of all the content in your single.php file before editing it. This way if something goes wrong, you can always just re-paste what it had before.

This works and it does improve the type of ads you're getting. Of course, if there's no advertisers bidding for your keywords, the ads will be a bit less relevant so in the end, it all comes down to keyword selection

Good luck and let me know if you have any issues.
DR's Fynest is offline   Reply With Quote
Old 04-02-2011, 06:10 AM   #6
Senior Warrior Member
War Room Member
 
thedog's Avatar
 
Join Date: Aug 2010
Location: China
Posts: 1,516
Thanks: 291
Thanked 94 Times in 70 Posts
Default Re: Google adsense, can I choose my own ads?

Quote:
Originally Posted by DR's Fynest View Post
Ask and you shall receive!

What you need is called section targeting. Google explains how to do it and how to use it to emphasize a portion of your site for Adsense. It's really simple to do...

All you have to do is edit your single.php file (if using Wordpres) to include
Code:
<!-- google_ad_section_start -->
right at the beginning of the post title. And then
Code:
<!-- google_ad_section_end -->
right after the content you want to target. I make sure to end it right after the post ends. This way I'm targetting 100% only the content within my posts.

You can also IGNORE certain parts of your website if you'd like. For example, after using the above for the posts, I use the following for the comments:
Code:
<!-- google_ad_section_start(weight=ignore) -->
This one tells Google that I don't want this part of my site to be considered when it's deciding what ads it should show.

I probably made this sound more difficult than it actually is. I'm not the best at explaining this sort of thing lol. I managed to do it myself and I didn't know all that much about .css or .php.

Just make sure to make a backup of all the content in your single.php file before editing it. This way if something goes wrong, you can always just re-paste what it had before.

This works and it does improve the type of ads you're getting. Of course, if there's no advertisers bidding for your keywords, the ads will be a bit less relevant so in the end, it all comes down to keyword selection

Good luck and let me know if you have any issues.
Thanks, seems straight forward enough... where exactly do i put the code...

after this bit of code?

<h1 class="entry-title">

I'll have to get back to this... I'm now trying to get a simple star rating plugin up... very slow chinese internet, and gd star rating... with no gui or instructions doesn't help matters....

Cheers, will see if this works, if i have any hair left later

thedog is offline   Reply With Quote
Old 04-02-2011, 06:24 AM   #7
THEY call me Fidel
War Room Member
 
DR's Fynest's Avatar
 
Join Date: Feb 2010
Posts: 191
Thanks: 153
Thanked 53 Times in 45 Posts
Default Re: Google adsense, can I choose my own ads?

Exactly, you'd put the code right at the beginning of that. So it would look:

Code:
<!-- google_ad_section_start -->
<h1 class="entry-title">
and then the other code to end it wherever you want it to end. For example at the end of the post. This varies a lot from theme to theme, but just look for where a section starts that says "comments" or something and past it right before that just like I did up there.
DR's Fynest is offline   Reply With Quote
Old 04-02-2011, 08:01 AM   #8
Advanced Warrior
War Room Member
 
Join Date: Nov 2010
Posts: 558
Thanks: 24
Thanked 72 Times in 63 Posts
Default Re: Google adsense, can I choose my own ads?

If the problem is that you don't like the specific ads that are showing up, the tips people have mentioned about filtering are exactly what you need.

However, if you don't like the TYPE of ads that are showing up (for example, if your site is about animal training and the ads are all for training wheels), take a look at the content surrounding the ads. Are there keywords in there which would lead AdSense to choose these non-relevant ads? Tweaking your content can have a big effect on this.

mandark is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
ads, adsense, choose, google

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:07 AM.