1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="admob_v1.html">AdMob API</a> . <a href="admob_v1.accounts.html">accounts</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="admob_v1.accounts.adUnits.html">adUnits()</a></code> 79</p> 80<p class="firstline">Returns the adUnits Resource.</p> 81 82<p class="toc_element"> 83 <code><a href="admob_v1.accounts.apps.html">apps()</a></code> 84</p> 85<p class="firstline">Returns the apps Resource.</p> 86 87<p class="toc_element"> 88 <code><a href="admob_v1.accounts.mediationReport.html">mediationReport()</a></code> 89</p> 90<p class="firstline">Returns the mediationReport Resource.</p> 91 92<p class="toc_element"> 93 <code><a href="admob_v1.accounts.networkReport.html">networkReport()</a></code> 94</p> 95<p class="firstline">Returns the networkReport Resource.</p> 96 97<p class="toc_element"> 98 <code><a href="#close">close()</a></code></p> 99<p class="firstline">Close httplib2 connections.</p> 100<p class="toc_element"> 101 <code><a href="#get">get(name, x__xgafv=None)</a></code></p> 102<p class="firstline">Gets information about the specified AdMob publisher account.</p> 103<p class="toc_element"> 104 <code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> 105<p class="firstline">Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.</p> 106<p class="toc_element"> 107 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> 108<p class="firstline">Retrieves the next page of results.</p> 109<h3>Method Details</h3> 110<div class="method"> 111 <code class="details" id="close">close()</code> 112 <pre>Close httplib2 connections.</pre> 113</div> 114 115<div class="method"> 116 <code class="details" id="get">get(name, x__xgafv=None)</code> 117 <pre>Gets information about the specified AdMob publisher account. 118 119Args: 120 name: string, Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654 (required) 121 x__xgafv: string, V1 error format. 122 Allowed values 123 1 - v1 error format 124 2 - v2 error format 125 126Returns: 127 An object of the form: 128 129 { # A publisher account contains information relevant to the use of this API, such as the time zone used for the reports. 130 "currencyCode": "A String", # Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion. 131 "name": "A String", # Resource name of this account. Format is accounts/{publisher_id}. 132 "publisherId": "A String", # The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890). 133 "reportingTimeZone": "A String", # The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles". 134}</pre> 135</div> 136 137<div class="method"> 138 <code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code> 139 <pre>Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672. 140 141Args: 142 pageSize: integer, Maximum number of accounts to return. 143 pageToken: string, The value returned by the last `ListPublisherAccountsResponse`; indicates that this is a continuation of a prior `ListPublisherAccounts` call, and that the system should return the next page of data. 144 x__xgafv: string, V1 error format. 145 Allowed values 146 1 - v1 error format 147 2 - v2 error format 148 149Returns: 150 An object of the form: 151 152 { # Response for the publisher account list request. 153 "account": [ # Publisher that the client credentials can access. 154 { # A publisher account contains information relevant to the use of this API, such as the time zone used for the reports. 155 "currencyCode": "A String", # Currency code of the earning-related metrics, which is the 3-letter code defined in ISO 4217. The daily average rate is used for the currency conversion. 156 "name": "A String", # Resource name of this account. Format is accounts/{publisher_id}. 157 "publisherId": "A String", # The unique ID by which this publisher account can be identified in the API requests (for example, pub-1234567890). 158 "reportingTimeZone": "A String", # The time zone that is used in reports that are generated for this account. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles". 159 }, 160 ], 161 "nextPageToken": "A String", # If not empty, indicates that there might be more accounts for the request; you must pass this value in a new `ListPublisherAccountsRequest`. 162}</pre> 163</div> 164 165<div class="method"> 166 <code class="details" id="list_next">list_next(previous_request, previous_response)</code> 167 <pre>Retrieves the next page of results. 168 169Args: 170 previous_request: The request for the previous page. (required) 171 previous_response: The response from the request for the previous page. (required) 172 173Returns: 174 A request object that you can call 'execute()' on to request the next 175 page. Returns None if there are no more items in the collection. 176 </pre> 177</div> 178 179</body></html>