Liking cljdoc? Tell your friends :D

happygapi.displayvideo.firstAndThirdPartyAudiences

Display & Video 360 API: firstAndThirdPartyAudiences. Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items. See: https://developers.google.com/display-video/docs/reference/rest/v3/firstAndThirdPartyAudiences

Display & Video 360 API: firstAndThirdPartyAudiences.
Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items.
See: https://developers.google.com/display-video/docs/reference/rest/v3/firstAndThirdPartyAudiences
raw docstring

create$clj

(create$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/create

Required parameters: none

Optional parameters: advertiserId

Body:

{:description string, :firstAndThirdPartyAudienceType string, :audienceSource string, :displayName string, :contactInfoList {:contactInfos [ContactInfo], :consent Consent}, :name string, :audienceType string, :gmailAudienceSize string, :activeDisplayAudienceSize string, :membershipDurationDays string, :displayDesktopAudienceSize string, :appId string, :firstAndThirdPartyAudienceId string, :displayMobileWebAudienceSize string, :youtubeAudienceSize string, :mobileDeviceIdList {:mobileDeviceIds [string], :consent Consent}, :displayAudienceSize string, :displayMobileAppAudienceSize string}

Creates a FirstAndThirdPartyAudience. Only supported for the following audience_type: * CUSTOMER_MATCH_CONTACT_INFO * CUSTOMER_MATCH_DEVICE_ID

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/create

Required parameters: none

Optional parameters: advertiserId

Body: 

{:description string,
 :firstAndThirdPartyAudienceType string,
 :audienceSource string,
 :displayName string,
 :contactInfoList {:contactInfos [ContactInfo], :consent Consent},
 :name string,
 :audienceType string,
 :gmailAudienceSize string,
 :activeDisplayAudienceSize string,
 :membershipDurationDays string,
 :displayDesktopAudienceSize string,
 :appId string,
 :firstAndThirdPartyAudienceId string,
 :displayMobileWebAudienceSize string,
 :youtubeAudienceSize string,
 :mobileDeviceIdList {:mobileDeviceIds [string], :consent Consent},
 :displayAudienceSize string,
 :displayMobileAppAudienceSize string}

Creates a FirstAndThirdPartyAudience. Only supported for the following audience_type: * `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
raw docstring

editCustomerMatchMembers$clj

(editCustomerMatchMembers$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/editCustomerMatchMembers

Required parameters: firstAndThirdPartyAudienceId

Optional parameters: none

Body:

{:addedContactInfoList {:contactInfos [ContactInfo], :consent Consent}, :addedMobileDeviceIdList {:mobileDeviceIds [string], :consent Consent}, :removedContactInfoList {:contactInfos [ContactInfo], :consent Consent}, :removedMobileDeviceIdList {:mobileDeviceIds [string], :consent Consent}, :advertiserId string}

Updates the member list of a Customer Match audience. Only supported for the following audience_type: * CUSTOMER_MATCH_CONTACT_INFO * CUSTOMER_MATCH_DEVICE_ID

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/editCustomerMatchMembers

Required parameters: firstAndThirdPartyAudienceId

Optional parameters: none

Body: 

{:addedContactInfoList {:contactInfos [ContactInfo], :consent Consent},
 :addedMobileDeviceIdList {:mobileDeviceIds [string],
                           :consent Consent},
 :removedContactInfoList {:contactInfos [ContactInfo],
                          :consent Consent},
 :removedMobileDeviceIdList {:mobileDeviceIds [string],
                             :consent Consent},
 :advertiserId string}

Updates the member list of a Customer Match audience. Only supported for the following audience_type: * `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
raw docstring

get$clj

(get$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/get

Required parameters: firstAndThirdPartyAudienceId

Optional parameters: partnerId, advertiserId

Gets a first and third party audience.

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/get

Required parameters: firstAndThirdPartyAudienceId

Optional parameters: partnerId, advertiserId

Gets a first and third party audience.
raw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/list

Required parameters: none

Optional parameters: partnerId, advertiserId, pageSize, pageToken, orderBy, filter

Lists first and third party audiences. The order is defined by the order_by parameter.

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/list

Required parameters: none

Optional parameters: partnerId, advertiserId, pageSize, pageToken, orderBy, filter

Lists first and third party audiences. The order is defined by the order_by parameter.
raw docstring

patch$clj

(patch$ auth parameters body)

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/patch

Required parameters: firstAndThirdPartyAudienceId

Optional parameters: updateMask, advertiserId

Body:

{:description string, :firstAndThirdPartyAudienceType string, :audienceSource string, :displayName string, :contactInfoList {:contactInfos [ContactInfo], :consent Consent}, :name string, :audienceType string, :gmailAudienceSize string, :activeDisplayAudienceSize string, :membershipDurationDays string, :displayDesktopAudienceSize string, :appId string, :firstAndThirdPartyAudienceId string, :displayMobileWebAudienceSize string, :youtubeAudienceSize string, :mobileDeviceIdList {:mobileDeviceIds [string], :consent Consent}, :displayAudienceSize string, :displayMobileAppAudienceSize string}

Updates an existing FirstAndThirdPartyAudience. Only supported for the following audience_type: * CUSTOMER_MATCH_CONTACT_INFO * CUSTOMER_MATCH_DEVICE_ID

https://developers.google.com/display-video/api/reference/rest/v3/firstAndThirdPartyAudiences/patch

Required parameters: firstAndThirdPartyAudienceId

Optional parameters: updateMask, advertiserId

Body: 

{:description string,
 :firstAndThirdPartyAudienceType string,
 :audienceSource string,
 :displayName string,
 :contactInfoList {:contactInfos [ContactInfo], :consent Consent},
 :name string,
 :audienceType string,
 :gmailAudienceSize string,
 :activeDisplayAudienceSize string,
 :membershipDurationDays string,
 :displayDesktopAudienceSize string,
 :appId string,
 :firstAndThirdPartyAudienceId string,
 :displayMobileWebAudienceSize string,
 :youtubeAudienceSize string,
 :mobileDeviceIdList {:mobileDeviceIds [string], :consent Consent},
 :displayAudienceSize string,
 :displayMobileAppAudienceSize string}

Updates an existing FirstAndThirdPartyAudience. Only supported for the following audience_type: * `CUSTOMER_MATCH_CONTACT_INFO` * `CUSTOMER_MATCH_DEVICE_ID`
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close