Intempt
Data Ingestion & Tracking
Copy Page
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
Data Ingestion & Tracking
Copy Page
group()
group()
#
The
group
method is used to track account- or group-level activities in your application. It collects data about a group (or account) based on the parameters provided and logs this information for analysis.
Usage example
#
In this example, the group method logs details about a new user group, including the group leader and group size.
Declaration
#
Params
#
Forbidden event names for use
#
The following event titles are
reserved
and must
not
be used as custom event names:
auto-track
view page
leave page
change on
click on
submit on
identify
consent
Using these names will cause system conflicts or incorrect event categorization.
Modified at
2025-12-03 11:15:55
Previous
alias()
Next
consent()