Articles on: Widget SDK

How to segment users

<script>
    var CLF_config = {
        selector: ".changelogfy-widget",
        app_id: "YOUR_APP_ID",
        data: {
            user_id: '123456', // required
            user_name: 'User Name', // optional
            user_email: 'user@email.com', // optional
            custom_data: {
                'MemberPlan': 'Pro',
                'TeamMates': '4',
                'MonthlySpend': '50',
                'Admin': 'Yes'
            }
        }
    };
</script>
<script async src="https://widget.changelogfy.com/index.js"></script>

Updated on: 10/13/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!