Expandir minha barra de realizações na Comunidade.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.

SOLUCIONADO

Automated A/B testing selecting the incorrect audience

Avatar

Level 1
Level 1

I am using the workflow and javascript in the online documentation here:
https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/a-b-testing/use-case...

as a basis for setting up automated A/B testing using CTR as the indicator.

 

I have a requirement to split the winning delivery into multiple deliveries using a segment value.  The workflow looks like it's working correctly and is splitting the segments with the correct record counts in each path.  However, the audience in each delivery ends up the SAME audience - not just counts, but actual recipients.  In the screenshot below the "Segment2" audience is used for all 3.

Workflow:

mg6_0-1667338212768.png

Deliveries:

mg6_2-1667338280858.png

 

 

 

1 Solução aceita

Avatar

Resposta correta de
Level 1
Level 1

I have fixed this myself.  The solution was to add an empty enrichment activity after each split/segmentation path.  This seems to force Campaign to create and use a new working table instead of the table from before the split (which is what SEEMS to be the cause of the issue).

Updated WF:

fixed_workflow.png

 

Updated deliveries:

fixed_delivery.png

Ver solução na publicação original

1 Resposta

Avatar

Resposta correta de
Level 1
Level 1

I have fixed this myself.  The solution was to add an empty enrichment activity after each split/segmentation path.  This seems to force Campaign to create and use a new working table instead of the table from before the split (which is what SEEMS to be the cause of the issue).

Updated WF:

fixed_workflow.png

 

Updated deliveries:

fixed_delivery.png