Skip to main content
Skip table of contents

How to Setup Sovrn Ad Tags for Header Bidding

Whether you are using client-side Header Bidding or Server to Server to offer your inventory to advertisers, it is important to get the most out of the ad placements and ad tags you have created for your domain. Improper implementation can result in low impressions and in some cases, no impressions at all. No impressions = no money.

In order to avoid this with Sovrn Ad Tags, there are some general rules to follow.

Ad Tags

An Ad Tag (i.e. creative tag or placement tag) is a chunk of code inserted within your domain that sends a request to the ad server to show an ad in a given place (i.e. Ad Placement). Publishers, advertisers, and ad networks use ad tags to exchange data with each other. 

For the purposes of this article, we will be mostly focused on the Tag ID, which is the number you will want to reference when adding multiple tags within a Header Bidding wrapper on your page. The Tag ID for a Sovrn ad tag is highlighted in the example below.

Ad Tag example:

<script src="//ap.lijit.com/www/delivery/fpi.js?z=562341&width=728&height=90"></script>

Unique Tag IDs

When using Sovrn Ad Tags on your domain, you will need unique Tag IDs in all of your Ad Placements. No matter where you are placing Tag IDs in your domain, never use the same ID twice. If you choose to use the same tag ID, advertisers will view it as a duplicate request. This will impact fill, cpm, and overall performance for multiple placements reusing the same tag ID.

However, if you manage multiple domains, you may use the same set of Tag IDs on all of your domains. That being said, we still do not recommend this approach. These are often referred to as run-of-network ad tags (or RON tags). Be aware, if you choose to reuse tag IDs across multiple domains, it will be far more complex to break down reporting for tag-level performance.

Sovrn recommends that you use a unique tag ID for each ad placement, but don't hesitate to reach out to the Sovrn support team for questions about this.

CODE
adUnitOne {
  SSP; {
    sovrn: {                                
      //always use unique Ids           
      tagid: [ "562341", "562342", "562343" , "562343" ]          
      }      
    }   
  } 

Multi-Size Ad Units

It's very common for publishers to want to have multi-size ad units within each ad placement. Using multi-size ads allows the publisher to have a wider variety of options for advertisers to bid on, allowing publishers more opportunities to win and monetize from bids.

When creating Sovrn ad tags in the Platform, you can create single size or multi-size ads. To learn more about how to create ad tags, see this article.  

To run multi-size ads with Sovrn Tags, a publisher will need a unique Tag ID for each size within each ad unit. For every Tag ID within your Ad Unit, there will be a request, the more sizes that you have in each ad unit, the more potential ad revenue you'll be able to generate. As long as each size has a Tag ID properly mapped to it.

Please note that you may see a lower fill rate with more sizes added to your Ad Unit, but you will have more opportunity to earn more ad revenue. When possible, we recommend using more common, higher-performing sizes (i.e., 728x90, 300x250, 970x90, etc ). We find that having robust tags that are unique to the size it is assigned to allows for more efficiency within our exchange.

CODE
//For each size within the ad unit, there should be a unique tagid  
adUnitOne {    
  sizes: ["300x250", "728x90", "320x50"],    
  divId; ["your-div-id"],    
  currency; "USD",    
  SSP; {        
    sovrn: [{            
      tagid: "562341",            
      bidfloor: "0.00"        
    },{            
    tagid: "562342",            
    bidfloor: "0.00"        
    },{            
    tagid: "562343",            
    bidfloor: "0.00"        
    }],     
  }; 
};  
//If there are three sizes and only one size/tagid match there will be less opportunity to compete within the exchange and win an impression  
adUnitTwo {    
  sizes: ["300x250", "728x90", "320x50"],    
  divId; ["your-div-id"],    
  currency; "USD",    
  SSP; {        
    sovrn: [{            
      tagid: "562345",            
      bidfloor: "0.00"        
    }],     
  }; 
};

Bid Floor

We recommend setting your floor prices to whatever makes the best sense for your goals. Many of our publishers are successful with lower floor prices to encourage a higher fill rate, and others are successful with high floor prices to achieve a higher CPM.

If you decide you would like to use floors on your Sovrn Ad Tags, then we recommend you update them regularly to take advantage and compensate for seasonal trends. 

Summary

Every implementation will be unique, so ultimately it will be up to you as a publisher to decide what approach works best. The guidelines above have had the most success when it comes to utilizing Sovrn Ad Tags in the most efficient way. 

If you have any further questions about Sovrn Ad Tags or any of Sovrn products, please reach out to Sovrn Support and we'll be happy to assist.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.