• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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="dfareporting_v3_1.html">DCM/DFA Reporting And Trafficking API</a> . <a href="dfareporting_v3_1.directorySites.html">directorySites</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#get">get(profileId, id)</a></code></p>
79<p class="firstline">Gets one directory site by ID.</p>
80<p class="toc_element">
81  <code><a href="#insert">insert(profileId, body)</a></code></p>
82<p class="firstline">Inserts a new directory site.</p>
83<p class="toc_element">
84  <code><a href="#list">list(profileId, dfpNetworkCode=None, countryId=None, acceptsInStreamVideoPlacements=None, pageToken=None, acceptsPublisherPaidPlacements=None, parentId=None, sortOrder=None, acceptsInterstitialPlacements=None, maxResults=None, active=None, searchString=None, ids=None, sortField=None)</a></code></p>
85<p class="firstline">Retrieves a list of directory sites, possibly filtered. This method supports paging.</p>
86<p class="toc_element">
87  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<h3>Method Details</h3>
90<div class="method">
91    <code class="details" id="get">get(profileId, id)</code>
92  <pre>Gets one directory site by ID.
93
94Args:
95  profileId: string, User profile ID associated with this request. (required)
96  id: string, Directory site ID. (required)
97
98Returns:
99  An object of the form:
100
101    { # DirectorySites contains properties of a website from the Site Directory. Sites need to be added to an account via the Sites resource before they can be assigned to a placement.
102      "kind": "dfareporting#directorySite", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySite".
103      "countryId": "A String", # Country ID of this directory site. This is a read-only field.
104      "description": "A String", # Description of this directory site. This is a read-only field.
105      "settings": { # Directory Site Settings # Directory site settings.
106        "nielsenOcrOptOut": True or False, # Whether this directory site has disabled Nielsen OCR reach ratings.
107        "activeViewOptOut": True or False, # Whether this directory site has disabled active view creatives.
108        "verificationTagOptOut": True or False, # Whether this directory site has disabled generation of Verification ins tags.
109        "dfpSettings": { # Google Ad Manager Settings # Directory site Ad Manager settings.
110          "publisherPortalOnly": True or False, # Whether this directory site is available only via Publisher Portal.
111          "dfpNetworkCode": "A String", # Ad Manager network code for this directory site.
112          "pubPaidPlacementAccepted": True or False, # Whether this directory site accepts publisher-paid tags.
113          "programmaticPlacementAccepted": True or False, # Whether this directory site accepts programmatic placements.
114          "dfpNetworkName": "A String", # Ad Manager network name for this directory site.
115        },
116        "interstitialPlacementAccepted": True or False, # Whether this site accepts interstitial ads.
117        "videoActiveViewOptOut": True or False, # Whether this directory site has disabled active view for in-stream video creatives. This is a read-only field.
118        "instreamVideoPlacementAccepted": True or False, # Whether this site accepts in-stream video ads.
119      },
120      "currencyId": "A String", # Currency ID of this directory site. This is a read-only field.
121          # Possible values are:
122          # - "1" for USD
123          # - "2" for GBP
124          # - "3" for ESP
125          # - "4" for SEK
126          # - "5" for CAD
127          # - "6" for JPY
128          # - "7" for DEM
129          # - "8" for AUD
130          # - "9" for FRF
131          # - "10" for ITL
132          # - "11" for DKK
133          # - "12" for NOK
134          # - "13" for FIM
135          # - "14" for ZAR
136          # - "15" for IEP
137          # - "16" for NLG
138          # - "17" for EUR
139          # - "18" for KRW
140          # - "19" for TWD
141          # - "20" for SGD
142          # - "21" for CNY
143          # - "22" for HKD
144          # - "23" for NZD
145          # - "24" for MYR
146          # - "25" for BRL
147          # - "26" for PTE
148          # - "27" for MXP
149          # - "28" for CLP
150          # - "29" for TRY
151          # - "30" for ARS
152          # - "31" for PEN
153          # - "32" for ILS
154          # - "33" for CHF
155          # - "34" for VEF
156          # - "35" for COP
157          # - "36" for GTQ
158          # - "37" for PLN
159          # - "39" for INR
160          # - "40" for THB
161          # - "41" for IDR
162          # - "42" for CZK
163          # - "43" for RON
164          # - "44" for HUF
165          # - "45" for RUB
166          # - "46" for AED
167          # - "47" for BGN
168          # - "48" for HRK
169          # - "49" for MXN
170          # - "50" for NGN
171      "inpageTagFormats": [ # Tag types for regular placements.
172          #
173          # Acceptable values are:
174          # - "STANDARD"
175          # - "IFRAME_JAVASCRIPT_INPAGE"
176          # - "INTERNAL_REDIRECT_INPAGE"
177          # - "JAVASCRIPT_INPAGE"
178        "A String",
179      ],
180      "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a read-only, auto-generated field.
181        "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
182        "value": "A String", # The value of the dimension.
183        "dimensionName": "A String", # The name of the dimension.
184        "etag": "A String", # The eTag of this response for caching purposes.
185        "matchType": "A String", # Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
186        "id": "A String", # The ID associated with the value if available.
187      },
188      "interstitialTagFormats": [ # Tag types for interstitial placements.
189          #
190          # Acceptable values are:
191          # - "IFRAME_JAVASCRIPT_INTERSTITIAL"
192          # - "INTERNAL_REDIRECT_INTERSTITIAL"
193          # - "JAVASCRIPT_INTERSTITIAL"
194        "A String",
195      ],
196      "contactAssignments": [ # Directory site contacts.
197        { # Directory Site Contact Assignment
198          "contactId": "A String", # ID of this directory site contact. This is a read-only, auto-generated field.
199          "visibility": "A String", # Visibility of this directory site contact assignment. When set to PUBLIC this contact assignment is visible to all account and agency users; when set to PRIVATE it is visible only to the site.
200        },
201      ],
202      "url": "A String", # URL of this directory site.
203      "parentId": "A String", # Parent directory site ID.
204      "active": True or False, # Whether this directory site is active.
205      "id": "A String", # ID of this directory site. This is a read-only, auto-generated field.
206      "name": "A String", # Name of this directory site.
207    }</pre>
208</div>
209
210<div class="method">
211    <code class="details" id="insert">insert(profileId, body)</code>
212  <pre>Inserts a new directory site.
213
214Args:
215  profileId: string, User profile ID associated with this request. (required)
216  body: object, The request body. (required)
217    The object takes the form of:
218
219{ # DirectorySites contains properties of a website from the Site Directory. Sites need to be added to an account via the Sites resource before they can be assigned to a placement.
220    "kind": "dfareporting#directorySite", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySite".
221    "countryId": "A String", # Country ID of this directory site. This is a read-only field.
222    "description": "A String", # Description of this directory site. This is a read-only field.
223    "settings": { # Directory Site Settings # Directory site settings.
224      "nielsenOcrOptOut": True or False, # Whether this directory site has disabled Nielsen OCR reach ratings.
225      "activeViewOptOut": True or False, # Whether this directory site has disabled active view creatives.
226      "verificationTagOptOut": True or False, # Whether this directory site has disabled generation of Verification ins tags.
227      "dfpSettings": { # Google Ad Manager Settings # Directory site Ad Manager settings.
228        "publisherPortalOnly": True or False, # Whether this directory site is available only via Publisher Portal.
229        "dfpNetworkCode": "A String", # Ad Manager network code for this directory site.
230        "pubPaidPlacementAccepted": True or False, # Whether this directory site accepts publisher-paid tags.
231        "programmaticPlacementAccepted": True or False, # Whether this directory site accepts programmatic placements.
232        "dfpNetworkName": "A String", # Ad Manager network name for this directory site.
233      },
234      "interstitialPlacementAccepted": True or False, # Whether this site accepts interstitial ads.
235      "videoActiveViewOptOut": True or False, # Whether this directory site has disabled active view for in-stream video creatives. This is a read-only field.
236      "instreamVideoPlacementAccepted": True or False, # Whether this site accepts in-stream video ads.
237    },
238    "currencyId": "A String", # Currency ID of this directory site. This is a read-only field.
239        # Possible values are:
240        # - "1" for USD
241        # - "2" for GBP
242        # - "3" for ESP
243        # - "4" for SEK
244        # - "5" for CAD
245        # - "6" for JPY
246        # - "7" for DEM
247        # - "8" for AUD
248        # - "9" for FRF
249        # - "10" for ITL
250        # - "11" for DKK
251        # - "12" for NOK
252        # - "13" for FIM
253        # - "14" for ZAR
254        # - "15" for IEP
255        # - "16" for NLG
256        # - "17" for EUR
257        # - "18" for KRW
258        # - "19" for TWD
259        # - "20" for SGD
260        # - "21" for CNY
261        # - "22" for HKD
262        # - "23" for NZD
263        # - "24" for MYR
264        # - "25" for BRL
265        # - "26" for PTE
266        # - "27" for MXP
267        # - "28" for CLP
268        # - "29" for TRY
269        # - "30" for ARS
270        # - "31" for PEN
271        # - "32" for ILS
272        # - "33" for CHF
273        # - "34" for VEF
274        # - "35" for COP
275        # - "36" for GTQ
276        # - "37" for PLN
277        # - "39" for INR
278        # - "40" for THB
279        # - "41" for IDR
280        # - "42" for CZK
281        # - "43" for RON
282        # - "44" for HUF
283        # - "45" for RUB
284        # - "46" for AED
285        # - "47" for BGN
286        # - "48" for HRK
287        # - "49" for MXN
288        # - "50" for NGN
289    "inpageTagFormats": [ # Tag types for regular placements.
290        #
291        # Acceptable values are:
292        # - "STANDARD"
293        # - "IFRAME_JAVASCRIPT_INPAGE"
294        # - "INTERNAL_REDIRECT_INPAGE"
295        # - "JAVASCRIPT_INPAGE"
296      "A String",
297    ],
298    "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a read-only, auto-generated field.
299      "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
300      "value": "A String", # The value of the dimension.
301      "dimensionName": "A String", # The name of the dimension.
302      "etag": "A String", # The eTag of this response for caching purposes.
303      "matchType": "A String", # Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
304      "id": "A String", # The ID associated with the value if available.
305    },
306    "interstitialTagFormats": [ # Tag types for interstitial placements.
307        #
308        # Acceptable values are:
309        # - "IFRAME_JAVASCRIPT_INTERSTITIAL"
310        # - "INTERNAL_REDIRECT_INTERSTITIAL"
311        # - "JAVASCRIPT_INTERSTITIAL"
312      "A String",
313    ],
314    "contactAssignments": [ # Directory site contacts.
315      { # Directory Site Contact Assignment
316        "contactId": "A String", # ID of this directory site contact. This is a read-only, auto-generated field.
317        "visibility": "A String", # Visibility of this directory site contact assignment. When set to PUBLIC this contact assignment is visible to all account and agency users; when set to PRIVATE it is visible only to the site.
318      },
319    ],
320    "url": "A String", # URL of this directory site.
321    "parentId": "A String", # Parent directory site ID.
322    "active": True or False, # Whether this directory site is active.
323    "id": "A String", # ID of this directory site. This is a read-only, auto-generated field.
324    "name": "A String", # Name of this directory site.
325  }
326
327
328Returns:
329  An object of the form:
330
331    { # DirectorySites contains properties of a website from the Site Directory. Sites need to be added to an account via the Sites resource before they can be assigned to a placement.
332      "kind": "dfareporting#directorySite", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySite".
333      "countryId": "A String", # Country ID of this directory site. This is a read-only field.
334      "description": "A String", # Description of this directory site. This is a read-only field.
335      "settings": { # Directory Site Settings # Directory site settings.
336        "nielsenOcrOptOut": True or False, # Whether this directory site has disabled Nielsen OCR reach ratings.
337        "activeViewOptOut": True or False, # Whether this directory site has disabled active view creatives.
338        "verificationTagOptOut": True or False, # Whether this directory site has disabled generation of Verification ins tags.
339        "dfpSettings": { # Google Ad Manager Settings # Directory site Ad Manager settings.
340          "publisherPortalOnly": True or False, # Whether this directory site is available only via Publisher Portal.
341          "dfpNetworkCode": "A String", # Ad Manager network code for this directory site.
342          "pubPaidPlacementAccepted": True or False, # Whether this directory site accepts publisher-paid tags.
343          "programmaticPlacementAccepted": True or False, # Whether this directory site accepts programmatic placements.
344          "dfpNetworkName": "A String", # Ad Manager network name for this directory site.
345        },
346        "interstitialPlacementAccepted": True or False, # Whether this site accepts interstitial ads.
347        "videoActiveViewOptOut": True or False, # Whether this directory site has disabled active view for in-stream video creatives. This is a read-only field.
348        "instreamVideoPlacementAccepted": True or False, # Whether this site accepts in-stream video ads.
349      },
350      "currencyId": "A String", # Currency ID of this directory site. This is a read-only field.
351          # Possible values are:
352          # - "1" for USD
353          # - "2" for GBP
354          # - "3" for ESP
355          # - "4" for SEK
356          # - "5" for CAD
357          # - "6" for JPY
358          # - "7" for DEM
359          # - "8" for AUD
360          # - "9" for FRF
361          # - "10" for ITL
362          # - "11" for DKK
363          # - "12" for NOK
364          # - "13" for FIM
365          # - "14" for ZAR
366          # - "15" for IEP
367          # - "16" for NLG
368          # - "17" for EUR
369          # - "18" for KRW
370          # - "19" for TWD
371          # - "20" for SGD
372          # - "21" for CNY
373          # - "22" for HKD
374          # - "23" for NZD
375          # - "24" for MYR
376          # - "25" for BRL
377          # - "26" for PTE
378          # - "27" for MXP
379          # - "28" for CLP
380          # - "29" for TRY
381          # - "30" for ARS
382          # - "31" for PEN
383          # - "32" for ILS
384          # - "33" for CHF
385          # - "34" for VEF
386          # - "35" for COP
387          # - "36" for GTQ
388          # - "37" for PLN
389          # - "39" for INR
390          # - "40" for THB
391          # - "41" for IDR
392          # - "42" for CZK
393          # - "43" for RON
394          # - "44" for HUF
395          # - "45" for RUB
396          # - "46" for AED
397          # - "47" for BGN
398          # - "48" for HRK
399          # - "49" for MXN
400          # - "50" for NGN
401      "inpageTagFormats": [ # Tag types for regular placements.
402          #
403          # Acceptable values are:
404          # - "STANDARD"
405          # - "IFRAME_JAVASCRIPT_INPAGE"
406          # - "INTERNAL_REDIRECT_INPAGE"
407          # - "JAVASCRIPT_INPAGE"
408        "A String",
409      ],
410      "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a read-only, auto-generated field.
411        "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
412        "value": "A String", # The value of the dimension.
413        "dimensionName": "A String", # The name of the dimension.
414        "etag": "A String", # The eTag of this response for caching purposes.
415        "matchType": "A String", # Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
416        "id": "A String", # The ID associated with the value if available.
417      },
418      "interstitialTagFormats": [ # Tag types for interstitial placements.
419          #
420          # Acceptable values are:
421          # - "IFRAME_JAVASCRIPT_INTERSTITIAL"
422          # - "INTERNAL_REDIRECT_INTERSTITIAL"
423          # - "JAVASCRIPT_INTERSTITIAL"
424        "A String",
425      ],
426      "contactAssignments": [ # Directory site contacts.
427        { # Directory Site Contact Assignment
428          "contactId": "A String", # ID of this directory site contact. This is a read-only, auto-generated field.
429          "visibility": "A String", # Visibility of this directory site contact assignment. When set to PUBLIC this contact assignment is visible to all account and agency users; when set to PRIVATE it is visible only to the site.
430        },
431      ],
432      "url": "A String", # URL of this directory site.
433      "parentId": "A String", # Parent directory site ID.
434      "active": True or False, # Whether this directory site is active.
435      "id": "A String", # ID of this directory site. This is a read-only, auto-generated field.
436      "name": "A String", # Name of this directory site.
437    }</pre>
438</div>
439
440<div class="method">
441    <code class="details" id="list">list(profileId, dfpNetworkCode=None, countryId=None, acceptsInStreamVideoPlacements=None, pageToken=None, acceptsPublisherPaidPlacements=None, parentId=None, sortOrder=None, acceptsInterstitialPlacements=None, maxResults=None, active=None, searchString=None, ids=None, sortField=None)</code>
442  <pre>Retrieves a list of directory sites, possibly filtered. This method supports paging.
443
444Args:
445  profileId: string, User profile ID associated with this request. (required)
446  dfpNetworkCode: string, Select only directory sites with this Ad Manager network code.
447  countryId: string, Select only directory sites with this country ID.
448  acceptsInStreamVideoPlacements: boolean, This search filter is no longer supported and will have no effect on the results returned.
449  pageToken: string, Value of the nextPageToken from the previous result page.
450  acceptsPublisherPaidPlacements: boolean, Select only directory sites that accept publisher paid placements. This field can be left blank.
451  parentId: string, Select only directory sites with this parent ID.
452  sortOrder: string, Order of sorted results.
453    Allowed values
454      ASCENDING -
455      DESCENDING -
456  acceptsInterstitialPlacements: boolean, This search filter is no longer supported and will have no effect on the results returned.
457  maxResults: integer, Maximum number of results to return.
458  active: boolean, Select only active directory sites. Leave blank to retrieve both active and inactive directory sites.
459  searchString: string, Allows searching for objects by name, ID or URL. Wildcards (*) are allowed. For example, "directory site*2015" will return objects with names like "directory site June 2015", "directory site April 2015", or simply "directory site 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "directory site" will match objects with name "my directory site", "directory site 2015" or simply, "directory site".
460  ids: string, Select only directory sites with these IDs. (repeated)
461  sortField: string, Field by which to sort the list.
462    Allowed values
463      ID -
464      NAME -
465
466Returns:
467  An object of the form:
468
469    { # Directory Site List Response
470    "nextPageToken": "A String", # Pagination token to be used for the next list operation.
471    "kind": "dfareporting#directorySitesListResponse", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySitesListResponse".
472    "directorySites": [ # Directory site collection.
473      { # DirectorySites contains properties of a website from the Site Directory. Sites need to be added to an account via the Sites resource before they can be assigned to a placement.
474          "kind": "dfareporting#directorySite", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#directorySite".
475          "countryId": "A String", # Country ID of this directory site. This is a read-only field.
476          "description": "A String", # Description of this directory site. This is a read-only field.
477          "settings": { # Directory Site Settings # Directory site settings.
478            "nielsenOcrOptOut": True or False, # Whether this directory site has disabled Nielsen OCR reach ratings.
479            "activeViewOptOut": True or False, # Whether this directory site has disabled active view creatives.
480            "verificationTagOptOut": True or False, # Whether this directory site has disabled generation of Verification ins tags.
481            "dfpSettings": { # Google Ad Manager Settings # Directory site Ad Manager settings.
482              "publisherPortalOnly": True or False, # Whether this directory site is available only via Publisher Portal.
483              "dfpNetworkCode": "A String", # Ad Manager network code for this directory site.
484              "pubPaidPlacementAccepted": True or False, # Whether this directory site accepts publisher-paid tags.
485              "programmaticPlacementAccepted": True or False, # Whether this directory site accepts programmatic placements.
486              "dfpNetworkName": "A String", # Ad Manager network name for this directory site.
487            },
488            "interstitialPlacementAccepted": True or False, # Whether this site accepts interstitial ads.
489            "videoActiveViewOptOut": True or False, # Whether this directory site has disabled active view for in-stream video creatives. This is a read-only field.
490            "instreamVideoPlacementAccepted": True or False, # Whether this site accepts in-stream video ads.
491          },
492          "currencyId": "A String", # Currency ID of this directory site. This is a read-only field.
493              # Possible values are:
494              # - "1" for USD
495              # - "2" for GBP
496              # - "3" for ESP
497              # - "4" for SEK
498              # - "5" for CAD
499              # - "6" for JPY
500              # - "7" for DEM
501              # - "8" for AUD
502              # - "9" for FRF
503              # - "10" for ITL
504              # - "11" for DKK
505              # - "12" for NOK
506              # - "13" for FIM
507              # - "14" for ZAR
508              # - "15" for IEP
509              # - "16" for NLG
510              # - "17" for EUR
511              # - "18" for KRW
512              # - "19" for TWD
513              # - "20" for SGD
514              # - "21" for CNY
515              # - "22" for HKD
516              # - "23" for NZD
517              # - "24" for MYR
518              # - "25" for BRL
519              # - "26" for PTE
520              # - "27" for MXP
521              # - "28" for CLP
522              # - "29" for TRY
523              # - "30" for ARS
524              # - "31" for PEN
525              # - "32" for ILS
526              # - "33" for CHF
527              # - "34" for VEF
528              # - "35" for COP
529              # - "36" for GTQ
530              # - "37" for PLN
531              # - "39" for INR
532              # - "40" for THB
533              # - "41" for IDR
534              # - "42" for CZK
535              # - "43" for RON
536              # - "44" for HUF
537              # - "45" for RUB
538              # - "46" for AED
539              # - "47" for BGN
540              # - "48" for HRK
541              # - "49" for MXN
542              # - "50" for NGN
543          "inpageTagFormats": [ # Tag types for regular placements.
544              #
545              # Acceptable values are:
546              # - "STANDARD"
547              # - "IFRAME_JAVASCRIPT_INPAGE"
548              # - "INTERNAL_REDIRECT_INPAGE"
549              # - "JAVASCRIPT_INPAGE"
550            "A String",
551          ],
552          "idDimensionValue": { # Represents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a read-only, auto-generated field.
553            "kind": "dfareporting#dimensionValue", # The kind of resource this is, in this case dfareporting#dimensionValue.
554            "value": "A String", # The value of the dimension.
555            "dimensionName": "A String", # The name of the dimension.
556            "etag": "A String", # The eTag of this response for caching purposes.
557            "matchType": "A String", # Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
558            "id": "A String", # The ID associated with the value if available.
559          },
560          "interstitialTagFormats": [ # Tag types for interstitial placements.
561              #
562              # Acceptable values are:
563              # - "IFRAME_JAVASCRIPT_INTERSTITIAL"
564              # - "INTERNAL_REDIRECT_INTERSTITIAL"
565              # - "JAVASCRIPT_INTERSTITIAL"
566            "A String",
567          ],
568          "contactAssignments": [ # Directory site contacts.
569            { # Directory Site Contact Assignment
570              "contactId": "A String", # ID of this directory site contact. This is a read-only, auto-generated field.
571              "visibility": "A String", # Visibility of this directory site contact assignment. When set to PUBLIC this contact assignment is visible to all account and agency users; when set to PRIVATE it is visible only to the site.
572            },
573          ],
574          "url": "A String", # URL of this directory site.
575          "parentId": "A String", # Parent directory site ID.
576          "active": True or False, # Whether this directory site is active.
577          "id": "A String", # ID of this directory site. This is a read-only, auto-generated field.
578          "name": "A String", # Name of this directory site.
579        },
580    ],
581  }</pre>
582</div>
583
584<div class="method">
585    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
586  <pre>Retrieves the next page of results.
587
588Args:
589  previous_request: The request for the previous page. (required)
590  previous_response: The response from the request for the previous page. (required)
591
592Returns:
593  A request object that you can call 'execute()' on to request the next
594  page. Returns None if there are no more items in the collection.
595    </pre>
596</div>
597
598</body></html>