@@ -79,9 +79,10 @@ public final class CreativeServingDecision extends com.google.api.client.json.Ge
7979 private java .util .List <java .lang .String > detectedAttributes ;
8080
8181 /**
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.
8586 * The value may be {@code null}.
8687 */
8788 @ com .google .api .client .util .Key
@@ -285,19 +286,21 @@ public CreativeServingDecision setDetectedAttributes(java.util.List<java.lang.St
285286 }
286287
287288 /**
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.
291293 * @return value or {@code null} for none
292294 */
293295 public java .util .List <java .lang .String > getDetectedCategories () {
294296 return detectedCategories ;
295297 }
296298
297299 /**
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.
301304 * @param detectedCategories detectedCategories or {@code null} for none
302305 */
303306 public CreativeServingDecision setDetectedCategories (java .util .List <java .lang .String > detectedCategories ) {
0 commit comments