Skip to main content

order_documents

Overview

Nameorder_documents
TypeResource
Idgoogleads.dfareporting.order_documents

Fields

NameDatatypeDescription
idstringID of this order document.
projectIdstringProject ID of this order document.
effectiveDatestring
cancelledbooleanWhether this order document is cancelled.
typestringType of this order document
amendedOrderDocumentIdstringThe amended order document ID of this order document. An order document can be created by optionally amending another order document so that the change history can be preserved.
advertiserIdstringAdvertiser ID of this order document.
approvedByUserProfileIdsarrayIDs of users who have approved this order document.
orderIdstringID of the order from which this order document is created.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#orderDocument".
lastSentTimestring
titlestringTitle of this order document.
signedbooleanWhether this order document has been signed.
lastSentRecipientsarrayList of email addresses that received the last sent document.
subaccountIdstringSubaccount ID of this order document.
createdInfoobjectModification timestamp.
accountIdstringAccount ID of this order document.

Methods

NameAccessible byRequired ParamsDescription
orderDocuments_getSELECTid, profileId, projectIdGets one order document by ID.
orderDocuments_listSELECTprofileId, projectIdRetrieves a list of order documents, possibly filtered. This method supports paging.