Liking cljdoc? Tell your friends :D

happygapi.dfareporting.conversions

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

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

batchinsert$clj

(batchinsert$ auth parameters body)

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

Required parameters: profileId

Optional parameters: none

Body:

{:conversions [{:encryptedUserId string, :childDirectedTreatment boolean, :treatmentForUnderage boolean, :floodlightConfigurationId string, :nonPersonalizedAd boolean, :value number, :ordinal string, :encryptedUserIdCandidates [string], :kind string, :timestampMicros string, :mobileDeviceId string, :limitAdTracking boolean, :matchId string, :customVariables [CustomFloodlightVariable], :quantity string, :gclid string, :floodlightActivityId string}], :encryptionInfo {:encryptionEntityId string, :encryptionEntityType string, :encryptionSource string, :kind string}, :kind string}

Inserts conversions.

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

Required parameters: profileId

Optional parameters: none

Body: 

{:conversions [{:encryptedUserId string,
                :childDirectedTreatment boolean,
                :treatmentForUnderage boolean,
                :floodlightConfigurationId string,
                :nonPersonalizedAd boolean,
                :value number,
                :ordinal string,
                :encryptedUserIdCandidates [string],
                :kind string,
                :timestampMicros string,
                :mobileDeviceId string,
                :limitAdTracking boolean,
                :matchId string,
                :customVariables [CustomFloodlightVariable],
                :quantity string,
                :gclid string,
                :floodlightActivityId string}],
 :encryptionInfo {:encryptionEntityId string,
                  :encryptionEntityType string,
                  :encryptionSource string,
                  :kind string},
 :kind string}

Inserts conversions.
sourceraw docstring

batchupdate$clj

(batchupdate$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/conversions/batchupdate

Required parameters: profileId

Optional parameters: none

Body:

{:conversions [{:encryptedUserId string, :childDirectedTreatment boolean, :treatmentForUnderage boolean, :floodlightConfigurationId string, :nonPersonalizedAd boolean, :value number, :ordinal string, :encryptedUserIdCandidates [string], :kind string, :timestampMicros string, :mobileDeviceId string, :limitAdTracking boolean, :matchId string, :customVariables [CustomFloodlightVariable], :quantity string, :gclid string, :floodlightActivityId string}], :encryptionInfo {:encryptionEntityId string, :encryptionEntityType string, :encryptionSource string, :kind string}, :kind string}

Updates existing conversions.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/conversions/batchupdate

Required parameters: profileId

Optional parameters: none

Body: 

{:conversions [{:encryptedUserId string,
                :childDirectedTreatment boolean,
                :treatmentForUnderage boolean,
                :floodlightConfigurationId string,
                :nonPersonalizedAd boolean,
                :value number,
                :ordinal string,
                :encryptedUserIdCandidates [string],
                :kind string,
                :timestampMicros string,
                :mobileDeviceId string,
                :limitAdTracking boolean,
                :matchId string,
                :customVariables [CustomFloodlightVariable],
                :quantity string,
                :gclid string,
                :floodlightActivityId string}],
 :encryptionInfo {:encryptionEntityId string,
                  :encryptionEntityType string,
                  :encryptionSource string,
                  :kind string},
 :kind string}

Updates existing conversions.
sourceraw docstring

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

× close