Method: advertisers.invoices.lookupInvoiceCurrency

检索广告客户在给定月份使用的账单币种。

HTTP 请求

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

网址采用 gRPC 转码语法。

路径参数

参数
advertiserId

string (int64 format)

必需。要查询其币种的广告客户 ID。

查询参数

参数
invoiceMonth

string

所需币种的月份。如果未设置,则该请求将返回广告客户的现有币种设置。

必须采用 YYYYMM 格式。

请求正文

请求正文必须为空。

响应正文

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "currencyCode": string
}
字段
currencyCode

string

广告客户使用的货币,采用 ISO 4217 格式。

授权范围

需要以下 OAuth 范围之一:

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

有关详情,请参阅 OAuth 2.0 概览