Contents

Campaign.PaymentModel

The payment model that determines payment method and budget availability for the ad account running this campaign.

Declaration

string Campaign.PaymentModel

Possible Values

PAYG

Pay as You Go. The default billing model when no payment model is configured. Budget orders are not available with this model.

LOC

Line of Credit. A monthly invoicing model required to use budget orders. Invoicing details are available in InvoiceDetail.

Discussion

Because this reflects the ad account’s payment model rather than a campaign-level setting, every campaign under the same ad account reports the same value.

Example

{
  "paymentModel": "PAYG"
}