Tariffs Models & Data Types Documentation

OnlineAdFormat

digraph foo {
     node [shape=none, margin=0];

         OnlineAdFormat [label=<
         <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
             <TR>
                 <TD HEIGHT="36.0"><FONT POINT-SIZE="16.0">OnlineAdFormat</FONT></TD>
             </TR>
             <TR>
                 <TD>
                     <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
                         <TR>
                             <TD ALIGN="LEFT">cpm : number</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">description : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">id : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">name : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">potential : number</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">size : string</TD>
                         </TR>
                     </TABLE>
                 </TD>
             </TR>
         </TABLE>>];
     edge [dir=back, arrowtail=dot]

}

Properties

Field Type Description
description string A somewhat detailed description of the ad format. Usually omitted for standard ad formats.
name string A name for the ad format. Usually omitted for standard ad formats.
potential number The inventory potential. The ratio of page impressions which can be actually booked with the related advert format.
cpm number Costs per mill. The price for thousand contacts. German abbr.: ‘TKP’.
id string The ID of the advert format to be applied e.g. to reference it by a placement of a media plan.
size string A textual description of the size of the ad format. Usually omitted for standard ad formats.

PrintAdFormat

digraph foo {
     node [shape=none, margin=0];

         PrintAdFormat [label=<
         <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
             <TR>
                 <TD HEIGHT="36.0"><FONT POINT-SIZE="16.0">PrintAdFormat</FONT></TD>
             </TR>
             <TR>
                 <TD>
                     <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
                         <TR>
                             <TD ALIGN="LEFT">id : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">title : string</TD>
                         </TR>
                     </TABLE>
                 </TD>
             </TR>
         </TABLE>>];
     edge [dir=back, arrowtail=dot]

}

Properties

Field Type Description
id string The ID of the print advertisement format.
title string The title of the print advertisement format.

RateCard

digraph foo {
     node [shape=none, margin=0];

         RateCard [label=<
         <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
             <TR>
                 <TD HEIGHT="36.0"><FONT POINT-SIZE="16.0">RateCard</FONT></TD>
             </TR>
             <TR>
                 <TD>
                     <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
                         <TR>
                             <TD ALIGN="LEFT">adFormats : OnlineAdFormat []</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">currency : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">frequency : number</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">frequencyCapping : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">info : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">priceOnRequest : boolean</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">targeting : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">validFrom : Date</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">validThru : Date</TD>
                         </TR>
                     </TABLE>
                 </TD>
             </TR>
         </TABLE>>];
         OnlineAdFormat [label=<
         <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0">
             <TR>
                 <TD HEIGHT="36.0"><FONT POINT-SIZE="16.0">OnlineAdFormat</FONT></TD>
             </TR>
             <TR>
                 <TD>
                     <TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0">
                         <TR>
                             <TD ALIGN="LEFT">cpm : number</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">description : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">id : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">name : string</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">potential : number</TD>
                         </TR>
                         <TR>
                             <TD ALIGN="LEFT">size : string</TD>
                         </TR>
                     </TABLE>
                 </TD>
             </TR>
         </TABLE>>];
     edge [dir=back, arrowtail=dot]

         RateCard -> OnlineAdFormat [label=<<TABLE BORDER="0" CELLBORDER="0" CELLSPACING="0"><TR><TD>adFormats</TD></TR></TABLE>>];

}

Properties

Field Type Description
info string The ID of the info kit.
targeting string The ID of the targeting kit.
priceOnRequest boolean Are prices on request available for this booking unit.
currency string The currency of the pricings.
frequency number The frequency.
validThru Date The end time of the period of validity as string according RFC 3339 and ISO 8601.
frequencyCapping string The ID of the frequency capping kit.
validFrom Date The start time of the period of validity as string according RFC 3339 and ISO 8601.
adFormats OnlineAdFormat [] Array of advert formats.

Table Of Contents

Previous topic

Tariffs Routes Reference Documentation

Next topic

Charts API Reference Documentation

This Page