Lines Matching +full:0 +full:ad +full:- +full:v2
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;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
82 <p class="firstline">Gets an ad unit from a specified account and ad client.</p>
85 <p class="firstline">Gets the AdSense code for a given ad unit.</p>
88 <p class="firstline">Lists all ad units under a specified account and ad client.</p>
91 <p class="firstline">Lists all the custom channels available for an ad unit.</p>
106 <pre>Gets an ad unit from a specified account and ad client.
112 1 - v1 error format
113 2 - v2 error format
118 …{ # Representation of an ad unit. An ad unit represents a saved ad unit with a specific set of ad …
120 …uot;: "A String", # Size of the ad unit. e.g. "728x90", "1x3" (for r…
121 "type": "A String", # Type of the ad unit.
123 …playName": "A String", # Display name of the ad unit, as provided when the ad unit …
124 …"name": "A String", # Resource name of the ad unit. Format: accounts/{account}…
125 …"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as…
126 "state": "A String", # State of the ad unit.
132 <pre>Gets the AdSense code for a given ad unit.
138 1 - v1 error format
139 2 - v2 error format
144 { # Representation of the AdSense code for a given ad unit.
151 <pre>Lists all ad units under a specified account and ad client.
154 …parent: string, Required. The ad client which owns the collection of ad units. Format: accounts/{a…
155 …: integer, The maximum number of ad units to include in the response, used for paging. If unspecif…
159 1 - v1 error format
160 2 - v2 error format
166 "adUnits": [ # The ad units returned in the list response.
167 …{ # Representation of an ad unit. An ad unit represents a saved ad unit with a specific set of ad …
169 …uot;: "A String", # Size of the ad unit. e.g. "728x90", "1x3" (for r…
170 "type": "A String", # Type of the ad unit.
172 …playName": "A String", # Display name of the ad unit, as provided when the ad unit …
173 …"name": "A String", # Resource name of the ad unit. Format: accounts/{account}…
174 …"reportingDimensionId": "A String", # Output only. Unique ID of the ad unit as…
175 "state": "A String", # State of the ad unit.
178 …"nextPageToken": "A String", # Continuation token used to page through ad unit…
184 <pre>Lists all the custom channels available for an ad unit.
187 …parent: string, Required. The ad unit which owns the collection of custom channels. Format: accoun…
192 1 - v1 error format
193 2 - v2 error format