Liking cljdoc? Tell your friends :D

happygapi.dfareporting.remarketingLists

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

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

get$clj

(get$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/get

Required parameters: id, profileId

Optional parameters: none

Gets one remarketing list by ID.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/get

Required parameters: id, profileId

Optional parameters: none

Gets one remarketing list by ID.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/insert

Required parameters: profileId

Optional parameters: none

Body:

{:description string, :listSource string, :listPopulationRule {:floodlightActivityId string, :floodlightActivityName string, :listPopulationClauses [ListPopulationClause]}, :advertiserIdDimensionValue {:dimensionName string, :etag string, :id string, :kind string, :matchType string, :value string}, :name string, :lifeSpan string, :advertiserId string, :active boolean, :id string, :kind string, :listSize string, :subaccountId string, :accountId string}

Inserts a new remarketing list.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/insert

Required parameters: profileId

Optional parameters: none

Body: 

{:description string,
 :listSource string,
 :listPopulationRule {:floodlightActivityId string,
                      :floodlightActivityName string,
                      :listPopulationClauses [ListPopulationClause]},
 :advertiserIdDimensionValue {:dimensionName string,
                              :etag string,
                              :id string,
                              :kind string,
                              :matchType string,
                              :value string},
 :name string,
 :lifeSpan string,
 :advertiserId string,
 :active boolean,
 :id string,
 :kind string,
 :listSize string,
 :subaccountId string,
 :accountId string}

Inserts a new remarketing list.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/list

Required parameters: advertiserId, profileId

Optional parameters: name, pageToken, sortField, active, sortOrder, maxResults, floodlightActivityId

Retrieves a list of remarketing lists, possibly filtered. This method supports paging.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/list

Required parameters: advertiserId, profileId

Optional parameters: name, pageToken, sortField, active, sortOrder, maxResults, floodlightActivityId

Retrieves a list of remarketing lists, possibly filtered. This method supports paging.
sourceraw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/patch

Required parameters: id, profileId

Optional parameters: none

Body:

{:description string, :listSource string, :listPopulationRule {:floodlightActivityId string, :floodlightActivityName string, :listPopulationClauses [ListPopulationClause]}, :advertiserIdDimensionValue {:dimensionName string, :etag string, :id string, :kind string, :matchType string, :value string}, :name string, :lifeSpan string, :advertiserId string, :active boolean, :id string, :kind string, :listSize string, :subaccountId string, :accountId string}

Updates an existing remarketing list. This method supports patch semantics.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/patch

Required parameters: id, profileId

Optional parameters: none

Body: 

{:description string,
 :listSource string,
 :listPopulationRule {:floodlightActivityId string,
                      :floodlightActivityName string,
                      :listPopulationClauses [ListPopulationClause]},
 :advertiserIdDimensionValue {:dimensionName string,
                              :etag string,
                              :id string,
                              :kind string,
                              :matchType string,
                              :value string},
 :name string,
 :lifeSpan string,
 :advertiserId string,
 :active boolean,
 :id string,
 :kind string,
 :listSize string,
 :subaccountId string,
 :accountId string}

Updates an existing remarketing list. This method supports patch semantics.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/update

Required parameters: profileId

Optional parameters: none

Body:

{:description string, :listSource string, :listPopulationRule {:floodlightActivityId string, :floodlightActivityName string, :listPopulationClauses [ListPopulationClause]}, :advertiserIdDimensionValue {:dimensionName string, :etag string, :id string, :kind string, :matchType string, :value string}, :name string, :lifeSpan string, :advertiserId string, :active boolean, :id string, :kind string, :listSize string, :subaccountId string, :accountId string}

Updates an existing remarketing list.

https://developers.google.com/doubleclick-advertisers/api/reference/rest/v3.4/remarketingLists/update

Required parameters: profileId

Optional parameters: none

Body: 

{:description string,
 :listSource string,
 :listPopulationRule {:floodlightActivityId string,
                      :floodlightActivityName string,
                      :listPopulationClauses [ListPopulationClause]},
 :advertiserIdDimensionValue {:dimensionName string,
                              :etag string,
                              :id string,
                              :kind string,
                              :matchType string,
                              :value string},
 :name string,
 :lifeSpan string,
 :advertiserId string,
 :active boolean,
 :id string,
 :kind string,
 :listSize string,
 :subaccountId string,
 :accountId string}

Updates an existing remarketing list.
sourceraw docstring

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

× close