Parveen Kumar
Parveen Kumar

Reputation: 59

Display visited user stats on frontend in shopify

I need to display visited user stats like visitor counter (how many visitor visit) today or in particular time span on frontend in shopify.

Upvotes: 0

Views: 200

Answers (1)

alexandresaiz
alexandresaiz

Reputation: 2766

Shopify API doesn't provide this data. You can use an external service by adding a JS on your theme.liquid which records/saves your visitors activity on external database.

Upvotes: 1

Related Questions