A/B Test - Adding A Link to Certain Pages at the end of a div | Community
Skip to main content
pramseycom
Level 2
April 4, 2019
Solved

A/B Test - Adding A Link to Certain Pages at the end of a div

  • April 4, 2019
  • 3 replies
  • 3097 views

We are trying to use the form composer to create an A/B test that adds a link to the end of a div on every landing page.  I can use the visual composer to add it to a given page, but this needs to be added to multiple pages, so I'm thinking it needs to be done via a form.  I've added an mbox via DTM around the given element, but when I try to add the link it messes up the CSS (or completely replaces the element I'm matching in  DTM).  Any ideas on a better way to do this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Andrey_Osadchuk

Philip,

Have you considered to use multi URL setting in the activity configuration as an alternative for the mbox implementation? The setting can be found in VEC by clicking on gear icon > Page Delivery (add as many URL masks as you need to cover all landing pages).

Alternatively, consider implementing an mbox parameter on the landing pages you want to target the activity to. Then create an Audience to include the pages where that parameter exists or has a certain value. The activity URL then should be set to any (e.g just target the activity to the site domain).

3 replies

Andrey_Osadchuk
Andrey_OsadchukAccepted solution
Level 10
April 4, 2019

Philip,

Have you considered to use multi URL setting in the activity configuration as an alternative for the mbox implementation? The setting can be found in VEC by clicking on gear icon > Page Delivery (add as many URL masks as you need to cover all landing pages).

Alternatively, consider implementing an mbox parameter on the landing pages you want to target the activity to. Then create an Audience to include the pages where that parameter exists or has a certain value. The activity URL then should be set to any (e.g just target the activity to the site domain).

Gaureshk_Kodag
Adobe Employee
Adobe Employee
April 8, 2019

Hi ,

Instead of using form composer you can try VEC which has option for multiple URL content delivery.

You can find this setting inside VEC by clicking on gear icon > Page delivery > +Add Template Rule > URL Contains / URL is (Add all the URLs where you want to deliver your experience)

hope this works.

Thanks,

Gauresh.

pramseycom
Level 2
April 9, 2019

This seemed to do the job, thanks!