Hi @UKCH,You can use adobe.target.triggerView() accordingly when navigating to a new page. It is important that at.js 2.x is used.https://experienceleague.adobe.com/docs/target-learn/tutorials/experiences/use-the-visual-experience-composer-for-single-page-applications.html Hope this helps youBest re...
Hi @ddiaczun,if I see it correctly your problem is that the condition of ui.userInfo.bannerName == "HYSA 1" is met - but you see in the Console the value HYSA 2, right? If so, it looks to me like it's a timing issue - that the if condition in the script is executed too early. Hope I have understood ...
Hi @JoaoSantana,
you can e.g. run an independent activity on the success page, which only triggers an adobe.target.trackEvent on the page. You can then also link this accordingly - or add it as a condition.
Yes I assumed the classic client side rendering.
It depends strongly on how the component is built. What the component can do to handle changes.I know approaches that we read configurations of a component from the XF - and overwrite them on the page and force the component to update - and thereby e....
Hi @ajaym75199991,As far as I know, with Adobe Target Premium you can assign up to 200 attribute names. So for example Brand 1 can have 25 unique and 100 shared and Brand 2 can have 75 unique and 100 shared (total 200).
Hello @ajaym75199991,as far as I know, you can create multiple sources for two different purposes or customers. They share the number of attributes - but you can reuse attributes. For example, you can use the attribute "age" in both sources.
You can read the attributes with a ProfileScript and wri...
If you go to your XF under Offers and open the link of the View Offer Content path? Is the code still in there in the source code? In the link, you may need to replace http://localhost:4503 with the corresponding domain.
Yes in the offer code you can trigger an API request - and reload something e.g. - like that then a popup is displayed. Then you get your popup already in the first page load.
You can also use a dataProvider - and yes this can influence the loading time of the global-target-mbox. But here you can ...
Hi @indranilm,
In case you need to insert the offers always in a same pattern in a page etc. You can also write an HTML offer that ensures that the data from the JSON (which you can get with adobe.target.getOffer) - is used to display your activity accordingly.
Hope this helps you.