How to Start - for a Site » Native Site

Native Site

Last modified by Pavla Roháčová on 2014/10/21 10:58
Comments (0) · Attachments (0)

Create a native site if you are the owner of this site or you have permission for management of advertising space.  You can use all targeting, restrictions and settings of the system for ad position on a native site.

The ads displayed on the site provides the codes which are inserted into the source code of a site on the place where the advertising will be displayed. Native site codes are on site permanently and these codes are the same for all campaigns.

In BB AdServer there are two types of codes for Ad position of a native site:

One2many code

It is an improved type of code which displays ads through one calling of BB AdServer and allows communication between ad positions on the site.

Advantages of one2many codes:

  • The loading of JavaScript ad's codes minimizes the influence on the speed of site loading.
  • Easier opportunities to work with "blank" positions - note the certain calling of ad position ().
    E.g.. // bmone2n.addPosition('262.1.3.64',''); 
  • Greater ease of framing ad positions - you can add 3. and 4. parameter to the certain calling of ad position ().
    E.g. bmone2n.addPosition('262.1.3.64','', 'this','class=css_with_frame' ); 
  • Greater ease of adding the headline "Advertisement" above the banner - define the style css_whatever_text and add it to the certain position ()
    E.g. bmone2n.addPosition('262.1.3.64','',  'this','class=css_whatever_text' )
  • Possibility to hide headline"Advertisement" if there is no banner targeted into position.
    Insert value  display:none into the last parameter in addPosition (6th. parameter of addPosition() calling)
    bmone2n.addPosition('289.1.1.10','','this','border:1px solid black;','','display:none');
  • The opportunity to fill an empty position - for example by Weather block
  • Easier organization of codes on the site
  • Function of restriction of competing campaigns - ensure that the client's banner isn't displayed on the same site as banner of a competitor
  • Function SurroundAd - the possibility of share displaying the several banners on site (the opposite of competitors)
  • iFrame position  behaves as non-iFrame when there are one2many codes
  • The possibility of rotation of ad positions

How does one2many code look like
How to generate one2many code
How to insert one2many code into the site
How to connect user define ad positions and one2many positions


HTML code

It is  a code of ad position, which provides basic banner displaying. This type of code doesn't allow using the advanced features of BB AdServer that require one2many codes.

How to generate HTML code  
How to insert HTML code into the site

We recommend using one2many codes which allow the use of all the possibilities of BB AdServer.

How to create a native site

Tags:
Created by Barbora Račková on 2011/09/26 10:59
Translated into en by Pavla Roháčová on 2011/10/31 10:46

Navigation


This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 4.0 - Documentation