Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, 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 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, 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"> |
yoshi-code-bot | 3dd1527 | 2021-04-21 15:07:48 -0700 | [diff] [blame^] | 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"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 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"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 98 | <code><a href="#close">close()</a></code></p> |
| 99 | <p class="firstline">Close httplib2 connections.</p> |
| 100 | <p class="toc_element"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 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"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame] | 104 | <code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> |
yoshi-code-bot | 6970659 | 2021-03-03 03:54:02 -0800 | [diff] [blame] | 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> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 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"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 111 | <code class="details" id="close">close()</code> |
| 112 | <pre>Close httplib2 connections.</pre> |
| 113 | </div> |
| 114 | |
| 115 | <div class="method"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 116 | <code class="details" id="get">get(name, x__xgafv=None)</code> |
| 117 | <pre>Gets information about the specified AdMob publisher account. |
| 118 | |
| 119 | Args: |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 120 | name: string, Resource name of the publisher account to retrieve. Example: accounts/pub-9876543210987654 (required) |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 121 | x__xgafv: string, V1 error format. |
| 122 | Allowed values |
| 123 | 1 - v1 error format |
| 124 | 2 - v2 error format |
| 125 | |
| 126 | Returns: |
| 127 | An object of the form: |
| 128 | |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 129 | { # A publisher account contains information relevant to the use of this API, such as the time zone used for the reports. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 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> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 135 | </div> |
| 136 | |
| 137 | <div class="method"> |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame] | 138 | <code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code> |
yoshi-code-bot | 6970659 | 2021-03-03 03:54:02 -0800 | [diff] [blame] | 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. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 140 | |
| 141 | Args: |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame] | 142 | pageSize: integer, Maximum number of accounts to return. |
Yoshi Automation Bot | b6971b0 | 2020-11-26 17:16:03 -0800 | [diff] [blame] | 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. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 144 | x__xgafv: string, V1 error format. |
| 145 | Allowed values |
| 146 | 1 - v1 error format |
| 147 | 2 - v2 error format |
| 148 | |
| 149 | Returns: |
| 150 | An object of the form: |
| 151 | |
| 152 | { # Response for the publisher account list request. |
Yoshi Automation Bot | cc94ec8 | 2021-01-15 07:10:04 -0800 | [diff] [blame] | 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> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 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 | |
| 169 | Args: |
| 170 | previous_request: The request for the previous page. (required) |
| 171 | previous_response: The response from the request for the previous page. (required) |
| 172 | |
| 173 | Returns: |
| 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> |