• Home
  • Raw
  • Download

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;
85 <p class="firstline">Lists all the custom channels available in an ad client.</p>
88 <p class="firstline">Lists all the ad units available for a custom channel.</p>
109 1 - v1 error format
110 2 - v2 error format
124 <pre>Lists all the custom channels available in an ad client.
127 …parent: string, Required. The ad client which owns the collection of custom channels. Format: acco…
132 1 - v1 error format
133 2 - v2 error format
152 <pre>Lists all the ad units available for a custom channel.
155 …parent: string, Required. The custom channel which owns the collection of ad units. Format: accoun…
156 …: integer, The maximum number of ad units to include in the response, used for paging. If unspecif…
160 1 - v1 error format
161 2 - v2 error format
166 { # Response definition for the ad units linked to a custom channel list rpc.
167 &quot;adUnits&quot;: [ # The ad units returned in the list response.
168 …{ # Representation of an ad unit. An ad unit represents a saved ad unit with a specific set of ad
170 …uot;: &quot;A String&quot;, # Size of the ad unit. e.g. &quot;728x90&quot;, &quot;1x3&quot; (for r…
171 &quot;type&quot;: &quot;A String&quot;, # Type of the ad unit.
173 …playName&quot;: &quot;A String&quot;, # Display name of the ad unit, as provided when the ad unit …
174 …&quot;name&quot;: &quot;A String&quot;, # Resource name of the ad unit. Format: accounts/{account}…
175 …&quot;reportingDimensionId&quot;: &quot;A String&quot;, # Output only. Unique ID of the ad unit as…
176 &quot;state&quot;: &quot;A String&quot;, # State of the ad unit.
179 …&quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token used to page through ad unit…