Retrieves a list of change logs. This method supports paging. Try it now.
Request
HTTP request
GET https://www.googleapis.com/dfareporting/v3.4/userprofiles/profileId/changeLogs
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
profileId |
long |
User profile ID associated with this request. |
Optional query parameters | ||
action |
string |
Select only change logs with the specified action.
Acceptable values are:
|
ids |
long |
Select only change logs with these IDs. |
maxChangeTime |
string |
Select only change logs whose change time is before the specified maxChangeTime .The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is "2015-07-18T22:54:00-04:00" . In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset.
|
maxResults |
integer |
Maximum number of results to return.
Acceptable values are 0 to 1000 , inclusive.
(Default: 1000 )
|
minChangeTime |
string |
Select only change logs whose change time is after the specified minChangeTime .The time should be formatted as an RFC3339 date/time string. For example, for 10:54 PM on July 18th, 2015, in the America/New York time zone, the format is "2015-07-18T22:54:00-04:00". In other words, the year, month, day, the letter T, the hour (24-hour clock system), minute, second, and then the time zone offset.
|
objectIds |
long |
Select only change logs with these object IDs. |
objectType |
string |
Select only change logs with the specified object type.
Acceptable values are:
|
pageToken |
string |
Value of the nextPageToken from the previous result page.
|
searchString |
string |
Select only change logs whose object ID, user name, old or new values match the search string. |
userProfileIds |
long |
Select only change logs with these user profile IDs. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/dfatrafficking |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "dfareporting#changeLogsListResponse", "nextPageToken": string, "changeLogs": [ changeLogs Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "dfareporting#changeLogsListResponse" . |
|
nextPageToken |
string |
Pagination token to be used for the next list operation. | |
changeLogs[] |
list |
Change log collection. |
Try it!
Use the APIs Explorer below to call this method on live data and see the response.