[FE&R] Send AB Tasty event to Tealium
Visitor ID Requirement
To make this server-side integration work properly, you need to pass the visitor ID provided by your third-party tool.
What you must do:
• Create the connector
• Ensure Tealium knows the visitor ID
• Retrieve the visitor ID using: utag.v_id
• Call the Decision API with this visitor ID, otherwise, the hit will not be sent to the third party
Introduction
The AB Tasty > Tealium Server-Side Connector lets you automatically send experiment data from AB Tasty’s Feature Experimentation platform to Tealium EventStream or AudienceStream. This integration enables you to analyse the impact of specific feature flags and variations on your key metrics directly within Tealium’s ecosystem — without relying on client-side tracking.
Once set up, the connector transmits campaign and variation identifiers as custom events or attributes whenever a decision is made for a visitor. This ensures consistent server-side tracking across both platforms, allowing for unified reporting and more accurate behavioural insights.
How-to
1. Define a Flagship Event
In the left menu, go to Event Specifications (under Event Data).
Click + Add Event Specification.
Fill in the form:
Event Name:
flagshipDescription: Something like Triggered when AB Tasty delivers a feature decision.
Save the specification.
You now have an empty event definition called flagship that will structure incoming data.
2. Add Event Attributes
Still under Event Data, open Attributes → Event Attributes.
Click + Add Attribute twice to create:
flagship_campaign→ Stringflagship_variation→ String
These attributes tell Tealium what data to expect and how to type it.
FAQ
Why include the visitor ID?
Tealium needs a known tealium_visitor_id to link the event to a visitor profile. Without it, the hit won’t appear in Live Events or trigger connectors.
How to get it?
Retrieve it from utag.v_id on the Tealium client and include it when calling the AB Tasty Decision API.
What if I skip it? The event won’t be processed or visible in Tealium.
How to check the hit?
Go to EventStream → Live Events to confirm your flagship event was received.
Last updated
Was this helpful?

