AI-generated Key Takeaways
-
Updates the availability status for a batch of floodlight activities in DoubleClick Search.
-
Requires authorization with the
https://www.googleapis.com/auth/doubleclicksearchscope. -
The request body includes an array of
availabilitieswith details like agencyId, advertiserId, segmentation details, and availability timestamp. -
The response returns an array of
availabilitiesmirroring the request structure, confirming the updated status.
Updates the availabilities of a batch of floodlight activities in DoubleClick Search. Try it now .
Request
HTTP request
POST https://www.googleapis.com/doubleclicksearch/v2/conversion/updateAvailability
Authorization
This request requires authorization with the following scope:
| Scope |
|---|
https://www.googleapis.com/auth/doubleclicksearch
|
For more information, see the authentication and authorization page.
Request body
In the request body, supply data with the following structure:
{ "availabilities": [ { "agencyId": long , "advertiserId": long , "customerId": string , "segmentationType": string , "segmentationId": long , "segmentationName": string , "availabilityTimestamp": unsigned long } ] }
availabilities[]
list
availabilities[].
agencyId
long
availabilities[].
advertiserId
long
availabilities[].
segmentationType
string
FLOODLIGHT
).Acceptable values are:
- "
FLOODLIGHT"
availabilities[].
segmentationId
long
availabilities[].
segmentationName
string
availabilities[].
availabilityTimestamp
unsigned long
availabilities[].
customerId
string
Response
If successful, this method returns a response body with the following structure:
{ "availabilities": [ { "agencyId": long , "advertiserId": long , "customerId": string , "segmentationType": string , "segmentationId": long , "segmentationName": string , "availabilityTimestamp": unsigned long } ] }
availabilities[]
list
availabilities[].
agencyId
long
availabilities[].
advertiserId
long
availabilities[].
segmentationType
string
FLOODLIGHT
).Acceptable values are:
- "
FLOODLIGHT"
availabilities[].
segmentationId
long
availabilities[].
segmentationName
string
availabilities[].
availabilityTimestamp
unsigned long
availabilities[].
customerId
string
Try it!
Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer .


