Resource: ChangeLog
Describes a change that a user has made to a resource.
JSON representation |
---|
{ "id": string, "objectId": string, "transactionId": string, "userProfileId": string, "accountId": string, "subaccountId": string, "userProfileName": string, "changeTime": string, "oldValue": string, "newValue": string, "action": string, "fieldName": string, "objectType": string, "kind": string } |
Fields | |
---|---|
id |
ID of this change log. |
object |
ID of the object of this change log. The object could be a campaign, placement, ad, or other type. |
transaction |
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
. |
user |
ID of the user who modified the object. |
account |
Account ID of the modified object. |
subaccount |
Subaccount ID of the modified object. |
user |
User profile name of the user who modified the object. |
change |
Time when the object was modified. |
old |
Old value of the object field. |
new |
New value of the object field. |
action |
Action which caused the change. |
field |
Field name of the object which changed. |
object |
Object type of the change log. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Gets one change log by ID. |
|
Retrieves a list of change logs. |