imported patch docs
diff --git a/docs/dyn/adexchangebuyer.v1.creatives.html b/docs/dyn/adexchangebuyer.v1.creatives.html
index dbeda6c..4247c9e 100644
--- a/docs/dyn/adexchangebuyer.v1.creatives.html
+++ b/docs/dyn/adexchangebuyer.v1.creatives.html
@@ -18,7 +18,11 @@
<br>
Args:<br>
adgroupId: string, The adgroup this creative belongs to. (required)<br>
+ trace: string, A parameter<br>
+ pp: string, A parameter<br>
+ strict: string, A parameter<br>
buyerCreativeId: string, The buyer-specific id for this creative. (required)<br>
+ userip: string, A parameter<br>
accountId: integer, The id for the account that will serve this creative. (required)<br>
<br>
Returns:<br>
@@ -98,6 +102,10 @@
"accountId": 42, # Account id.<br>
}<br>
<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -136,6 +144,58 @@
"accountId": 42, # Account id.<br>
}</tt></dd></dl>
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves a list of the authenticated user's active creatives.<br>
+ <br>
+Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ pageToken: string, A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response. Optional.<br>
+ maxResults: integer, Maximum number of entries returned on one result page. If not set, the default is 100. Optional.<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [ # A list of creatives.<br>
+ {<br>
+ "productCategories": [ # Detected product categories, if any. Read-only. This field should not be set in requests.<br>
+ 42,<br>
+ ],<br>
+ "advertiserName": "A String", # The name of the company being advertised in the creative.<br>
+ "adgroupId": "A String", # The pretargeting adgroup id that this creative will be associated with.<br>
+ "videoURL": "A String", # The url to fetch a video ad. If set, HTMLSnippet should not be set.<br>
+ "width": 42, # Ad width.<br>
+ "attribute": [ # All attributes for the ads that may be shown from this snippet.<br>
+ 42,<br>
+ ],<br>
+ "kind": "adexchangebuyer#creative", # Resource type.<br>
+ "height": 42, # Ad height.<br>
+ "advertiserId": [ # Detected advertiser id, if any. Read-only. This field should not be set in requests.<br>
+ "A String",<br>
+ ],<br>
+ "HTMLSnippet": "A String", # The HTML snippet that displays the ad when inserted in the web page. If set, videoURL should not be set.<br>
+ "status": "A String", # Creative serving status. Read-only. This field should not be set in requests.<br>
+ "buyerCreativeId": "A String", # A buyer-specific id identifying the creative in this ad.<br>
+ "clickThroughUrl": [ # The set of destination urls for the snippet.<br>
+ "A String",<br>
+ ],<br>
+ "vendorType": [ # All vendor types for the ads that may be shown from this snippet.<br>
+ 42,<br>
+ ],<br>
+ "disapprovalReasons": [ # The reason for disapproval, if any. Note that not all disapproval reasons may be categorized, so it is possible for the creative to have a status of DISAPPROVED with an empty list for disapproval_reasons. In this case, please reach out to your TAM to help debug the issue. Read-only. This field should not be set in requests.<br>
+ "A String",<br>
+ ],<br>
+ "sensitiveCategories": [ # Detected sensitive categories, if any. Read-only. This field should not be set in requests.<br>
+ 42,<br>
+ ],<br>
+ "accountId": 42, # Account id.<br>
+ },<br>
+ ],<br>
+ "kind": "adexchangebuyer#creativesList", # Resource type.<br>
+ }</tt></dd></dl>
+
<hr>
Data descriptors defined here:<br>
<dl><dt><strong>__dict__</strong></dt>