Attributes
What are Custom Attributes?
Creating Custom Attributes
Method 1: Automatic Creation
Cueflow.init({
id: 'user-123',
email: '[email protected]',
// Custom attributes - auto-created if they don't exist
company: 'Acme Inc',
teamSize: 50,
isEnterprise: true
});Method 2: Manual Creation
Attribute Types
Text
Number
Boolean
Managing Attributes
View Attributes
Edit Attributes
Delete Attributes
Using Custom Attributes
In Targeting Rules
Combining with Standard Properties
Best Practices
Naming Conventions
Data Types
Planning
Performance
Examples
SaaS Product
E-commerce
Educational Platform
API Reference
Sending Attributes
Server-Side API
Last updated