How to Set Up User Identification Tags
How to Set Up User Identification Tags
User Identification Tag Settings
//User identification tag
ptengine.identify('User Identification ID', {
User Label 1: 'Value',
User Label 2: 'Value'
});
//Actual setup example
if(userId){
ptengine.identify(userId, {
free_registered_date: {{registered_date}},
monthly_registered_date: {{pay_date}},
member_status: {{member_status}},
user_id: pickPatternIdFromAcVisitorUserId(getCookieValue('user_id'))
}📌 Recommended Setup Locations
🔧 Setup Steps
💡 Tag Customization
🚀 Implementation Points
User Identification Tag Setup Example
📋 Information to be collected:
🔧 Tag Implementation Example
📊 Usage Examples
最終更新