Skip to main content

Scenario

Your quarterly brand tracking survey measures awareness, consideration, preference, and NPS against competitors. The numbers tell you where you stand, but not why. This job exports brand tracker data, sends it to Mave Agent with web search enabled, and asks: “Research the underlying market dynamics driving these brand perception shifts.” The result is AI research that connects your tracking data to real market events — competitor launches, industry shifts, PR events — giving your brand team actionable context. Flow: Qualtrics brand tracker export → Extract brand metrics over time → Mave POST /api/v1/mave/chat (with web search): “Research underlying market dynamics” → Cited competitive intelligence report

Architecture

Code

Example Output

Error Handling

Brand tracker surveys use custom column names. The code tries multiple patterns (Brand_Metric, Metric_Brand, Q_Brand_Metric). If no matches found, it prints the raw column names for manual mapping.
Mave’s web search requires specific permissions. If web search is unavailable, the analysis will rely on the survey data alone without external market context.
Responses are grouped by RecordedDate month. Ensure your brand tracker runs on a consistent schedule for meaningful trend analysis.