For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setup App Ratings & Reviews

Tell Luciq when an Android user taps through your custom app rating prompt, so store reviews can be matched back to the sessions behind them.

Custom App Rating Prompt

If you’re using a custom app rating prompt to ask users to rate your app, please make sure to call the below API once the user clicks on the CTA that redirects to the store.

Luciq.willRedirectToStore()
Luciq.willRedirectToStore();

When the above API is used, we will be able to detect the suspected sessions for the reviews submitted through the custom prompt. This will give you valuable insights into what happened during the session.

Last updated