imported patch docs
diff --git a/docs/dyn/adsense.v1.1.adunits.html b/docs/dyn/adsense.v1.1.adunits.html
index fe8c9a3..a4b5ee5 100644
--- a/docs/dyn/adsense.v1.1.adunits.html
+++ b/docs/dyn/adsense.v1.1.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.<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>
<br>
Returns:<br>
@@ -41,10 +45,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 this AdSense 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>
<br>
Returns:<br>
An object of the form<br>