Skip to main content

orders

Overview

Nameorders
TypeResource
Idgoogleads.dfareporting.orders

Fields

NameDatatypeDescription
idstringID of this order. This is a read-only, auto-generated field.
namestringName of this order.
sellerOrderIdstringSeller order ID associated with this order.
buyerOrganizationNamestringName of the buyer organization.
commentsstringComments in this order.
siteNamesarrayFree-form site names this order is associated with.
buyerInvoiceIdstringBuyer invoice ID associated with this order.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#order".
subaccountIdstringSubaccount ID of this order.
approverUserProfileIdsarrayIDs for users that have to approve documents created for this order.
accountIdstringAccount ID of this order.
advertiserIdstringAdvertiser ID of this order.
notesstringNotes of this order.
lastModifiedInfoobjectModification timestamp.
projectIdstringProject ID of this order.
siteIdarraySite IDs this order is associated with.
termsAndConditionsstringTerms and conditions of this order.
planningTermIdstringID of the terms and conditions template used in this order.
contactsarrayContacts for this order.
sellerOrganizationNamestringName of the seller organization.

Methods

NameAccessible byRequired ParamsDescription
getSELECTid, profileId, projectIdGets one order by ID.
listSELECTprofileId, projectIdRetrieves a list of orders, possibly filtered. This method supports paging.