Intempt
  1. Data Ingestion & Tracking
Intempt
  • Installation
    • Basic Intempt Installation
    • Create source
    • Web Snippet
    • Google Tag Manager
    • Autocapture setup
    • SPA tracking
    • Environment Setup
    • Validating Installation
  • SDK
    • JS SDK
    • Android SDK
    • iOS SDK
    • Node.js SDK
  • API Reference
    • Track data
      POST
    • Consent
      POST
    • Choose API
      POST
    • Recommendations Feed API
      POST
  • Data Ingestion & Tracking
    • identify()
    • track()
    • record()
    • alias()
    • group()
    • consent()
    • intempt:html / intempt:page / intempt:session
    • Product Catalog Ingestion via API
  • Data Models & Event Schema
    • Event Schema Overview
    • Required Fields
    • Attribute Schema
    • Product Catalog Schema
  • Webhooks
    • Webhook Configuration
  • Server Side Experiments
    • Overview
    • Choose API endpoint
    • Handling Experiment Response
  1. Data Ingestion & Tracking

alias()

alias()#

The alias method is designed to link two user identifiers, allowing multiple user profiles to be merged or treated as aliases of each other. This is useful when a user has multiple accounts or identifiers across different platforms within the same application.

Usage example#

In this example, the alias method associates the user ID 'user123' with 'user456', merging any associated data or interactions under a unified profile.

Declaration#


Params#


Forbidden event names for use#

The following event names are reserved and must not be used as custom event titles:
auto-track
view page
leave page
change on
click on
submit on
identify
consent
Using these names can cause system conflicts and incorrect event categorization.
Modified at 2025-12-03 11:15:00
Previous
record()
Next
group()
Built with