By integrating Taplytics' mobile A/B testing and experiment tools with Amplitude, you can:
Taplytics provides cross-platform A/B testing solutions, and this integration exports Taplytics experiment data to Amplitude.
When the Taplytics SDK is installed alongside Amplitude, your existing and future analytics events are sent to both Amplitude and Taplytics. Measure the impact of your Taplytics experiments by segmenting your Amplitude funnels, retention, and more by variations your users were exposed to.
For detailed instructions, see the Taplytics documentation. The integration uses Amplitude's Attribution API endpoint.
Taplytics sends experiment data as a single event to Amplitude. The event is named TL_experiments
and includes the experiment data as properties.
The properties for all sources are formatted like this:
1{2"Experiment One":"Variation One",3"Experiment Two":"baseline"4}
For Android integrations, Taplytics logs experiment and variation events to the Amplitude Android SDK as follows:
1HashMap<String, String> experimentsAndVariations = new HashMap<>();\2experimentsAndVariations.put("Experiment 1", "Variation 1");\3experimentsAndVariations.put("Experiment 2", "Variation 3");4 5Amplitude.getInstance().logEvent("TL_Experiments", experimentsAndVariations)
For iOS integrations, Taplytics logs experiment and variation events to the Amplitude iOS SDK as follows:
1NSDictionary* experimentsAndVariations = @{2 @"Experiment 1": @"Variation 1",3 @"Experiment 2": @"baseline"4};56[[Amplitude instance] logEvent:@"TL_Experiments" withEventProperties:experimentsAndVariations];
Thanks for your feedback!
April 22nd, 2024
Need help? Contact Support
Visit Amplitude.com
Have a look at the Amplitude Blog
Learn more at Amplitude Academy
© 2024 Amplitude, Inc. All rights reserved. Amplitude is a registered trademark of Amplitude, Inc.