Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!

Only one AB test loading in one URL

Avatar

Level 1

Hi Team,

I have recently come across a weird behavior on AB testing. Some days back, more than one tests were loading, on the same URL, on our site but now it is completely stopped.

Only one test is loading on the page and that too which has the highest priority set.

I can see in the target API response that all the AB tests code configured on the page are loading but only the first in the json object in API response is loading on the page and rest are ignored.

As an example, if I am getting the below response, then only ABC is loading on the page and DEF is completely ignored and not loading on DOM :-

{

  "sessionId": "1528461630861-237404",

  "offers": [

    {

      "plugins": [

        "</script></script>"

      ],

      "html": "</script>ABC</script>"

    },

    {

      "plugins": [

        "</script></script>"

      ],

      "html": "</script>DEF</script>"

    },

   

  ]

}

This was working fine and properly some days back but has suddenly stopped.

Could you please advise or support about the issue here?

Regards,

Nitish Lamba

0 Replies