AI Visibility can send weekly report results directly into your Amplitude projects as events. This lets you analyze your brand's AI visibility metrics alongside your product, behavioral, and user data across the entire Amplitude platform. Use these events in charts, cohorts, dashboards, and any other analysis.
Before enabling event ingestion:
Events begin streaming after the next weekly report completes. A status banner confirms that ingestion starts with the next report run.
AI Visibility generates three event types. You control each independently from the Event Setup modal.
| Event name | Scope | Default |
|---|---|---|
AI Visibility: Brand Report Completed |
One event for each brand for each report. Includes your primary brand and any enabled competitors. | Enabled |
AI Visibility: Competitor Report Completed |
One event for each competitor for each report. This is useful for comparison charts. | Disabled |
AI Visibility: Topic Report Completed |
One event for each topic for each report. Your primary brand only. | Disabled |
Amplitude sends events one time each week, after each report completes. If you update your event settings, the new configuration takes effect on the next report run.
This event tracks how visible each brand is across AI model responses in a given report. Amplitude sends one event for each brand for each report. If you have one primary brand and three competitors enabled, each report generates four events.
Use this event to analyze share of voice across competitors, ranking trends over time, and competitive positioning in AI responses.
| Property | Type | Description |
|---|---|---|
Report ID |
number | ID of the completed model report. |
Brand Name |
string | Display name of the brand. |
Company Name |
string | Company name associated with the brand. |
Is Competitor |
boolean | false for your primary brand, true for competitors. |
Visibility Percentage |
number | Percentage of AI responses that mention the brand (0–100). |
Average Rank |
number | Average position the brand appears at across responses. Responses that don't mention the brand use a default rank of 10. |
Total Responses |
number | Total number of AI model responses in the report. |
Mentioned Responses |
number | Number of responses that mention this brand. |
{
"event_type": "AI Visibility: Brand Report Completed",
"event_properties": {
"Report ID": 9876,
"Brand Name": "Amplitude",
"Company Name": "Amplitude",
"Is Competitor": false,
"Visibility Percentage": 57.6,
"Average Rank": 5.5,
"Total Responses": 1750,
"Mentioned Responses": 1008
}
}
This event tracks how your primary brand performs within each topic (a category of prompts). Amplitude sends this event for your primary brand only, not competitors. Amplitude sends one event for each topic for each report.
Use this event to analyze visibility by topic, topic-level ranking trends, and content opportunities where your brand underperforms.
| Property | Type | Description |
|---|---|---|
Report ID |
number | ID of the completed model report. |
Topic Name |
string | Display name of the topic. |
Visibility Percentage |
number | Percentage of responses in this topic that mention your brand (0–100). |
Average Rank |
number | Average position your brand appears at across prompts in this topic. Defaults to 10 if visibility is 0%. |
Relevancy |
number | Percentage of responses that mention your brand or any competitor (0–100). Measures how relevant the topic is to the competitive landscape. |
Citations |
number | Number of citation URLs in this topic whose domain matches your brand's domain. |
{
"event_type": "AI Visibility: Topic Report Completed",
"event_properties": {
"Report ID": 9876,
"Brand Name": "Amplitude",
"Topic Name": "Cohort and retention analysis",
"Visibility Percentage": 89,
"Average Rank": 2.5,
"Relevancy": 90,
"Citations": 51
}
}
After events flow into your project, you can use them anywhere in Amplitude Analytics, including Event Segmentation, dashboards, and cohorts.
AI Visibility: Brand Report Completed or AI Visibility: Topic Report Completed.Brand Name, Is Competitor, or Topic Name to break down results.April 21st, 2026
Need help? Contact Support
Visit Amplitude.com
Have a look at the Amplitude Blog
Learn more at Amplitude Academy
© 2026 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.