Entities are the websites or brands you track. Every analytics command needs an entity ID. Get one from geogen entities list.
geogen entities list
List all tracked entities in the workspace. Maps to GET /v1/entities.
The id column is the entityTrackingId. Use it with every other command that takes --entity.
geogen entities create
Create a new tracked entity. This consumes credits. Maps to POST /v1/entities.
Options:
With your own prompts
When --prompt is supplied, automatic generation is skipped automatically.
geogen entities update
Update fields on an existing entity. Maps to PATCH /v1/entities.
geogen entities delete
Remove an entity (or a single tracking instance) from the workspace. Maps to DELETE /v1/entities.
Deletion soft-deletes the workspace’s prompts and removes the tracking. The shared entity record (used by other workspaces tracking the same domain) is preserved.
geogen entities check-domain
Check whether a domain can be added to your workspace. Maps to GET /v1/entities/check-domain.
The response tells you whether the domain is already tracked in your workspace, globally elsewhere, or fully available.
geogen entities tracking-status
Show when the last mention check completed, when the next is scheduled, and whether one is running right now. Maps to GET /v1/entities/tracking-status.