-
Notifications
You must be signed in to change notification settings - Fork 376
[algolia-insights] auth user token and product list viewed support #7791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
- AI Re-Ranking | ||
- Personalization | ||
- Algolia Recommend | ||
- [Click and conversion analytics](https://www.algolia.com/doc/guides/search-analytics/overview/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Click and conversion analytics](https://www.algolia.com/doc/guides/search-analytics/overview/) | |
- [Click and conversion analytics](https://www.algolia.com/doc/guides/search-analytics/overview/){:target="_blank"} |
- Personalization | ||
- Algolia Recommend | ||
- [Click and conversion analytics](https://www.algolia.com/doc/guides/search-analytics/overview/) | ||
- [Algolia Recommend](https://www.algolia.com/doc/guides/algolia-recommend/overview/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Algolia Recommend](https://www.algolia.com/doc/guides/algolia-recommend/overview/) | |
- [Algolia Recommend](https://www.algolia.com/doc/guides/algolia-recommend/overview/){:target="_blank"} |
- Algolia Recommend | ||
- [Click and conversion analytics](https://www.algolia.com/doc/guides/search-analytics/overview/) | ||
- [Algolia Recommend](https://www.algolia.com/doc/guides/algolia-recommend/overview/) | ||
- [Personalization](https://www.algolia.com/doc/guides/personalization/classic-personalization/what-is-personalization/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Personalization](https://www.algolia.com/doc/guides/personalization/classic-personalization/what-is-personalization/) | |
- [Personalization](https://www.algolia.com/doc/guides/personalization/classic-personalization/what-is-personalization/){:target="_blank"} |
- [Click and conversion analytics](https://www.algolia.com/doc/guides/search-analytics/overview/) | ||
- [Algolia Recommend](https://www.algolia.com/doc/guides/algolia-recommend/overview/) | ||
- [Personalization](https://www.algolia.com/doc/guides/personalization/classic-personalization/what-is-personalization/) | ||
- [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) | |
- [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/){:target="_blank"} |
- [Algolia Recommend](https://www.algolia.com/doc/guides/algolia-recommend/overview/) | ||
- [Personalization](https://www.algolia.com/doc/guides/personalization/classic-personalization/what-is-personalization/) | ||
- [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) | ||
- [A/B Testing](https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [A/B Testing](https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing/) | |
- [A/B Testing](https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing/){:target="_blank"} |
- [Personalization](https://www.algolia.com/doc/guides/personalization/classic-personalization/what-is-personalization/) | ||
- [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) | ||
- [A/B Testing](https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing/) | ||
- [Query Categorization](https://www.algolia.com/doc/guides/algolia-ai/query-categorization/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Query Categorization](https://www.algolia.com/doc/guides/algolia-ai/query-categorization/) | |
- [Query Categorization](https://www.algolia.com/doc/guides/algolia-ai/query-categorization/){:target="_blank"} |
- [Dynamic Re-Ranking](https://www.algolia.com/doc/guides/algolia-ai/re-ranking/) | ||
- [A/B Testing](https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing/) | ||
- [Query Categorization](https://www.algolia.com/doc/guides/algolia-ai/query-categorization/) | ||
- [NeuralSearch](https://www.algolia.com/doc/guides/getting-started/neuralsearch/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [NeuralSearch](https://www.algolia.com/doc/guides/getting-started/neuralsearch/) | |
- [NeuralSearch](https://www.algolia.com/doc/guides/getting-started/neuralsearch/){:target="_blank"} |
@@ -37,13 +39,19 @@ Your app ID and API key can be found in the **API Keys** section of your account | |||
|
|||
The Algolia Insights Destination is not a plug-and-play integration. It requires you to modify your frontend code to add additional Algolia-related data like an index name and a query ID. | |||
|
|||
To access your query ID, make sure [`clickAnalytics`](https://www.algolia.com/doc/api-reference/api-parameters/clickAnalytics/) is enabled in your searches. If you're using our JavaScript search API client, this will look like: | |||
To access your query ID, make sure [`clickAnalytics`](https://www.algolia.com/doc/api-reference/api-parameters/clickAnalytics/) is enabled in your searches. If you're using our [JavaScript v5 search API client](https://www.algolia.com/doc/libraries/javascript/v5/methods/search/search-single-index/?client=javascript), this looks like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To access your query ID, make sure [`clickAnalytics`](https://www.algolia.com/doc/api-reference/api-parameters/clickAnalytics/) is enabled in your searches. If you're using our [JavaScript v5 search API client](https://www.algolia.com/doc/libraries/javascript/v5/methods/search/search-single-index/?client=javascript), this looks like: | |
To access your query ID, make sure [`clickAnalytics`](https://www.algolia.com/doc/api-reference/api-parameters/clickAnalytics/){:target="_blank"} is enabled in your searches. If you're using the [JavaScript v5 search API client](https://www.algolia.com/doc/libraries/javascript/v5/methods/search/search-single-index/?client=javascript){:target="_blank"}, this looks like: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added {:target="_blank"} for external links
Proposed changes
Update docs to reflect changes to
algolia-insights
action destination.Also include some other unrelated updates to outdated text / missing info.
Merge timing
Publish after action destination change is merged.
Related issues (optional)
segmentio/action-destinations#3104