Method: advertisers.invoices.lookupInvoiceCurrency

  • The Display & Video 360 API v1 has been sunset and this documentation details the v1 endpoint to retrieve an advertiser's invoice currency.

  • You can retrieve the invoice currency for a specific month using the invoiceMonth query parameter in YYYYMM format.

  • The API requires authorization with specific OAuth scopes like https://www.googleapis.com/auth/display-video or https://www.googleapis.com/auth/display-video-mediaplanning.

  • The response will provide the currencyCode in ISO 4217 format if the request is successful.

Retrieves the invoice currency used by an advertiser in a given month.

HTTP request

GET https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/invoices:lookupInvoiceCurrency

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
advertiserId

string (int64 format)

Required. The ID of the advertiser to lookup currency for.

Query parameters

Parameters
invoiceMonth

string

Month for which the currency is needed. If not set, the request will return existing currency settings for the advertiser.

Must be in the format YYYYMM.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

JSON representation
{
  "currencyCode": string
}
Fields
currencyCode

string

Currency used by the advertiser in ISO 4217 format.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/display-video
  • https://www.googleapis.com/auth/display-video-mediaplanning

For more information, see the OAuth 2.0 Overview.