Method: advertisers.invoices.lookupInvoiceCurrency
Stay organized with collections
Save and categorize content based on your preferences.
Retrieves the invoice currency used by an advertiser in a given month.
HTTP request
GET https://displayvideo.googleapis.com/v1beta2/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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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."],[[["This endpoint retrieves the invoice currency used by a specified advertiser for a given month."],["It requires an advertiser ID and optionally accepts an invoice month (YYYYMM format) as input."],["The response provides the currency code in ISO 4217 format."],["Authorization is required with specific OAuth scopes for Display & Video 360 access."],["The request body should be empty, and the response will contain a JSON object with the currency code."]]],["The content describes retrieving an advertiser's invoice currency for a specific month. Key actions include sending a `GET` HTTP request to a specified URL with the advertiser's ID as a path parameter. An optional `invoiceMonth` query parameter (YYYYMM format) can be included. The request body must be empty. A successful response returns the advertiser's currency code in ISO 4217 format, within a JSON response body. Authorization requires specific OAuth scopes.\n"]]