REST Resource: accounts
Kaynak: PublisherAccount
Yayıncı hesabı, raporlar için kullanılan saat dilimi gibi bu API'nin kullanımıyla ilgili bilgileri içerir.
JSON gösterimi |
{
"name": string,
"publisherId": string,
"reportingTimeZone": string,
"currencyCode": string
} |
Alanlar |
name |
string
Bu hesabın kaynak adı. Biçim, accounts/{publisherId} şeklindedir.
|
publisherId |
string
Bu yayıncı hesabının API isteklerinde tanımlanabilmesini sağlayan benzersiz kimlik (örneğin, pub-1234567890).
|
reportingTimeZone |
string
Bu hesap için oluşturulan raporlarda kullanılan saat dilimi. Bu değer, CLDR projesinde belirtilen bir saat dilimi kimliğidir (ör. "Amerika/Los_Angeles").
|
currencyCode |
string
Kazançla ilgili metriklerin para birimi kodu (ISO 4217'de tanımlanan 3 harfli kod). Para birimi dönüştürme işlemi için günlük ortalama oran kullanılır.
|
Yöntemler |
|
Belirtilen AdMob yayıncı hesabıyla ilgili bilgileri alır. |
|
AdMob kullanıcı arayüzünden en son oturum açılan AdMob yayıncı hesabını listeler. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-14 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-14 UTC."],[[["The PublisherAccount resource provides essential information about an AdMob publisher account, including time zone and currency used for reporting."],["The resource includes key fields like name, publisherId, reportingTimeZone, and currencyCode, each serving a specific purpose in account identification and data representation."],["You can utilize the `get` and `list` methods to retrieve information about a specific publisher account or the most recently accessed one."],["The JSON representation of a PublisherAccount is structured with specific keys for name, publisherId, reportingTimeZone, and currencyCode."]]],["The `PublisherAccount` resource stores information like `name`, `publisherId`, `reportingTimeZone`, and `currencyCode`. The `publisherId` is a unique identifier for API requests. `reportingTimeZone` defines the time zone for account reports, and `currencyCode` specifies the currency for earning metrics. The API provides two methods: `get` to retrieve information about a specific account and `list` to retrieve the most recently signed-in account from the AdMob UI.\n"]]