Method: advertisers.locationLists.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Display & Video 360 API v1 has been sunset.
This document details how to get a location list using a GET request to https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/locationLists/{locationListId}.
The request requires an advertiserId and a locationListId as path parameters and has an empty request body.
A successful response will return a LocationList instance and requires the https://www.googleapis.com/auth/display-video OAuth scope.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The core content describes how to retrieve a location list using the Display & Video 360 API. It specifies that the API version v1 has been sunset. The `GET` request targets a specific advertiser and location list ID. Both `advertiserId` and `locationListId` are required path parameters. The request body must be empty, and a successful response returns a `LocationList` instance. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]