(delete client profile-id floodlight-activity-id)
Deletes an existing floodlight activity.
Deletes an existing floodlight activity.
(generate-tag client profile-id floodlight-activity-id)
Generates a tag for a floodlight activity.
Generates a tag for a floodlight activity.
(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`.
(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.
(insert client profile-id floodlight-activity)
Create a new floodlight activity.
Create a new floodlight activity.
(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.
(put client profile-id floodlight-acvitity)
Updates an existing floodlight activity.
Updates an existing floodlight activity.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close