Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dfareporting.directorySites

Campaign Manager 360 API: directorySites. Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360. See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/directorySites

Campaign Manager 360 API: directorySites.
Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.
See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/directorySites
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/directorySites/get

Required parameters: profileId, id

Optional parameters: none

Gets one directory site by ID.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/directorySites/get

Required parameters: profileId, id

Optional parameters: none

Gets one directory site by ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/directorySites/insert

Required parameters: profileId

Optional parameters: none

Body:

{:id string, :name string, :url string, :kind string, :settings {:interstitialPlacementAccepted boolean, :instreamVideoPlacementAccepted boolean, :dfpSettings DfpSettings, :activeViewOptOut boolean}, :inpageTagFormats [string], :interstitialTagFormats [string], :idDimensionValue {:dimensionName string, :value string, :id string, :matchType string, :kind string, :etag string}}

Inserts a new directory site.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/directorySites/insert

Required parameters: profileId

Optional parameters: none

Body: 

{:id string,
 :name string,
 :url string,
 :kind string,
 :settings {:interstitialPlacementAccepted boolean,
            :instreamVideoPlacementAccepted boolean,
            :dfpSettings DfpSettings,
            :activeViewOptOut boolean},
 :inpageTagFormats [string],
 :interstitialTagFormats [string],
 :idDimensionValue {:dimensionName string,
                    :value string,
                    :id string,
                    :matchType string,
                    :kind string,
                    :etag string}}

Inserts a new directory site.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/directorySites/list

Required parameters: profileId

Optional parameters: acceptsInterstitialPlacements, dfpNetworkCode, ids, acceptsInStreamVideoPlacements, searchString, pageToken, sortField, active, sortOrder, acceptsPublisherPaidPlacements, maxResults

Retrieves a list of directory sites, possibly filtered. This method supports paging.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v4/directorySites/list

Required parameters: profileId

Optional parameters: acceptsInterstitialPlacements, dfpNetworkCode, ids, acceptsInStreamVideoPlacements, searchString, pageToken, sortField, active, sortOrder, acceptsPublisherPaidPlacements, maxResults

Retrieves a list of directory sites, possibly filtered. This method supports paging.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close