
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@algolia/advanced-personalization
Advanced tools
JavaScript client for advanced-personalization
Documentation • InstantSearch • Community Forum • Stack Overflow • Report a bug • FAQ • Support
[!TIP] This API client is already a dependency of the algoliasearch client, you don't need to manually install
@algolia/advanced-personalization
if you already havealgoliasearch
installed.
To get started, you first need to install @algolia/advanced-personalization (or any other available API client package). All of our clients comes with type definition, and are available for both browser and node environments.
yarn add @algolia/advanced-personalization@0.0.1-alpha.2
# or
npm install @algolia/advanced-personalization@0.0.1-alpha.2
# or
pnpm add @algolia/advanced-personalization@0.0.1-alpha.2
Add the following JavaScript snippet to the of your website:
<script src="https://cdn.jsdelivr.net/npm/@algolia/advanced-personalization@0.0.1-alpha.2/dist/builds/browser.umd.js"></script>
You can now import the Algolia API client in your project and play with it.
import { advancedPersonalizationClient } from '@algolia/advanced-personalization';
const client = advancedPersonalizationClient('YOUR_APP_ID', 'YOUR_API_KEY');
For full documentation, visit the Algolia JavaScript API Client.
Encountering an issue? Before reaching out to support, we recommend heading to our FAQ where you will find answers for the most common issues and gotchas with the client. You can also open a GitHub issue
The Algolia JavaScript API Client is an open-sourced software licensed under the MIT license.
FAQs
JavaScript client for advanced-personalization
We found that @algolia/advanced-personalization demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 92 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.