AI-generated Key Takeaways
- 
          
This page provides documentation for the
lookupInvoiceCurrencymethod, which retrieves the invoice currency for an advertiser in a specific month. - 
          
The method uses a
GETHTTP request with a path parameter for the advertiser ID and an optional query parameter for the invoice month. - 
          
The request body must be empty, and a successful response includes the currency code in ISO 4217 format.
 - 
          
Authorization requires specific OAuth scopes related to display video.
 
- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Retrieves the invoice currency used by an advertiser in a given month.
HTTP request
GET https://displayvideo.googleapis.com/v4/advertisers/{advertiserId}/invoices:lookupInvoiceCurrency
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
advertiserId | 
                
                   
 Required. The ID of the advertiser to lookup currency for.  | 
              
Query parameters
| Parameters | |
|---|---|
invoiceMonth | 
                
                   
 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 | 
                    
                       
 Currency used by the advertiser in ISO 4217 format.  | 
                  
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/display-videohttps://www.googleapis.com/auth/display-video-mediaplanning
For more information, see the OAuth 2.0 Overview.