同じ質問を同じ条件で繰り返す
ブランド別名、追跡ドメイン、競合、エンジン、質問、国を保存し、1〜168 時間間隔で実行します。条件も一緒に保存して時系列を比較します。
言及、引用、競合シェアを分ける
言及は回答本文の別名、引用は出典ドメインで判定します。観測した回答集合の中でエンジン別率と競合シェアを比較します。
ChatGPT でブランドを追跡する
カテゴリ発見の質問とブランド比較の質問を分け、韓国語・英語などの別名と公式ドメインを登録します。
API で読める露出指標
GET /v1/monitors/:id からエンジン別率、引用ドメイン、ブランドの shareOfVoice を取得します。集計値と元の回答を一緒に確認してください。
- engineRates: compare mention and citation results by engine.
- topDomains, topPages: inspect cited domains and individual pages.
- shareOfVoice: calculate each brand’s mention rate from runs and its mentions count. Multiple brands can appear in one answer, so the rates need not sum to 100%.
Create a monitor
Send this input to POST /v1/monitors. Replace the illustrative brand and domain with your actual tracking target. You can also create, edit and pause monitors in the dashboard.
{
"name": "Earbud brand tracking",
"engines": [
"CHATGPT",
"GEMINI"
],
"prompts": [
"best wireless earbuds for commuting"
],
"aliases": [
"Acme Audio"
],
"domains": [
"example.com"
],
"competitors": [
{
"name": "Sony",
"aliases": [
"Sony"
]
}
],
"country": "US",
"intervalHours": 24
}Scheduled runs use ordinary task limits
Each run creates prompts × engines tasks. For example, 12 prompts across ChatGPT and Gemini create 24 tasks and consume 36 credits if all complete. Plan concurrency and available balance apply; a scheduled time does not guarantee every answer is ready immediately.
Inspect the evidence behind changes
When mention rates change, inspect the underlying answers and sources. Check whether prompt composition, execution failures or AI summary availability changed too. Domain citation tracking requires registered domains.