For a list of methods for this resource, see the end of this page.
Resource representations
Describes a change that a user has made to a resource.
{ "kind": "dfareporting#changeLog", "id": long, "objectId": long, "transactionId": long, "userProfileId": long, "accountId": long, "subaccountId": long, "userProfileName": string, "changeTime": datetime, "oldValue": string, "newValue": string, "action": string, "fieldName": string, "objectType": string }
Property name | Value | Description | Notes |
---|---|---|---|
accountId |
long |
Account ID of the modified object. | |
action |
string |
Action which caused the change. | |
changeTime |
datetime |
Time when the object was modified. | |
fieldName |
string |
Field name of the object which changed. | |
id |
long |
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 |
long |
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 |
long |
Subaccount ID of the modified object. | |
transactionId |
long |
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 |
long |
ID of the user who modified the object. | |
userProfileName |
string |
User profile name of the user who modified the object. |