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
orhttps://www.googleapis.com/auth/analytics.edit
OAuth scope.
Look up a single DisplayVideo360AdvertiserLink
HTTP request
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the DisplayVideo360AdvertiserLink to get. Example format: properties/1234/displayVideo360AdvertiserLink/5678 |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DisplayVideo360AdvertiserLink
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit