blob: 40c9c2d4e36d99d89fbef42be37e001fa703c768 [file] [log] [blame]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="dfareporting_v3_4.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_4.directorySites.html">directorySites</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#get">get(profileId, id, x__xgafv=None)</a></code></p>
<p class="firstline">Gets one directory site by ID.</p>
<p class="toc_element">
<code><a href="#insert">insert(profileId, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Inserts a new directory site.</p>
<p class="toc_element">
<code><a href="#list">list(profileId, acceptsInStreamVideoPlacements=None, acceptsInterstitialPlacements=None, acceptsPublisherPaidPlacements=None, active=None, dfpNetworkCode=None, ids=None, maxResults=None, pageToken=None, searchString=None, sortField=None, sortOrder=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a list of directory sites, possibly filtered. This method supports paging.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="get">get(profileId, id, x__xgafv=None)</code>
<pre>Gets one directory site by ID.
Args:
profileId: string, User profile ID associated with this request. (required)
id: string, Directory site ID. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # 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.
&quot;id&quot;: &quot;A String&quot;, # ID of this directory site. This is a read-only, auto-generated field.
&quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a read-only, auto-generated field.
&quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
&quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
&quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
&quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
&quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
&quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
},
&quot;inpageTagFormats&quot;: [ # Tag types for regular placements. Acceptable values are: - &quot;STANDARD&quot; - &quot;IFRAME_JAVASCRIPT_INPAGE&quot; - &quot;INTERNAL_REDIRECT_INPAGE&quot; - &quot;JAVASCRIPT_INPAGE&quot;
&quot;A String&quot;,
],
&quot;interstitialTagFormats&quot;: [ # Tag types for interstitial placements. Acceptable values are: - &quot;IFRAME_JAVASCRIPT_INTERSTITIAL&quot; - &quot;INTERNAL_REDIRECT_INTERSTITIAL&quot; - &quot;JAVASCRIPT_INTERSTITIAL&quot;
&quot;A String&quot;,
],
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#directorySite&quot;.
&quot;name&quot;: &quot;A String&quot;, # Name of this directory site.
&quot;settings&quot;: { # Directory Site Settings # Directory site settings.
&quot;activeViewOptOut&quot;: True or False, # Whether this directory site has disabled active view creatives.
&quot;dfpSettings&quot;: { # Google Ad Manager Settings # Directory site Ad Manager settings.
&quot;dfpNetworkCode&quot;: &quot;A String&quot;, # Ad Manager network code for this directory site.
&quot;dfpNetworkName&quot;: &quot;A String&quot;, # Ad Manager network name for this directory site.
&quot;programmaticPlacementAccepted&quot;: True or False, # Whether this directory site accepts programmatic placements.
&quot;pubPaidPlacementAccepted&quot;: True or False, # Whether this directory site accepts publisher-paid tags.
&quot;publisherPortalOnly&quot;: True or False, # Whether this directory site is available only via Publisher Portal.
},
&quot;instreamVideoPlacementAccepted&quot;: True or False, # Whether this site accepts in-stream video ads.
&quot;interstitialPlacementAccepted&quot;: True or False, # Whether this site accepts interstitial ads.
},
&quot;url&quot;: &quot;A String&quot;, # URL of this directory site.
}</pre>
</div>
<div class="method">
<code class="details" id="insert">insert(profileId, body=None, x__xgafv=None)</code>
<pre>Inserts a new directory site.
Args:
profileId: string, User profile ID associated with this request. (required)
body: object, The request body.
The object takes the form of:
{ # 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.
&quot;id&quot;: &quot;A String&quot;, # ID of this directory site. This is a read-only, auto-generated field.
&quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a read-only, auto-generated field.
&quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
&quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
&quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
&quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
&quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
&quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
},
&quot;inpageTagFormats&quot;: [ # Tag types for regular placements. Acceptable values are: - &quot;STANDARD&quot; - &quot;IFRAME_JAVASCRIPT_INPAGE&quot; - &quot;INTERNAL_REDIRECT_INPAGE&quot; - &quot;JAVASCRIPT_INPAGE&quot;
&quot;A String&quot;,
],
&quot;interstitialTagFormats&quot;: [ # Tag types for interstitial placements. Acceptable values are: - &quot;IFRAME_JAVASCRIPT_INTERSTITIAL&quot; - &quot;INTERNAL_REDIRECT_INTERSTITIAL&quot; - &quot;JAVASCRIPT_INTERSTITIAL&quot;
&quot;A String&quot;,
],
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#directorySite&quot;.
&quot;name&quot;: &quot;A String&quot;, # Name of this directory site.
&quot;settings&quot;: { # Directory Site Settings # Directory site settings.
&quot;activeViewOptOut&quot;: True or False, # Whether this directory site has disabled active view creatives.
&quot;dfpSettings&quot;: { # Google Ad Manager Settings # Directory site Ad Manager settings.
&quot;dfpNetworkCode&quot;: &quot;A String&quot;, # Ad Manager network code for this directory site.
&quot;dfpNetworkName&quot;: &quot;A String&quot;, # Ad Manager network name for this directory site.
&quot;programmaticPlacementAccepted&quot;: True or False, # Whether this directory site accepts programmatic placements.
&quot;pubPaidPlacementAccepted&quot;: True or False, # Whether this directory site accepts publisher-paid tags.
&quot;publisherPortalOnly&quot;: True or False, # Whether this directory site is available only via Publisher Portal.
},
&quot;instreamVideoPlacementAccepted&quot;: True or False, # Whether this site accepts in-stream video ads.
&quot;interstitialPlacementAccepted&quot;: True or False, # Whether this site accepts interstitial ads.
},
&quot;url&quot;: &quot;A String&quot;, # URL of this directory site.
}
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # 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.
&quot;id&quot;: &quot;A String&quot;, # ID of this directory site. This is a read-only, auto-generated field.
&quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a read-only, auto-generated field.
&quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
&quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
&quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
&quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
&quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
&quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
},
&quot;inpageTagFormats&quot;: [ # Tag types for regular placements. Acceptable values are: - &quot;STANDARD&quot; - &quot;IFRAME_JAVASCRIPT_INPAGE&quot; - &quot;INTERNAL_REDIRECT_INPAGE&quot; - &quot;JAVASCRIPT_INPAGE&quot;
&quot;A String&quot;,
],
&quot;interstitialTagFormats&quot;: [ # Tag types for interstitial placements. Acceptable values are: - &quot;IFRAME_JAVASCRIPT_INTERSTITIAL&quot; - &quot;INTERNAL_REDIRECT_INTERSTITIAL&quot; - &quot;JAVASCRIPT_INTERSTITIAL&quot;
&quot;A String&quot;,
],
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#directorySite&quot;.
&quot;name&quot;: &quot;A String&quot;, # Name of this directory site.
&quot;settings&quot;: { # Directory Site Settings # Directory site settings.
&quot;activeViewOptOut&quot;: True or False, # Whether this directory site has disabled active view creatives.
&quot;dfpSettings&quot;: { # Google Ad Manager Settings # Directory site Ad Manager settings.
&quot;dfpNetworkCode&quot;: &quot;A String&quot;, # Ad Manager network code for this directory site.
&quot;dfpNetworkName&quot;: &quot;A String&quot;, # Ad Manager network name for this directory site.
&quot;programmaticPlacementAccepted&quot;: True or False, # Whether this directory site accepts programmatic placements.
&quot;pubPaidPlacementAccepted&quot;: True or False, # Whether this directory site accepts publisher-paid tags.
&quot;publisherPortalOnly&quot;: True or False, # Whether this directory site is available only via Publisher Portal.
},
&quot;instreamVideoPlacementAccepted&quot;: True or False, # Whether this site accepts in-stream video ads.
&quot;interstitialPlacementAccepted&quot;: True or False, # Whether this site accepts interstitial ads.
},
&quot;url&quot;: &quot;A String&quot;, # URL of this directory site.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(profileId, acceptsInStreamVideoPlacements=None, acceptsInterstitialPlacements=None, acceptsPublisherPaidPlacements=None, active=None, dfpNetworkCode=None, ids=None, maxResults=None, pageToken=None, searchString=None, sortField=None, sortOrder=None, x__xgafv=None)</code>
<pre>Retrieves a list of directory sites, possibly filtered. This method supports paging.
Args:
profileId: string, User profile ID associated with this request. (required)
acceptsInStreamVideoPlacements: boolean, This search filter is no longer supported and will have no effect on the results returned.
acceptsInterstitialPlacements: boolean, This search filter is no longer supported and will have no effect on the results returned.
acceptsPublisherPaidPlacements: boolean, Select only directory sites that accept publisher paid placements. This field can be left blank.
active: boolean, Select only active directory sites. Leave blank to retrieve both active and inactive directory sites.
dfpNetworkCode: string, Select only directory sites with this Ad Manager network code.
ids: string, Select only directory sites with these IDs. (repeated)
maxResults: integer, Maximum number of results to return.
pageToken: string, Value of the nextPageToken from the previous result page.
searchString: string, Allows searching for objects by name, ID or URL. Wildcards (*) are allowed. For example, &quot;directory site*2015&quot; will return objects with names like &quot;directory site June 2015&quot;, &quot;directory site April 2015&quot;, or simply &quot;directory site 2015&quot;. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of &quot;directory site&quot; will match objects with name &quot;my directory site&quot;, &quot;directory site 2015&quot; or simply, &quot;directory site&quot;.
sortField: string, Field by which to sort the list.
Allowed values
ID -
NAME -
sortOrder: string, Order of sorted results.
Allowed values
ASCENDING -
DESCENDING -
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Directory Site List Response
&quot;directorySites&quot;: [ # Directory site collection.
{ # 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.
&quot;id&quot;: &quot;A String&quot;, # ID of this directory site. This is a read-only, auto-generated field.
&quot;idDimensionValue&quot;: { # Represents a DimensionValue resource. # Dimension value for the ID of this directory site. This is a read-only, auto-generated field.
&quot;dimensionName&quot;: &quot;A String&quot;, # The name of the dimension.
&quot;etag&quot;: &quot;A String&quot;, # The eTag of this response for caching purposes.
&quot;id&quot;: &quot;A String&quot;, # The ID associated with the value if available.
&quot;kind&quot;: &quot;A String&quot;, # The kind of resource this is, in this case dfareporting#dimensionValue.
&quot;matchType&quot;: &quot;A String&quot;, # Determines how the &#x27;value&#x27; field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, &#x27;*&#x27; is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions (&#x27;dfa:paidSearch*&#x27;) allow a matchType other than EXACT.
&quot;value&quot;: &quot;A String&quot;, # The value of the dimension.
},
&quot;inpageTagFormats&quot;: [ # Tag types for regular placements. Acceptable values are: - &quot;STANDARD&quot; - &quot;IFRAME_JAVASCRIPT_INPAGE&quot; - &quot;INTERNAL_REDIRECT_INPAGE&quot; - &quot;JAVASCRIPT_INPAGE&quot;
&quot;A String&quot;,
],
&quot;interstitialTagFormats&quot;: [ # Tag types for interstitial placements. Acceptable values are: - &quot;IFRAME_JAVASCRIPT_INTERSTITIAL&quot; - &quot;INTERNAL_REDIRECT_INTERSTITIAL&quot; - &quot;JAVASCRIPT_INTERSTITIAL&quot;
&quot;A String&quot;,
],
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#directorySite&quot;.
&quot;name&quot;: &quot;A String&quot;, # Name of this directory site.
&quot;settings&quot;: { # Directory Site Settings # Directory site settings.
&quot;activeViewOptOut&quot;: True or False, # Whether this directory site has disabled active view creatives.
&quot;dfpSettings&quot;: { # Google Ad Manager Settings # Directory site Ad Manager settings.
&quot;dfpNetworkCode&quot;: &quot;A String&quot;, # Ad Manager network code for this directory site.
&quot;dfpNetworkName&quot;: &quot;A String&quot;, # Ad Manager network name for this directory site.
&quot;programmaticPlacementAccepted&quot;: True or False, # Whether this directory site accepts programmatic placements.
&quot;pubPaidPlacementAccepted&quot;: True or False, # Whether this directory site accepts publisher-paid tags.
&quot;publisherPortalOnly&quot;: True or False, # Whether this directory site is available only via Publisher Portal.
},
&quot;instreamVideoPlacementAccepted&quot;: True or False, # Whether this site accepts in-stream video ads.
&quot;interstitialPlacementAccepted&quot;: True or False, # Whether this site accepts interstitial ads.
},
&quot;url&quot;: &quot;A String&quot;, # URL of this directory site.
},
],
&quot;kind&quot;: &quot;A String&quot;, # Identifies what kind of resource this is. Value: the fixed string &quot;dfareporting#directorySitesListResponse&quot;.
&quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to be used for the next list operation.
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next(previous_request, previous_response)</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
</body></html>