Create Domain Group
Create a domain group that merges analytics for multiple entities representing the same brand.
Entity references in primaryEntity and entities may be either:
- an
entityIdreturned byGET /v1/entities(a tracking ID for an entity in this workspace), or - an entity UUID returned as
entityUuidbyGET /v1/competitors(any entity in the system).
At least 2 entities are required, and primaryEntity must be included in the entities array. Each entity may belong to at most one group at a time. Additional non-primary entities count toward your workspace entity limit.
Documentation Index
Fetch the complete documentation index at: https://docs.geogen.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Format: Bearer wsk_your_api_key
Body
The primary entity reference (entityId or entity UUID). Its name/favicon represent the group in the UI.
Array of 2+ entity references (entityIds or entity UUIDs). Must include the primary entity.
2Display name for the group. Defaults to the primary entity's name when omitted.
Optional. When provided, scopes the group to this entity tracking. Only analytics generated under this tracking will be merged.

