Close httplib2 connections.
get(profileId, id, x__xgafv=None)
Gets one change log by ID.
Retrieves a list of change logs. This method supports paging.
Retrieves the next page of results.
close()
Close httplib2 connections.
get(profileId, id, x__xgafv=None)
Gets one change log by ID. Args: profileId: string, User profile ID associated with this request. (required) id: string, Change log ID. (required) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Describes a change that a user has made to a resource. "accountId": "A String", # Account ID of the modified object. "action": "A String", # Action which caused the change. "changeTime": "A String", "fieldName": "A String", # Field name of the object which changed. "id": "A String", # ID of this change log. "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#changeLog". "newValue": "A String", # New value of the object field. "objectId": "A String", # ID of the object of this change log. The object could be a campaign, placement, ad, or other type. "objectType": "A String", # Object type of the change log. "oldValue": "A String", # Old value of the object field. "subaccountId": "A String", # Subaccount ID of the modified object. "transactionId": "A String", # 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": "A String", # ID of the user who modified the object. "userProfileName": "A String", # User profile name of the user who modified the object. }
list(profileId, action=None, ids=None, maxChangeTime=None, maxResults=None, minChangeTime=None, objectIds=None, objectType=None, pageToken=None, searchString=None, userProfileIds=None, x__xgafv=None)
Retrieves a list of change logs. This method supports paging. Args: profileId: string, User profile ID associated with this request. (required) action: string, Select only change logs with the specified action. Allowed values ACTION_CREATE - ACTION_UPDATE - ACTION_DELETE - ACTION_ENABLE - ACTION_DISABLE - ACTION_ADD - ACTION_REMOVE - ACTION_MARK_AS_DEFAULT - ACTION_ASSOCIATE - ACTION_ASSIGN - ACTION_UNASSIGN - ACTION_SEND - ACTION_LINK - ACTION_UNLINK - ACTION_PUSH - ACTION_EMAIL_TAGS - ACTION_SHARE - ids: string, Select only change logs with these IDs. (repeated) 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. 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: string, Select only change logs with these object IDs. (repeated) objectType: string, Select only change logs with the specified object type. Allowed values OBJECT_ADVERTISER - OBJECT_FLOODLIGHT_CONFIGURATION - OBJECT_AD - OBJECT_FLOODLIGHT_ACTVITY - OBJECT_CAMPAIGN - OBJECT_FLOODLIGHT_ACTIVITY_GROUP - OBJECT_CREATIVE - OBJECT_PLACEMENT - OBJECT_DFA_SITE - OBJECT_USER_ROLE - OBJECT_USER_PROFILE - OBJECT_ADVERTISER_GROUP - OBJECT_ACCOUNT - OBJECT_SUBACCOUNT - OBJECT_RICHMEDIA_CREATIVE - OBJECT_INSTREAM_CREATIVE - OBJECT_MEDIA_ORDER - OBJECT_CONTENT_CATEGORY - OBJECT_PLACEMENT_STRATEGY - OBJECT_SD_SITE - OBJECT_SIZE - OBJECT_CREATIVE_GROUP - OBJECT_CREATIVE_ASSET - OBJECT_USER_PROFILE_FILTER - OBJECT_LANDING_PAGE - OBJECT_CREATIVE_FIELD - OBJECT_REMARKETING_LIST - OBJECT_PROVIDED_LIST_CLIENT - OBJECT_EVENT_TAG - OBJECT_CREATIVE_BUNDLE - OBJECT_BILLING_ACCOUNT_GROUP - OBJECT_BILLING_FEATURE - OBJECT_RATE_CARD - OBJECT_ACCOUNT_BILLING_FEATURE - OBJECT_BILLING_MINIMUM_FEE - OBJECT_BILLING_PROFILE - OBJECT_PLAYSTORE_LINK - OBJECT_TARGETING_TEMPLATE - OBJECT_SEARCH_LIFT_STUDY - OBJECT_FLOODLIGHT_DV360_LINK - OBJECT_ADVERTISER_CUSTOMER_LINK - OBJECT_CONVERSION_DOMAIN - OBJECT_ACCOUNT_CONVERSION_DOMAIN - 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: string, Select only change logs with these user profile IDs. (repeated) x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # Change Log List Response "changeLogs": [ # Change log collection. { # Describes a change that a user has made to a resource. "accountId": "A String", # Account ID of the modified object. "action": "A String", # Action which caused the change. "changeTime": "A String", "fieldName": "A String", # Field name of the object which changed. "id": "A String", # ID of this change log. "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#changeLog". "newValue": "A String", # New value of the object field. "objectId": "A String", # ID of the object of this change log. The object could be a campaign, placement, ad, or other type. "objectType": "A String", # Object type of the change log. "oldValue": "A String", # Old value of the object field. "subaccountId": "A String", # Subaccount ID of the modified object. "transactionId": "A String", # 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": "A String", # ID of the user who modified the object. "userProfileName": "A String", # User profile name of the user who modified the object. }, ], "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#changeLogsListResponse". "nextPageToken": "A String", # Pagination token to be used for the next list operation. }
list_next()
Retrieves the next page of results. Args: previous_request: The request for the previous page. (required) previous_response: The response from the request for the previous page. (required) Returns: A request object that you can call 'execute()' on to request the next page. Returns None if there are no more items in the collection.