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
Copy file name to clipboardExpand all lines: docs/dyn/adsense_v2.accounts.adclients.adunits.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ <h3>Method Details</h3>
124
124
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
125
125
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
126
126
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
127
-
"state": "A String", # State of the ad unit.
127
+
"state": "A String", # Required. State of the ad unit.
128
128
}
129
129
130
130
x__xgafv: string, V1 error format.
@@ -143,7 +143,7 @@ <h3>Method Details</h3>
143
143
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
144
144
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
145
145
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
146
-
"state": "A String", # State of the ad unit.
146
+
"state": "A String", # Required. State of the ad unit.
147
147
}</pre>
148
148
</div>
149
149
@@ -169,7 +169,7 @@ <h3>Method Details</h3>
169
169
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
170
170
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
171
171
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
172
-
"state": "A String", # State of the ad unit.
172
+
"state": "A String", # Required. State of the ad unit.
173
173
}</pre>
174
174
</div>
175
175
@@ -218,7 +218,7 @@ <h3>Method Details</h3>
218
218
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
219
219
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
220
220
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
221
-
"state": "A String", # State of the ad unit.
221
+
"state": "A String", # Required. State of the ad unit.
222
222
},
223
223
],
224
224
"nextPageToken": "A String", # Continuation token used to page through ad units. To retrieve the next page of the results, set the next request's "page_token" value to this.
@@ -299,7 +299,7 @@ <h3>Method Details</h3>
299
299
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
300
300
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
301
301
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
302
-
"state": "A String", # State of the ad unit.
302
+
"state": "A String", # Required. State of the ad unit.
303
303
}
304
304
305
305
updateMask: string, The list of fields to update. If empty, a full update is performed.
@@ -319,7 +319,7 @@ <h3>Method Details</h3>
319
319
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
320
320
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
321
321
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
322
-
"state": "A String", # State of the ad unit.
322
+
"state": "A String", # Required. State of the ad unit.
Copy file name to clipboardExpand all lines: docs/dyn/adsense_v2.accounts.adclients.customchannels.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ <h3>Method Details</h3>
234
234
"displayName": "A String", # Required. Display name of the ad unit, as provided when the ad unit was created.
235
235
"name": "A String", # Output only. Resource name of the ad unit. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}
236
236
"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as used in the `AD_UNIT_ID` reporting dimension.
237
-
"state": "A String", # State of the ad unit.
237
+
"state": "A String", # Required. State of the ad unit.
238
238
},
239
239
],
240
240
"nextPageToken": "A String", # Continuation token used to page through ad units. To retrieve the next page of the results, set the next request's "page_token" value to this.
"name": "A String", # Name of the dimension.
134
+
"name": "A String", # Comma joined dimension names. E.g. "dim1_name,dim2_name". Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.
132
135
},
133
136
],
134
137
"metrics": [ # In the final response, only one of the following fields will be present based on the dimensions provided. If no dimensions are provided, then only top-level metrics is provided. If dimensions are included, then there will be a top-level dimensions field under environments which will contain metrics values and the dimension name. Example: ``` "environments": [ { "dimensions": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.14049521E8" ] } ], "name": "nit_proxy" } ], "name": "prod" } ]``` or ```"environments": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.19026331E8" ] } ], "name": "prod" } ]``` List of metric values.
"name": "A String", # Name of the dimension.
163
+
"name": "A String", # Comma joined dimension names. E.g. "dim1_name,dim2_name". Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.
158
164
},
159
165
],
160
166
"metrics": [ # In the final response, only one of the following fields will be present based on the dimensions provided. If no dimensions are provided, then only the top-level metrics are provided. If dimensions are included, then there will be a top-level dimensions field under hostnames which will contain metrics values and the dimension name. Example: ``` "hosts": [ { "dimensions": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.14049521E8" ] } ], "name": "nit_proxy" } ], "name": "example.com" } ]``` OR ```"hosts": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.19026331E8" ] } ], "name": "example.com" } ]``` List of metric values.
"name": "A String", # Name of the dimension.
133
+
"name": "A String", # Comma joined dimension names. E.g. "dim1_name,dim2_name". Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.
131
134
},
132
135
],
133
136
"metrics": [ # In the final response, only one of the following fields will be present based on the dimensions provided. If no dimensions are provided, then only top-level metrics is provided. If dimensions are included, then there will be a top-level dimensions field under environments which will contain metrics values and the dimension name. Example: ``` "environments": [ { "dimensions": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.14049521E8" ] } ], "name": "nit_proxy" } ], "name": "prod" } ]``` or ```"environments": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.19026331E8" ] } ], "name": "prod" } ]``` List of metric values.
"name": "A String", # Name of the dimension.
162
+
"name": "A String", # Comma joined dimension names. E.g. "dim1_name,dim2_name". Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.
157
163
},
158
164
],
159
165
"metrics": [ # In the final response, only one of the following fields will be present based on the dimensions provided. If no dimensions are provided, then only the top-level metrics are provided. If dimensions are included, then there will be a top-level dimensions field under hostnames which will contain metrics values and the dimension name. Example: ``` "hosts": [ { "dimensions": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.14049521E8" ] } ], "name": "nit_proxy" } ], "name": "example.com" } ]``` OR ```"hosts": [ { "metrics": [ { "name": "sum(message_count)", "values": [ "2.19026331E8" ] } ], "name": "example.com" } ]``` List of metric values.
0 commit comments