imported patch docs
diff --git a/docs/dyn/adsense.v1.1.accounts.adunits.html b/docs/dyn/adsense.v1.1.accounts.adunits.html
index c1ef81c..f5c7ea3 100644
--- a/docs/dyn/adsense.v1.1.accounts.adunits.html
+++ b/docs/dyn/adsense.v1.1.accounts.adunits.html
@@ -19,7 +19,11 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets the specified ad unit in the specified ad client for the specified account.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
adClientId: string, Ad client for which to get the ad unit. (required)<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
adUnitId: string, Ad unit to retrieve. (required)<br>
accountId: string, Account to which the ad client belongs. (required)<br>
<br>
@@ -42,10 +46,14 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List all ad units in the specified ad client for the specified account.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
pageToken: string, A continuation token, used to page through ad units. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.<br>
includeInactive: boolean, Whether to include inactive ad units. Default: true.<br>
adClientId: string, Ad client for which to list ad units. (required)<br>
maxResults: integer, The maximum number of ad units to include in the response, used for paging.<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
accountId: string, Account to which the ad client belongs. (required)<br>
<br>
Returns:<br>