Forum Moderators: martinibuster

Message Too Old, No Replies

Using Ad Manager

         

csdude55

12:45 am on Feb 28, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I thought that I had discussed this before, but if so it was over a year ago and I can't find it. Sorry if this is a dupe!

I have always found Doubleclick, nee DFP, nee Google Ad Manager to be painfully difficult to use... a million features and not one of them make sense. But I'm moving towards an infinite scroll setup, and that's the only way I've found to make ads work once the page has scrolled.

I have several questions, so I hope someone here has some experience and can guide me in the right direction:

1. Is there a way to show my own ads if the bid value is below $X? For example, if the highest bid for the impression is $0.10, I would rather give the impression to a locally sold banner, like how I used to be able to do with Adsense's Ad Balancer. And ideally, if it's between $0.50 and $0.11, I have a third program that I would like to send it to instead of Adsense.

2. Can I make ad SIZES compete to show the ad size that pays the best? I currently use this, but it just shows the biggest ad that fits... which isn't necessarily the one that pays the most:

googletag.cmd.push(function() {
adMap['horizontal'] = googletag.sizeMapping()
.addSize([800, 0], [1, 1])
.addSize([728, 0], [728, 90])
.addSize([320, 0], [320, 50])
.build();

googletag.cmd.push(function() {
slot[0] = googletag.defineSlot('/12345/foo',
[ [728, 90], [320, 50] ], 'banner')
.defineSizeMapping(adMap['horizontal'])
.addService(googletag.pubads());

googletag.display('banner');
googletag.pubads().refresh([ slot[0] ]);
});


3. Similarly, is there a way to set up multiple networks and let them bid against one another?

4. Is there a reason why I can't put the Ad Manager code in a separate .js file that's loaded in the header? Or does it specifically NOT need to be cached?

Happy_Das

10:32 am on Feb 28, 2020 (gmt 0)

5+ Year Member



Hi,

I am not sure whether I understand the questions completely. But here's my try.

1. Price floors should be able to help you here. You can set a higher price floor (more than $0.10) and serve your own ads via house line items. Whenever the winning bid is lesser than $0.10, the house line item will serve.

2. GAM should deliver the highest paying ad to the users if you have the priority level set to 'price priority'. Are you creating unified pricing rules to set price floors based on sizes?

3. Header bidding or Open bidding (Google's server-side header bidding) will allow you to do this. They basically send out a request to demand partners and make them compete together to pick the winner. Later the winning bid (or all the bids) will be sent to GAM unified auction.

4. Please refer Google's answer - [support.google.com...]

Thanks.

csdude55

12:58 am on Mar 3, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Thanks, @Happy_Das :-) I set it all up a year or so ago so I honestly don't know what I've done or what I'm doing, not one word of the system makes sense to me :-( Right now I'm just using Adsense through Ad Manager so that I can use the .refresh(slot) function in infinite scroll.

But this question seems to apply to all of your answers...

Where do I find this "price floor" option?

I've looked everywhere but don't see anything that sounds like it. This:

[support.google.com...]

implies that it's under Inventory > Pricing rules, but I don't have a link that says "Pricing rules". Do I need a separate Ad Exchange account?

levo

10:17 pm on Mar 8, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The price you set for your 'house' ads becomes the floor for others.

Runfun

10:39 pm on Mar 10, 2020 (gmt 0)

10+ Year Member Top Contributors Of The Month



There was another subject at this board about Ad Manager. I've told several people here before that complaining about Adsense is useless, start using Ad Manager. It had huge benefits for me and my setup is like:

1st priority of maximum 4 ad impressions each slot each unique visor once a week with affiliate ads rotating. These affiliates are paying about 30 to 60 euros a sale or lead.

2nd priority is header bidding competing with Adsense.

3rd priority is Adsense with a floor price.

4th and last priority is serving other lower paying affiliate ads.

Adsense declined through the years with few hundreds of euros a month but I compensated this with affiliates and header bidding worth about 1,500 to 2,000 a month. So I don't care about losing few hundred euros a month with Adsense.

csdude55

11:00 pm on Mar 10, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Sounds great, but how / where do I set priorities? I don't see anything like that, either.

Do I need a separate Ad Exchange account or something?

Runfun

11:30 pm on Mar 13, 2020 (gmt 0)

10+ Year Member Top Contributors Of The Month



I'll message here this weekend, just passed midnight here but I'll be back later this weekend.