Forum Discussion

carljohan's avatar
6 years ago

Get visits and unique visitors from Bulk API

Hi all,

I'm using the Lithium Bulk Data API (documented here: https://lithosphere.lithium.com/t5/Developer-Documentation/bd-p/dev-doc-portal?section=bulkdata) to extract metrics about our community. However, some of the metrics that I'm looking to extract do not match up with the results I'm seeing in LSI.

E.g. "visits" and "unique visitors" in LSI do not match the numbers that I'm getting from the Bulk API.

To get visits from the Bulk API I've used the following filtering conditions:  ['action.key']=='view' and counted distinct 'visitor.id's.

Does anyone know how to get visits and unique visitors from the Bulk API to match what's in LSI?

Thanks!