AdvertiserInvoiceItem Model

A single line item from an Advertiser Invoice.

NameTypeDescription
actionsIntegerThe contents of this field are applicable only if "type" is "stats". Count of the number of clicks, conversions, or impressions, for the date covered by the Invoice start and end dates. The type of event contained in this column depends on the "payout_type". For "cpc" payout type this is number of clicks. For "cpm" this is number of impressions. For other payout types this is number of conversions.
amountDecimalAmount owed for the offer based on invoice start and end dates
conversionsIntegerDEPRECATED. The "actions" field should be consulted instead, to determine the number of clicks/conversions/impressions (if "type" is "stats").
datetimeDatetimeDate that the invoice item was created
goal_idNullable IntegerApplicable only if the "enable_offer_goals" Preference is enabled. It specifies the Goal this invoice item is attributed, or NULL if the item is not attributed to a Goal.
idIntegerID of unique, auto-generated object for this Invoice Item
This parameter is non-writable
invoice_idIntegerThe ID of the Invoice to which this Invoice Item belongs
memoNullable StringMemo for this Invoice Item
offer_idNullable IntegerThe ID of the Offer to which this item is attributed. Present when the "type" is "stats".
revenue_typeStringThe revenue type of the Offer (or the Goal if present) if the "type" is "stats", or the adjustment type if the "type" is "adjustment". For types other than "stats" set to "amount"Show Supported Values
typeStringType of invoice item. "stats" indicates this is for clicks/conversions/impressions (depending on "revenue_type"). "adjustment" is for an adjustment. "vat" is for VAT/tax items.Show Supported Values
vat_codeNullable StringThe VAT code. Only applicable if "type" is "vat".
vat_idNullable IntegerThe ID of this VAT rate. Only applicable if "type" is "vat".
vat_nameNullable StringThe name of this VAT rate. Only applicable if "type" is "vat".
vat_rateNullable DecimalThe VAT rate being used to calculate tax, as a percentage (e.g. 15.00). Only applicable if "type" is "vat".
Have a Question? Please contact [email protected] for technical support.