Method: properties.displayVideo360AdvertiserLinkProposals.get

  • This page provides details on how to retrieve a single DisplayVideo360AdvertiserLinkProposal.

  • The HTTP request uses a GET method with a specific URL format that includes the proposal name.

  • The request requires a path parameter named name which specifies the target proposal using a properties/property_id/displayVideo360AdvertiserLinkProposals/proposal_id format.

  • The request body must be empty, and a successful response will contain a DisplayVideo360AdvertiserLinkProposal object.

  • Authorization requires either the https://www.googleapis.com/auth/analytics.readonly or https://www.googleapis.com/auth/analytics.edit OAuth scope.

Lookup for a single DisplayVideo360AdvertiserLinkProposal.

HTTP request

GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the DisplayVideo360AdvertiserLinkProposal to get. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of DisplayVideo360AdvertiserLinkProposal.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/analytics.readonly
  • https://www.googleapis.com/auth/analytics.edit