marketing_data
Query marketing data and analyze any website — analytics, SEO, advertising, e-commerce, CRM, social media, site health & brand identity, competitive intelligence, content creation, and data visualization. Always use a single call, even when the question spans multiple data sources or channels (e.g., GA4 + Google Search Console + Google Ads + CRM). The server auto-routes internally to all needed sources and returns a combined response with the same depth and granularity as individual queries — do NOT split multi-source or multi-channel questions into separate calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Domain to query (e.g., 'example.com'). Required for analytics, ads, search, CRM, and e-commerce queries. Not needed for image generation or data visualization. If no domain is established in context, call list_sources first — if multiple domains exist, ask the user which one. | |
| request | Yes | Natural language question. Include everything you need in one question — all channels, metrics, date ranges, and data sources. For example, "Give me website traffic from GA4, organic search performance from GSC, and paid search results from Google Ads for March 2026" is a single valid request. Never break a multi-part question into separate calls. | |
| end_date | No | End date: YYYY-MM-DD or relative ('today', 'yesterday'). Defaults to yesterday. | |
| start_date | No | Start date: YYYY-MM-DD or relative ('30daysAgo'). Defaults to 30 days ago. | |
| format_hint | No | Optional — leave unset for almost all requests. The default synthesized answer is the correct, recommended output for anything a person will read. Only set this when the output will be parsed by software rather than read by a human (e.g. a chart, dashboard, or artifact needs structured data), never for a conversational answer. Example: "Return only valid JSON, no prose." Requesting JSON for a normal answer produces worse, more verbose results. | |
| source_hints | No | Preferred data sources. If omitted, server auto-selects via semantic routing. | |
| reference_images | No | URLs of reference images (logos, product photos, style references) for image generation |