[FE&R] Send AB Tasty events to Heap
Heap is a Product Analytics company that provides analytics infrastructure and helps its clients focus on discovering insights and taking action, rather than writing tracking code.
The Heap Analytics integration allows you to send the Feature Experimentation & Rollouts (FE&R, formerly Flagship) campaign data to your Heap Analytics project.
How to set up the integration
Visitor ID Requirement
The connector must be created before sending hits.
Heap requires a known
user_idto associate events with the correct user profile.Retrieve the existing user ID via:
heap.getUserId()It’s strongly recommended to use Heap’s own generated ID. If you choose to create your own, register it using:
heap.identify("your_custom_user_id")This ensures Heap can match the user’s identity across events.
Decision API must be called with this visitorID, otherwise, the hit won’t be sent into the third party
Troubleshooting
You can verify the hit in real time in Heap by navigating to Data → Live data feed, where your flagship The event should appear alongside other user actions.

Last updated
Was this helpful?

