Get
|
|||||
|
|
Gets one change log by ID
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your DoubleClick Campaign Manager's (DCM) display ad campaigns
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
profileId Required |
INTEGER |
User profile ID associated with this request |
id Required |
INTEGER |
Change log ID |
= Parameter name
= Format
profileId INTEGER Required User profile ID associated with this request |
id INTEGER Required Change log ID |
Output
This building block provides 14 output parameters
Name | Format | Description |
---|---|---|
accountId |
INTEGER |
Account ID of the modified object |
action |
STRING |
Action which caused the change |
changeTime |
DATE_TIME |
Time when the object was modified |
fieldName |
STRING |
Field name of the object which changed |
id |
INTEGER |
ID of this change log |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#changeLog" |
newValue |
STRING |
New value of the object field |
objectId |
INTEGER |
ID of the object of this change log. The object could be a campaign, placement, ad, or other type |
objectType |
STRING |
Object type of the change log |
oldValue |
STRING |
Old value of the object field |
subaccountId |
INTEGER |
Subaccount ID of the modified object |
transactionId |
INTEGER |
Transaction 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 |
userProfileId |
INTEGER |
ID of the user who modified the object |
userProfileName |
STRING |
User profile name of the user who modified the object |
= Parameter name
= Format
accountId INTEGER Account ID of the modified object |
action STRING Action which caused the change |
changeTime DATE_TIME Time when the object was modified |
fieldName STRING Field name of the object which changed |
id INTEGER ID of this change log |
kind STRING Identifies what kind of resource this is. Value: the fixed string "dfareporting#changeLog" |
newValue STRING New value of the object field |
objectId INTEGER ID of the object of this change log. The object could be a campaign, placement, ad, or other type |
objectType STRING Object type of the change log |
oldValue STRING Old value of the object field |
subaccountId INTEGER Subaccount ID of the modified object |
transactionId INTEGER Transaction 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 |
userProfileId INTEGER ID of the user who modified the object |
userProfileName STRING User profile name of the user who modified the object |