ContributionsMost RecentMost LikesSolutionsRe: Get visits and unique visitors from Bulk API Hello Carl, Our DATA team provided the details around how to calculate these two metrics using Bulk Data API: Unique Visitors: In LSI, we are using HyperLogLog++ (HLL++) approximation algorithm, to calculate UniqueVisitors. To replicate it using Bulk Data API, you've to filter out "action.key=view" and apply HLL on "visitor.id"; This implementation is available in ElasticSearch. Visitors: In LSI, we are counting visits by using "action.key=view" and unique count of "visit.id". This implementation is available in ElasticSearch. Please, let us know if you need any further clarification. Kind regards, Damian Re: Is there an API request URL to get products sorted by rating? Hello, Please, excuse us for this delay. It seems that we currently do not have an API call to support this use case. We suggest that you create an Idea on our own Lithosphere Idea Exchange (http://lithosphere.lithium.com/t5/Suggest-Your-Ideas/idb-p/Lithium_Ideas). Our Product Management team actively reviews these Ideas and engages with our customers for their feedback. Additionally, you can discuss other ideas, find workarounds and see what Ideas our other customers have here. Please let us know if you have any further questions or concerns. Kind regards, Damian Re: Is there an API request URL to get products sorted by rating?Hello, We are checking on this with our PM and will get back to you with more information. Kind regards, DamianRe: Multiple Facebook Apps & LithiumHi Henrik, We have replied the following in the case you opened: "Facebook requires the user to allow each individual application to their information. If you're using separate Facebook apps they'll have to approve each one individually. It should already be allowing them to just use one username provided they've linked their Facebook account with their community username. " Kind regards, Damian