ज़रूरी है. विज्ञापन देने वाले व्यक्ति या कंपनी का आईडी, जिसके लिए मुद्रा देखनी है.
क्वेरी पैरामीटर
पैरामीटर
invoiceMonth
string
वह महीना जिसके लिए मुद्रा डालना ज़रूरी है. अगर यह नीति सेट नहीं की जाती है, तो अनुरोध में, विज्ञापन देने वाले व्यक्ति या कंपनी की मुद्रा की मौजूदा सेटिंग दिखेंगी.
YYYYMM फ़ॉर्मैट में होना चाहिए.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
JSON के काेड में दिखाना
{"currencyCode": string}
फ़ील्ड
currencyCode
string
विज्ञापन देने वाले व्यक्ति या कंपनी की ओर से ISO 4217 फ़ॉर्मैट में इस्तेमाल की गई मुद्रा.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-08-29 (UTC) को अपडेट किया गया."],[[["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."]]],["This document outlines the process for retrieving an advertiser's invoice currency using the Display & Video 360 API. The core action is a `GET` request to `https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/invoices:lookupInvoiceCurrency`. This requires the `advertiserId` path parameter and an optional `invoiceMonth` query parameter in YYYYMM format. The request body is empty. The successful response provides a `currencyCode` string in ISO 4217 format, and authorization needs display-video or display-video-mediaplanning scope.\n"]]