REST Resource: changeLogs
Stay organized with collections
Save and categorize content based on your preferences.
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 |
string (int64 format)
ID of this change log.
|
objectId |
string (int64 format)
ID of the object of this change log. The object could be a campaign, placement, ad, or other type.
|
transactionId |
string (int64 format)
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 |
string (int64 format)
ID of the user who modified the object.
|
accountId |
string (int64 format)
Account ID of the modified object.
|
subaccountId |
string (int64 format)
Subaccount ID of the modified object.
|
userProfileName |
string
User profile name of the user who modified the object.
|
changeTime |
string
Time when the object was modified.
|
oldValue |
string
Old value of the object field.
|
newValue |
string
New value of the object field.
|
action |
string
Action which caused the change.
|
fieldName |
string
Field name of the object which changed.
|
objectType |
string
Object type of the change log.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#changeLog"
.
|
Methods |
|
Gets one change log by ID. |
|
Retrieves a list of change logs. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThe ChangeLog resource describes modifications made by users to resources, providing details like user, timestamp, and the specific change.\u003c/p\u003e\n"],["\u003cp\u003eChangeLogs include the previous and updated values, action taken, and identifiers for the object, user, and transaction.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve individual change logs using the \u003ccode\u003eget\u003c/code\u003e method or a list of change logs via the \u003ccode\u003elist\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThis resource utilizes JSON format for its representation, containing fields such as ID, object ID, user profile information, and timestamps.\u003c/p\u003e\n"]]],[],null,["# REST Resource: changeLogs\n\n- [Resource: ChangeLog](#ChangeLog)\n - [JSON representation](#ChangeLog.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ChangeLog\n-------------------\n\nDescribes a change that a user has made to a resource.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"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 } ``` |\n\n| Fields ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of this change log. |\n| `object``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of the object of this change log. The object could be a campaign, placement, ad, or other type. |\n| `transaction``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` 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` . |\n| `user``Profile``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` ID of the user who modified the object. |\n| `account``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Account ID of the modified object. |\n| `subaccount``Id` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Subaccount ID of the modified object. |\n| `user``Profile``Name` | `string` User profile name of the user who modified the object. |\n| `change``Time` | `string` Time when the object was modified. |\n| `old``Value` | `string` Old value of the object field. |\n| `new``Value` | `string` New value of the object field. |\n| `action` | `string` Action which caused the change. |\n| `field``Name` | `string` Field name of the object which changed. |\n| `object``Type` | `string` Object type of the change log. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#changeLog\"` . |\n\n| Methods ------- ||\n|--------------------------------------------------------------|----------------------------------|\n| ### [get](/doubleclick-advertisers/rest/v4/changeLogs/get) | Gets one change log by ID. |\n| ### [list](/doubleclick-advertisers/rest/v4/changeLogs/list) | Retrieves a list of change logs. |"]]