You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### displayvideo:v1
The following keys were deleted:
- resources.advertisers.methods.list.parameters.internalDebuggingConfig (Total Keys: 2)
- resources.inventorySources.methods.get.parameters.advertiserId (Total Keys: 3)
#### displayvideo:v2
The following keys were deleted:
- resources.advertisers.methods.list.parameters.internalDebuggingConfig (Total Keys: 2)
- resources.inventorySources.methods.get.parameters.advertiserId (Total Keys: 3)
The following keys were added:
- schemas.YoutubeAndPartnersSettings.properties.effectiveContentCategory (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/displayvideo_v1.advertisers.campaigns.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
Returns:
127
127
An object of the form:
128
128
129
-
{ # Response message for BulkListCampaignAssignedTargetingOptions.
129
+
{
130
130
"assignedTargetingOptions": [ # The list of assigned targeting options. This list will be absent if empty.
131
131
{ # A single assigned targeting option, which defines the state of a targeting option for an entity with targeting settings.
132
132
"ageRangeDetails": { # Represents a targetable age range. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_AGE_RANGE`. # Age range details. This field will be populated when the targeting_type is `TARGETING_TYPE_AGE_RANGE`.
<pclass="firstline">Lists advertisers that are accessible to the current user. The order is defined by the order_by parameter. A single partner_id is required. Cross-partner listing is not supported.</p>
<pre>Lists advertisers that are accessible to the current user. The order is defined by the order_by parameter. A single partner_id is required. Cross-partner listing is not supported.
1390
1390
1391
1391
Args:
1392
1392
filter: string, Allows filtering by advertiser fields. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by `AND` or `OR` logical operators. * A restriction has the form of `{field} {operator} {value}`. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other fields must use the `EQUALS (=)` operator. Supported fields: * `advertiserId` * `displayName` * `entityStatus` * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All active advertisers under a partner: `entityStatus="ENTITY_STATUS_ACTIVE"` * All advertisers with an update time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime<="2020-11-04T18:54:47Z"` * All advertisers with an update time greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no more than 500 characters. Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/filters) guide for more information.
1393
-
internalDebuggingConfig: string, The config used in internal debugging and manual testing. Use comma to separate multiple values. Examples: To allow entity search to go through tangle `searchUsingTangle` To get only the advertiser Ids use `idOnly`
1394
1393
orderBy: string, Field by which to sort the list. Acceptable values are: * `displayName` (default) * `entityStatus` * `updateTime` The default sorting order is ascending. To specify descending order for a field, a suffix "desc" should be added to the field name. For example, `displayName desc`.
1395
1394
pageSize: integer, Requested page size. Must be between `1` and `200`. If unspecified will default to `100`.
1396
1395
pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListAdvertisers` method. If not specified, the first page of results will be returned.
Copy file name to clipboardExpand all lines: docs/dyn/displayvideo_v1.advertisers.insertionOrders.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
Returns:
127
127
An object of the form:
128
128
129
-
{ # Response message for BulkListInsertionOrderAssignedTargetingOptions.
129
+
{
130
130
"assignedTargetingOptions": [ # The list of assigned targeting options. This list will be absent if empty.
131
131
{ # A single assigned targeting option, which defines the state of a targeting option for an entity with targeting settings.
132
132
"ageRangeDetails": { # Represents a targetable age range. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_AGE_RANGE`. # Age range details. This field will be populated when the targeting_type is `TARGETING_TYPE_AGE_RANGE`.
Copy file name to clipboardExpand all lines: docs/dyn/displayvideo_v1.advertisers.insertionOrders.targetingTypes.assignedTargetingOptions.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -526,7 +526,7 @@ <h3>Method Details</h3>
526
526
Returns:
527
527
An object of the form:
528
528
529
-
{ # Response message for ListInsertionOrderAssignedTargetingOptions.
529
+
{
530
530
"assignedTargetingOptions": [ # The list of assigned targeting options. This list will be absent if empty.
531
531
{ # A single assigned targeting option, which defines the state of a targeting option for an entity with targeting settings.
532
532
"ageRangeDetails": { # Represents a targetable age range. This will be populated in the details field of an AssignedTargetingOption when targeting_type is `TARGETING_TYPE_AGE_RANGE`. # Age range details. This field will be populated when the targeting_type is `TARGETING_TYPE_AGE_RANGE`.
<pclass="firstline">Bulk edits targeting options under a single line item. The operation will delete the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then create the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * UpdateLineItem * CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption</p>
84
+
<pclass="firstline">Bulk edits targeting options under a single line item. The operation will delete the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then create the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.patch * assignedTargetingOptions.create * assignedTargetingOptions.delete</p>
<pclass="firstline">Updates an existing line item. Returns the updated line item if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdateLineItems * CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption</p>
114
+
<pclass="firstline">Updates an existing line item. Returns the updated line item if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdateLineItems * assignedTargetingOptions.create * assignedTargetingOptions.delete</p>
<pre>Bulk edits targeting options under a single line item. The operation will delete the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then create the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * UpdateLineItem * CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption
118
+
<pre>Bulk edits targeting options under a single line item. The operation will delete the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.delete_requests and then create the assigned targeting options provided in BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.patch * assignedTargetingOptions.create * assignedTargetingOptions.delete
119
119
120
120
Args:
121
121
advertiserId: string, Required. The ID of the advertiser the line item belongs to. (required)
<pre>Updates an existing line item. Returns the updated line item if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdateLineItems * CreateLineItemAssignedTargetingOption * DeleteLineItemAssignedTargetingOption
1779
+
<pre>Updates an existing line item. Returns the updated line item if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdateLineItems * assignedTargetingOptions.create * assignedTargetingOptions.delete
1780
1780
1781
1781
Args:
1782
1782
advertiserId: string, Output only. The unique ID of the advertiser the line item belongs to. (required)
<pclass="firstline">Assigns a targeting option to a line item. Returns the assigned targeting option if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * DeleteLineItemAssignedTargetingOption</p>
82
+
<pclass="firstline">Assigns a targeting option to a line item. Returns the assigned targeting option if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * DeleteLineItemAssignedTargetingOption</p>
<pclass="firstline">Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * CreateLineItemAssignedTargetingOption</p>
85
+
<pclass="firstline">Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption</p>
<pre>Assigns a targeting option to a line item. Returns the assigned targeting option if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * DeleteLineItemAssignedTargetingOption
103
+
<pre>Assigns a targeting option to a line item. Returns the assigned targeting option if successful. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * DeleteLineItemAssignedTargetingOption
104
104
105
105
Args:
106
106
advertiserId: string, Required. The ID of the advertiser the line item belongs to. (required)
<pre>Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * BulkEditAssignedTargetingOptions * BulkUpdate * UpdateLineItem * CreateLineItemAssignedTargetingOption
774
+
<pre>Deletes an assigned targeting option from a line item. Requests to this endpoint cannot be made concurrently with the following requests updating the same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption
775
775
776
776
Args:
777
777
advertiserId: string, Required. The ID of the advertiser the line item belongs to. (required)
Copy file name to clipboardExpand all lines: docs/dyn/displayvideo_v1.advertisers.locationLists.assignedLocations.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108
108
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
109
109
"assignedLocationId": "A String", # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
110
110
"name": "A String", # Output only. The resource name of the assigned location.
111
-
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Must be of type TARGETING_TYPE_GEO_REGION.
111
+
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
112
112
},
113
113
],
114
114
"deletedAssignedLocations": [ # The IDs of the assigned locations to delete in bulk, specified as a list of assigned_location_ids.
@@ -129,7 +129,7 @@ <h3>Method Details</h3>
129
129
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
130
130
"assignedLocationId": "A String", # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
131
131
"name": "A String", # Output only. The resource name of the assigned location.
132
-
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Must be of type TARGETING_TYPE_GEO_REGION.
132
+
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
133
133
},
134
134
],
135
135
}</pre>
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
154
154
"assignedLocationId": "A String", # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
155
155
"name": "A String", # Output only. The resource name of the assigned location.
156
-
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Must be of type TARGETING_TYPE_GEO_REGION.
156
+
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
157
157
}
158
158
159
159
x__xgafv: string, V1 error format.
@@ -167,7 +167,7 @@ <h3>Method Details</h3>
167
167
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
168
168
"assignedLocationId": "A String", # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
169
169
"name": "A String", # Output only. The resource name of the assigned location.
170
-
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Must be of type TARGETING_TYPE_GEO_REGION.
170
+
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
171
171
}</pre>
172
172
</div>
173
173
@@ -215,7 +215,7 @@ <h3>Method Details</h3>
215
215
{ # An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
216
216
"assignedLocationId": "A String", # Output only. The unique ID of the assigned location. The ID is only unique within a location list. It may be reused in other contexts.
217
217
"name": "A String", # Output only. The resource name of the assigned location.
218
-
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Must be of type TARGETING_TYPE_GEO_REGION.
218
+
"targetingOptionId": "A String", # Required. The ID of the targeting option assigned to the location list. Assigned locations can only be modified in TARGETING_LOCATION_TYPE_REGIONAL location lists. When creating or deleting assigned locations, this value must be of type TARGETING_TYPE_GEO_REGION.
219
219
},
220
220
],
221
221
"nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to `ListAssignedLocations` method to retrieve the next page of results.
0 commit comments