Pull a rolling weekly visit profile for any place, or commission an on-demand scenario for specific date-time windows. Resolve and search the canonical Motionworks Places library directly.
Place Analytics is a fused application built on two data products. Placecast supplies visit events, dwell time, and visitor trajectories for any polygon. Popcast supplies the resident audience overlay for trade area composition. The application aggregates visits, computes trade area boundaries, and joins composition to produce the response.
Every place response carries a provenance block plus a geometry block with the trade area polygon in GeoJSON format.
What you get
Weekly rolling visit profile: visits, dwell time, visitor characteristics.
On-demand Placecast Select scenarios for arbitrary date ranges and event windows.
Canonical place metadata shared across Viewcast, Placecast, and Pathcast.
When to use this Job
You are benchmarking a retail location's foot traffic against its peers.
You need event-specific visit analysis for a sponsorship measurement.
You are resolving a customer-supplied place reference to a canonical place_id.
How it works
1Pull a place's standing profile with GET /placecast/profiles/{place_id}.
2Commission a custom scenario with POST /placecast/select, then poll GET /placecast/select/{selection_id} until complete.
3Search the Places library via GET /places or resolve a single ID with GET /places/{place_id}.