Hi @JPFiber If you have same launch script added on the stage and prod, it is possible that activity created on stage would get delivered on prod as well.As per below conditions Activity Location: stage.example.comor any page where /sub-folder/, /purchase/and url is not https://stage.example.com/sub...
Hey @ChanuteJo, If you want to use cookie value as a segment - If you're using Adobe Launch Tag Manager you can create a data element to capture a cookie and send it to Adobe Target as an Mbox/profile parameter basis your requirement. Furthermore, you can use this parameter to create an audience and...
Hey @JyotiSharmaV ,Yes, you can set the frequency with the help of the profile script. you would need to set a profile parameter every time the user sees a popup and increment it every next time. create a segment basis the profile param that you have set and you'll be able to run the use case as exp...
Hi @JyotiSharmaV ,The above thing can be done in multiple ways - 1. using profile parameter (via launch) - If you have a registrant identifier available anywhere in a cookie, data layer, or any other global object, you can directly pick it in a data layer and pass it as a parameter with the prefix p...
Hi @esthergu1 ,Could you share the code that you're using for click tracking and the goals and settings metric selection screenshot? also, could you make sure that when the page loads click is getting bound to the element properly?
Hi @Mycal_Tamariki , If a user lands on a website and sees experience A, will continue to see experience A even tho experience B is the winner. This is to maintain the validity of the A/B test.Could you please provide more details on the traffic split method? whether it is manual, auto-target or aut...
if(page.url.indexOf('us/en/services/tax/tax-function-future.html')!=-1){inversionesVisit = "true";} @Gabnolasco you can use the above code inside profile script to create a segment. just change the url with your page url.
Hi @emmak109 Instead of using cookies or window objects, you can trigger trackevent with a custom mbox name, for example - loggedIn success, whenever the user logs in. Then in goals and metrics use conversion, viewed a mbox loggedIn success.
Hi @shoeb131 ,for top seller recommendation to work you need to trigger orderconfirmpage mbox on thankyou page, with mbox params - productpurchaseID, product total, etc.Make sure you are doing that. if you still face the same issue, let me know
Hi @KatherineKe , Profile script does not support some javascript functions/methods. for example - window.location.searchInstead of creating a profile script you can directly pass a profile parameter from launch into target page load call and make use of that to create the audience