Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dfareporting.customEvents

DCM/DFA Reporting And Trafficking API: customEvents. Manages your DoubleClick Campaign Manager ad campaigns and reports. See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/customEvents

DCM/DFA Reporting And Trafficking API: customEvents.
Manages your DoubleClick Campaign Manager ad campaigns and reports.
See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/customEvents
raw docstring

batchinsert$clj

(batchinsert$ auth args body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/customEvents/batchinsert

Required parameters: profileId

Optional parameters: none

Body:

{:customEvents [{:annotateClickEvent CustomEventClickAnnotation, :customVariables [CustomVariable], :eventType string, :floodlightConfigurationId string, :insertEvent CustomEventInsert, :kind string, :ordinal string, :timestampMicros string}], :kind string}

Inserts custom events.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/customEvents/batchinsert

Required parameters: profileId

Optional parameters: none

Body: 

{:customEvents [{:annotateClickEvent CustomEventClickAnnotation,
                 :customVariables [CustomVariable],
                 :eventType string,
                 :floodlightConfigurationId string,
                 :insertEvent CustomEventInsert,
                 :kind string,
                 :ordinal string,
                 :timestampMicros string}],
 :kind string}

Inserts custom events.
sourceraw docstring

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

× close