Expand my Community achievements bar.

Applications for the 2024 Adobe Target Community Mentorship Program are open! Click to the right to learn more about participating as either an Aspirant, to professionally level up with a new Certification, or as a Mentor, to share your Adobe Target expertise and inspire through your leadership! Submit your application today.

Page Delivery Tab Not Working

Avatar

Level 3

Hello All,

I am trying to apply my AB Test scenario to my full website by using Add template rule in Page Delivery Section in Configure Tab.

It is working fine for my local environment, when I setup rule a page URL and a URL starts with or contains xyz.

But, when I am trying to setup same scenario for my project Dev and Publish env., it is not working and experience only coming on initial page URL.

Please let me know, what I am doing wrong ?

Thanks in Advance,

Harshit

3 Replies

Avatar

Level 1

Having a similar issue. Trying to leverage Page Delivery functionality to deliver the experience to multiple pages but the experience only appears on the landing page.

Avatar

Level 1

Turns out the problem for me was that all the code I had added in the custom code section was set to save in the head. When I unchecked that box, the test seems to be carried over across all the pages. I hope this helps.

Avatar

Employee

Hi Harshit, Have you tried running the mbox trace to verify that you are indeed qualifying for the activity on the other pages? If yes, it could be that the html page structure is different on the other pages so target is unable to apply the changes. If you are on at.js you can append url parameter mboxDebug=console and see the console in the developer tools to see if there are selector issues.

Eg.https://test.businesscatalyst.com/about-us?mboxDebug=console . (If you are using mbox.js, then use parameter _AT_Debug=console)

For steps to run the mbox trace please refer to Troubleshooting Content Delivery