Skip to main content

change_logs

Overview

Namechange_logs
TypeResource
Idgoogleads.dfareporting.change_logs

Fields

NameDatatypeDescription
idstringID of this change log.
transactionIdstringTransaction ID of this change log. When a single API call results in many changes, each change will have a separate ID in the change log but will share the same transactionId.
userProfileIdstringID of the user who modified the object.
objectTypestringObject type of the change log.
subaccountIdstringSubaccount ID of the modified object.
accountIdstringAccount ID of the modified object.
changeTimestring
newValuestringNew value of the object field.
fieldNamestringField name of the object which changed.
oldValuestringOld value of the object field.
actionstringAction which caused the change.
userProfileNamestringUser profile name of the user who modified the object.
kindstringIdentifies what kind of resource this is. Value: the fixed string "dfareporting#changeLog".
objectIdstringID of the object of this change log. The object could be a campaign, placement, ad, or other type.

Methods

NameAccessible byRequired ParamsDescription
changeLogs_getSELECTid, profileIdGets one change log by ID.
changeLogs_listSELECTprofileIdRetrieves a list of change logs. This method supports paging.