Liking cljdoc? Tell your friends :D
Clojure only.

happygapi.dfareporting.creativeAssets

Campaign Manager 360 API: creativeAssets. 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/creativeAssets

Campaign Manager 360 API: creativeAssets.
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/creativeAssets
raw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/creativeAssets/insert

Required parameters: profileId, advertiserId

Optional parameters: none

Body:

{:counterCustomEvents [{:advertiserCustomEventName string, :popupWindowProperties PopupWindowProperties, :artworkType string, :artworkLabel string, :videoReportingId string, :advertiserCustomEventId string, :id string, :targetType string, :exitClickThroughUrl CreativeClickThroughUrl, :advertiserCustomEventType string}], :richMedia boolean, :idDimensionValue {:kind string, :dimensionName string, :matchType string, :value string, :etag string, :id string}, :timerCustomEvents [{:advertiserCustomEventName string, :popupWindowProperties PopupWindowProperties, :artworkType string, :artworkLabel string, :videoReportingId string, :advertiserCustomEventId string, :id string, :targetType string, :exitClickThroughUrl CreativeClickThroughUrl, :advertiserCustomEventType string}], :detectedFeatures [string], :exitCustomEvents [{:advertiserCustomEventName string, :popupWindowProperties PopupWindowProperties, :artworkType string, :artworkLabel string, :videoReportingId string, :advertiserCustomEventId string, :id string, :targetType string, :exitClickThroughUrl CreativeClickThroughUrl, :advertiserCustomEventType string}], :warnedValidationRules [string], :id string, :kind string, :clickTags [{:clickThroughUrl CreativeClickThroughUrl, :eventName string, :name string}], :assetIdentifier {:type string, :name string}}

Inserts a new creative asset.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.5/creativeAssets/insert

Required parameters: profileId, advertiserId

Optional parameters: none

Body: 

{:counterCustomEvents [{:advertiserCustomEventName string,
                        :popupWindowProperties PopupWindowProperties,
                        :artworkType string,
                        :artworkLabel string,
                        :videoReportingId string,
                        :advertiserCustomEventId string,
                        :id string,
                        :targetType string,
                        :exitClickThroughUrl CreativeClickThroughUrl,
                        :advertiserCustomEventType string}],
 :richMedia boolean,
 :idDimensionValue {:kind string,
                    :dimensionName string,
                    :matchType string,
                    :value string,
                    :etag string,
                    :id string},
 :timerCustomEvents [{:advertiserCustomEventName string,
                      :popupWindowProperties PopupWindowProperties,
                      :artworkType string,
                      :artworkLabel string,
                      :videoReportingId string,
                      :advertiserCustomEventId string,
                      :id string,
                      :targetType string,
                      :exitClickThroughUrl CreativeClickThroughUrl,
                      :advertiserCustomEventType string}],
 :detectedFeatures [string],
 :exitCustomEvents [{:advertiserCustomEventName string,
                     :popupWindowProperties PopupWindowProperties,
                     :artworkType string,
                     :artworkLabel string,
                     :videoReportingId string,
                     :advertiserCustomEventId string,
                     :id string,
                     :targetType string,
                     :exitClickThroughUrl CreativeClickThroughUrl,
                     :advertiserCustomEventType string}],
 :warnedValidationRules [string],
 :id string,
 :kind string,
 :clickTags [{:clickThroughUrl CreativeClickThroughUrl,
              :eventName string,
              :name string}],
 :assetIdentifier {:type string, :name string}}

Inserts a new creative asset.
sourceraw docstring

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

× close