im7
im7

Reputation: 673

Google Analytics - How to identify sessions when downloading data through API

I plan to download data from Google Analytics through API, possibly hits using Client ID as a primary dimension. However, I do not know how to identify the sessions in which these hits belong. Any ideas? Thank you.

Upvotes: 1

Views: 87

Answers (1)

Philip Walton
Philip Walton

Reputation: 30461

If you've already set up and started tracking client ID as a custom dimension, then you can report on which hits belong to which session via the ga:sessionCount dimension.

Upvotes: 1

Related Questions