Liking cljdoc? Tell your friends :D

happygapi.dfareporting.remarketingLists

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

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

get$clj

(get$ auth parameters)

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

Required parameters: profileId, id

Optional parameters: none

Gets one remarketing list by ID.

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

Required parameters: profileId, id

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.5/remarketingLists/insert

Required parameters: profileId

Optional parameters: none

Body:

{:description string, :listSource string, :listPopulationRule {:listPopulationClauses [ListPopulationClause], :floodlightActivityId string, :floodlightActivityName string}, :advertiserIdDimensionValue {:kind string, :dimensionName string, :matchType string, :value string, :etag string, :id 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.5/remarketingLists/insert

Required parameters: profileId

Optional parameters: none

Body: 

{:description string,
 :listSource string,
 :listPopulationRule {:listPopulationClauses [ListPopulationClause],
                      :floodlightActivityId string,
                      :floodlightActivityName string},
 :advertiserIdDimensionValue {:kind string,
                              :dimensionName string,
                              :matchType string,
                              :value string,
                              :etag string,
                              :id 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.5/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.5/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.5/remarketingLists/patch

Required parameters: profileId, id

Optional parameters: none

Body:

{:description string, :listSource string, :listPopulationRule {:listPopulationClauses [ListPopulationClause], :floodlightActivityId string, :floodlightActivityName string}, :advertiserIdDimensionValue {:kind string, :dimensionName string, :matchType string, :value string, :etag string, :id 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.5/remarketingLists/patch

Required parameters: profileId, id

Optional parameters: none

Body: 

{:description string,
 :listSource string,
 :listPopulationRule {:listPopulationClauses [ListPopulationClause],
                      :floodlightActivityId string,
                      :floodlightActivityName string},
 :advertiserIdDimensionValue {:kind string,
                              :dimensionName string,
                              :matchType string,
                              :value string,
                              :etag string,
                              :id 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.5/remarketingLists/update

Required parameters: profileId

Optional parameters: none

Body:

{:description string, :listSource string, :listPopulationRule {:listPopulationClauses [ListPopulationClause], :floodlightActivityId string, :floodlightActivityName string}, :advertiserIdDimensionValue {:kind string, :dimensionName string, :matchType string, :value string, :etag string, :id 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.5/remarketingLists/update

Required parameters: profileId

Optional parameters: none

Body: 

{:description string,
 :listSource string,
 :listPopulationRule {:listPopulationClauses [ListPopulationClause],
                      :floodlightActivityId string,
                      :floodlightActivityName string},
 :advertiserIdDimensionValue {:kind string,
                              :dimensionName string,
                              :matchType string,
                              :value string,
                              :etag string,
                              :id 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