Liking cljdoc? Tell your friends :D

happygapi.dfareporting.conversions

Campaign Manager 360 API: conversions. Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360. See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/conversions

Campaign Manager 360 API: conversions.
Build applications to efficiently manage large or complex trafficking, reporting, and attribution workflows for Campaign Manager 360.
See: https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/conversions
raw docstring

batchinsert$clj

(batchinsert$ auth parameters body)

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

Required parameters: profileId

Optional parameters: none

Body:

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

Inserts conversions.

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

Required parameters: profileId

Optional parameters: none

Body: 

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

Inserts conversions.
sourceraw docstring

batchupdate$clj

(batchupdate$ auth parameters body)

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

Required parameters: profileId

Optional parameters: none

Body:

{:kind string, :conversions [{:encryptedUserId string, :childDirectedTreatment boolean, :treatmentForUnderage boolean, :floodlightConfigurationId string, :nonPersonalizedAd boolean, :dclid string, :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, :encryptionSource string, :encryptionEntityType string, :kind string}}

Updates existing conversions.

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

Required parameters: profileId

Optional parameters: none

Body: 

{:kind string,
 :conversions [{:encryptedUserId string,
                :childDirectedTreatment boolean,
                :treatmentForUnderage boolean,
                :floodlightConfigurationId string,
                :nonPersonalizedAd boolean,
                :dclid string,
                :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,
                  :encryptionSource string,
                  :encryptionEntityType string,
                  :kind string}}

Updates existing conversions.
sourceraw docstring

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

× close