Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This page details how to retrieve a single DisplayVideo360AdvertiserLink using a GET HTTP request.
The request requires a 'name' path parameter specifying the link to retrieve in the format properties/*/displayVideo360AdvertiserLinks/*.
The request body must be empty, and a successful response returns a DisplayVideo360AdvertiserLink object.
Access to this information requires either the https://www.googleapis.com/auth/analytics.readonly or https://www.googleapis.com/auth/analytics.edit 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-10-09 UTC."],[],["This document details retrieving a DisplayVideo360AdvertiserLink via a `GET` HTTP request. The endpoint URL is `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinks/*}`, utilizing gRPC Transcoding. The `name` path parameter, a string representing the link's identifier, is required. The request body is empty. A successful response returns a `DisplayVideo360AdvertiserLink` instance. Authorization requires either the `analytics.readonly` or `analytics.edit` OAuth scope. The action \"Try it!\" to test the request.\n"]]