Liking cljdoc? Tell your friends :D

com.adgoji.cm-api.floodlight-activity-groups


get-by-idclj

(get-by-id client profile-id floodlight-activity-group-id)

Returns a single floodlight activity group by provided profile-id and floodlight-activity-group-id.

Returns a single floodlight activity group by provided `profile-id`
and `floodlight-activity-group-id`.
raw docstring

get-listclj

(get-list client profile-id opts)

Returns a list of floodlight activity groups by provided profile-id.

The result can be altered using various opts, which are described in the official documentation: [[https://developers.google.com/doubleclick-advertisers/rest/v4/floodlightActivityGroups/list#query-parameters]].

Options should be provided as a map with kebab-case keys.

Returns a list of floodlight activity groups by provided
`profile-id`.

The result can be altered using various `opts`, which are described
in the official
documentation: [[https://developers.google.com/doubleclick-advertisers/rest/v4/floodlightActivityGroups/list#query-parameters]].

Options should be provided as a map with kebab-case keys.
raw docstring

insertclj

(insert client profile-id floodlight-activity-group)

Create a new floodlight activity group.

Create a new floodlight activity group.
raw docstring

patchclj

(patch client profile-id floodlight-activity-group-id content)

Updates an existing floodlight activity group.

This method supports patch semantics.

Updates an existing floodlight activity group.

This method supports patch semantics.
raw docstring

putclj

(put client profile-id floodlight-activity-group)

Updates an existing floodlight activity group.

Updates an existing floodlight activity group.
raw docstring

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

× close