Hi Soumyarani, I don't believe there's anything specific for pasting offers directly into the VEC via an FTP or GIT, but you could use the Adobe Target API to upload your code as 'offers':https://developers.adobetarget.com/api/
Hi harishkumar, This documentation has a pretty good breakdown of the differences between 1.x and 2.xhttps://docs.adobe.com/content/help/en/target/using/implement-target/client-side/upgrading-from-atjs-1x-to-atjs-20.htmlBut yes 2.x has a lot built around support for SPAs and most of the functionalit...
Hey Nicholas, From our experience the A4T reporting with be triggered for both activities in the example you listed below even if technically only one experience showed. That's because Target will return both experiences onto the page but the priority will determine which gets displayed. A lower pri...
Have a look at this page on priority: https://docs.adobe.com/content/help/en/target/using/activities/priority.html Basically if they're on the same page with the same priority, the one that got activated last usually gets displayed (aka dropped last so it's the change that doesn't get modified) From...
Hey @zach_shearer , From my understanding, to use the 'Clicked on mbox' method you need to wrap an mbox around the CTA and let the user actually click on it. I believe you should try 'Viewed an mbox' as you are firing the mbox after they click on it. Hope that works
Hey @Gokul_Agiwal, yea I'm not sure if the Target body hiding script works well with redirect offers. We ended up implementing our own one through our tag mananger and listening for the at.js custom events to determine whether there was an offer or redirect. With regards to VEC and not Form based co...
Hi @HugoNebreda Judging from what you described, our situation is also quite similar. We use a build app to compile our separate HTML, CSS and JS and perform any functions to make it Adobe Target offer compatible (e.g. reusing popular tracking functions etc). We'd recommend using your current source...
Hi @Gokul_Agiwal I'd recommend using the redirect offers instead of raw js offers when redirecting people to different pages. More information here: https://docs.adobe.com/content/help/en/target/using/experiences/vec/redirect-offer.htmlIt also supports sending to the final URL any query parameters ...