Liking cljdoc? Tell your friends :D

com.adgoji.cm-api.floodlight-activities


deleteclj

(delete client profile-id floodlight-activity-id)

Deletes an existing floodlight activity.

Deletes an existing floodlight activity.
raw docstring

generate-tagclj

(generate-tag client profile-id floodlight-activity-id)

Generates a tag for a floodlight activity.

Generates a tag for a floodlight activity.
raw docstring

get-by-idclj

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

Return a single floodlight activity by profile-id and floodlight-activity-id.

Return a single floodlight activity by `profile-id` and
`floodlight-activity-id`.
raw docstring

get-listclj

(get-list client profile-id opts)

Returns a list of floodlight activities by profile-id and otps.

Some of the opts are required to produce non-empty list as a result. All available options are described in the official documentation: [[https://developers.google.com/doubleclick-advertisers/rest/v4/floodlightActivities/list#query-parameters]].

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

Returns a list of floodlight activities by `profile-id` and `otps`.

Some of the `opts` are required to produce non-empty list as a
result. All available options are described in the official
documentation: [[https://developers.google.com/doubleclick-advertisers/rest/v4/floodlightActivities/list#query-parameters]].

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

insertclj

(insert client profile-id floodlight-activity)

Create a new floodlight activity.

Create a new floodlight activity.
raw docstring

patchclj

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

Update an existing floodlight activity.

This method supports patch semantics.

Update an existing floodlight activity.

This method supports patch semantics.
raw docstring

putclj

(put client profile-id floodlight-acvitity)

Updates an existing floodlight activity.

Updates an existing floodlight activity.
raw docstring

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

× close