Bir hesaba Raporlama yöneticisi rolü vermek için
accounts.update -
reportingManager alanını true olarak ayarlayın. Raporlama yöneticisi rolü
Merchant Center'daki "Performans ve analizler" rolüyle eşdeğerdir.
accounts.update, tüm Account kaynağının yerini alır. accounts.get kullanarak şu işlemleri yapabilirsiniz:
Account kaynağının tamamını edinin ve ardından
Bilgileri kaybetmemeniz için accounts.update isteği.
Örnek sorgu
Aşağıdaki sorgu, tüm eşleme türleri için impressions, clicks ve ctr verilerini getirir.
30 günlük bir dönem boyunca hesabınıza yansıyan ürünlerdir. Talepte bulunmak için
aşağıdaki Merchant Center Sorgu Dili ifadesini
reports.search yöntemi:
SELECT
metrics.impressions,
metrics.clicks,
metrics.ctr
FROM MerchantPerformanceView
WHERE segments.date BETWEEN '2020-12-01' AND '2020-12-30'
Örneği API Gezgini'nde denemek için Çalıştır'ı tıklayın. Tıkladıktan sonra
Çalıştır'ı tıkladıktan sonra, satıcı kimliği yer tutucusunu
istek URL'si. Sorguyu değiştirebilirsiniz. Aşağıdaki işlemler için tam sorgu bir satırda kalmalıdır:
API gezgini ile çalışın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-20 UTC."],[[["The `Reports` service allows you to retrieve performance metrics, such as impressions, clicks, and click-through rate (CTR), for your account."],["To access this service, you must have the Reporting manager role (equivalent to the Performance and insights role in Merchant Center), which can be assigned using the `accounts.update` method."],["A comprehensive list of available metrics can be found in the `metrics` documentation, and you can use Merchant Center Query Language to create customized reports."],["For more detailed analysis, you can segment your metrics and further explore report functionalities through the provided guides on segmentation and products."]]],[]]