Term groups in this preset (check + add to active panel):
Each panel is an independent Google Trends comparison: up to 5 exact-phrase terms, an optional location, an optional topic category, a content type, and a date range. Type into the Location or Category fields to search — e.g. typing "phila" will surface every Philadelphia-area location across every state it spans.
Presets are entirely yours — nothing ships pre-loaded. Save a panel's terms/location/category/dates with "+ Save Active Panel as Preset," and it appears in the Preset dropdown next time, stored locally in your browser.
"⬆ Load JSON → Active Panel" reads a JSON file and applies it straight to whichever panel your mouse is over — no saving or dropdown step required. "Import Presets" instead adds the file's contents to your saved preset list for later; "Export Presets" downloads everything currently saved, for backup or moving to another browser. All three expect this exact shape:
[
{
"name": "My preset",
"termGroups": [
{ "label": "Terms", "terms": ["term one", "term two"] }
],
"geo": "US-NY-501",
"cat": "0",
"gprop": "",
"startDate": "2024-01-01",
"endDate": "2024-06-01"
}
]
Only name and termGroups are required — everything else defaults to "worldwide, all categories, web search, no date filter" if omitted. geo is a Google Trends location code (blank = worldwide); cat is a Google Trends category ID as a string (blank or "0" = all categories).