AB Tasty

Integrating LogRocket with AB Tasty

If you are using AB Tasty to run A/B tests, you can leverage the power of LogRocket to gain deeper insights into the differences between your experiment groups.

LogRocket can ingest campaign information from AB Tasty. Set up your campaigns within AB Tasty as normal, and add this code to pass campaign information into LogRocket:

window.addEventListener('abtasty_executedCampaign', (event) => {
  LogRocket.track(`campaign-${event.detail.campaignId}`, {
    variantName: `variant-${event.detail.variationId}`,
  });
});

Then, within LogRocket, you can search for custom user events and save filters to create buckets of sessions within a particular group based on experiment and variation: