Look up a visitor
Look up a visitor's session and hit history. Provide either a visitorId (with timeStart/timeEnd) or a hitId to find the visitor.
Look up a visitor › Request Body
visitorIdVisitor ID to look up. Requires timeStart and timeEnd when used.
hitIdHit ID to find the visitor for. Alternative to visitorId.
timeStartStart of time range (RFC3339). Required when using visitorId.
timeEndEnd of time range (RFC3339). Required when using visitorId.
Look up a visitor › Responses
The visitor info and their hit list
Visitor session summary derived from the entrance hit
hasMoreTrue if there are more hits beyond the returned set
Look up a single hit
Look up full details for a single hit by its ID. Returns all event, device, geo, connection, and tracking data for the hit.
Look up a single hit › Request Body
hitIdThe hit ID to look up
timeStartOptional date hint for partition elimination when hit ID parsing fails
Look up a single hit › Responses
The full hit detail
All events for this hit ID — the original hit event, plus any conversion, customEvent1–10 events that reference it. Ordered by eventTime ASC.