Guide for implementing behavior-based referral triggers
MilestoneReached
event using our Generic Event API. This event will immediately trigger an in-app announcement to the user. Together with Cello, you can define an announcement that will be triggered inside your product. The announcement should encourage the user at this moment to share the product.
MilestoneReached
event when the trigger occursproductUserId
to the POST requests. Specify the name of the moment as trigger
.
Name | Type | Description | Required |
---|---|---|---|
eventName | string | Name of the event. MilestoneReached for special moment | Required |
productUserId | string | A reference to the ID of the user within your system. | Required |
trigger | string | Name of the special “aha” moment | Required |
MilestoneReached
event using our Generic Event API. Below is a simple Python script to trigger such an event.