Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

This type of LineItem is most commonly used to fill a site's unsold inventory if not contractually obligated to deliver a requested number of impressions. Users can specify a fixed quantity of unsold impressions or clicks when creating the line item.

This is how DFP displays the options:


To map the Type and Limit you find fields in the "AdType" record, therefore you need to create a separate AdType and AdSpec for this.

The DFP ADserver login manages which price and discount gets submitted. 


Goal Type

Starting with 2.60 and higher for the AdType "Price Priority", the type of goal can be set using the field GoalType__c in object Ad_Type__c. This field is only editable if the value of field Adtype__c is set to "Price Priority". Valid goal types are:

  • Lifetime
  • Daily

"Lifetime": There is a target goal set on the number of ads delivered for this line item during its entire lifetime.

"Daily": There is a daily goal set on the number of ads delivered for this line item.

Full mapping

DFPADvendio

Type

Ad_Type__c.ADvendio__Adtype__c
Start TimeCampaign_Item__c.ADvendio__from_Date__c
End TimeCampaign_Item__c.ADvendio__until_Date__c
Limit (i.e. Daily)Ad_Type__c.ADvendio__GoalType__c
Limittype (i.e. Impressions)Campaign_Item__c.ADvendio__BookingQuantity__c
Ratetype (i.e. CPM)Campaign_Item__c.ADvendio__Billing_category__c
RateSee above in ADserver login record settings
Discount- No Mapping! -



  • No labels