Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.displayvideo.floodlightGroups

Display & Video 360 API: floodlightGroups. Display & Video 360 API allows users to manage and create campaigns and reports. See: https://developers.google.com/display-video/api/reference/rest/v1/floodlightGroups

Display & Video 360 API: floodlightGroups.
Display & Video 360 API allows users to manage and create campaigns and reports.
See: https://developers.google.com/display-video/api/reference/rest/v1/floodlightGroups
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v1/floodlightGroups/get

Required parameters: floodlightGroupId

Optional parameters: partnerId

Gets a Floodlight group.

https://developers.google.com/display-video/api/reference/rest/v1/floodlightGroups/get

Required parameters: floodlightGroupId

Optional parameters: partnerId

Gets a Floodlight group.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v1/floodlightGroups/patch

Required parameters: floodlightGroupId

Optional parameters: updateMask, partnerId

Body:

{:name string, :webTagType string, :activeViewConfig {:minimumQuartile string, :displayName string, :minimumDuration string, :minimumViewability string, :minimumVolume string}, :customVariables {}, :displayName string, :lookbackWindow {:clickDays integer, :impressionDays integer}, :floodlightGroupId string}

Updates an existing Floodlight group. Returns the updated Floodlight group if successful.

https://developers.google.com/display-video/api/reference/rest/v1/floodlightGroups/patch

Required parameters: floodlightGroupId

Optional parameters: updateMask, partnerId

Body: 

{:name string,
 :webTagType string,
 :activeViewConfig {:minimumQuartile string,
                    :displayName string,
                    :minimumDuration string,
                    :minimumViewability string,
                    :minimumVolume string},
 :customVariables {},
 :displayName string,
 :lookbackWindow {:clickDays integer, :impressionDays integer},
 :floodlightGroupId string}

Updates an existing Floodlight group. Returns the updated Floodlight group if successful.
sourceraw docstring

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

× close