@@ -79,9 +79,10 @@ public final class CreativeServingDecision extends com.google.api.client.json.Ge
79
79
private java .util .List <java .lang .String > detectedAttributes ;
80
80
81
81
/**
82
- * Output only. IDs of the detected categories, if any. The taxonomy in which the categories are
83
- * expressed is specified by the detected_categories_taxonomy field. Can be used to filter the
84
- * response of the creatives.list method.
82
+ * Output only. IDs of the detected categories. The taxonomy in which the categories are expressed
83
+ * is specified by the detected_categories_taxonomy field. Use this in conjunction with
84
+ * BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to
85
+ * troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.
85
86
* The value may be {@code null}.
86
87
*/
87
88
@ com .google .api .client .util .Key
@@ -285,19 +286,21 @@ public CreativeServingDecision setDetectedAttributes(java.util.List<java.lang.St
285
286
}
286
287
287
288
/**
288
- * Output only. IDs of the detected categories, if any. The taxonomy in which the categories are
289
- * expressed is specified by the detected_categories_taxonomy field. Can be used to filter the
290
- * response of the creatives.list method.
289
+ * Output only. IDs of the detected categories. The taxonomy in which the categories are expressed
290
+ * is specified by the detected_categories_taxonomy field. Use this in conjunction with
291
+ * BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to
292
+ * troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.
291
293
* @return value or {@code null} for none
292
294
*/
293
295
public java .util .List <java .lang .String > getDetectedCategories () {
294
296
return detectedCategories ;
295
297
}
296
298
297
299
/**
298
- * Output only. IDs of the detected categories, if any. The taxonomy in which the categories are
299
- * expressed is specified by the detected_categories_taxonomy field. Can be used to filter the
300
- * response of the creatives.list method.
300
+ * Output only. IDs of the detected categories. The taxonomy in which the categories are expressed
301
+ * is specified by the detected_categories_taxonomy field. Use this in conjunction with
302
+ * BidRequest.bcat to avoid bidding on impressions where a given ad category is blocked, or to
303
+ * troubleshoot filtered bids. Can be used to filter the response of the creatives.list method.
301
304
* @param detectedCategories detectedCategories or {@code null} for none
302
305
*/
303
306
public CreativeServingDecision setDetectedCategories (java .util .List <java .lang .String > detectedCategories ) {
0 commit comments