Hi Brion,Please check below link how you can Detect DOM changes with Mutation Observershttps://developers.google.com/web/updates/2012/02/Detect-DOM-changes-with-Mutation-Observers Hope that helpsThanks,Manish Agravat
Hi Harryh,I would say you should try below option and might work for youIn form based experience you can select multiple location with same mbox name add refinements for page like given below1. while creating activity add multiple location2. for location 1 Add Refinements for Page1 URL and for locat...
Hi Csanderson99,Based on your case study I assume that you have following scanarioUser land on landing page and get convert at order confirmation pageOn order confirmation page you have mbox that is capturing value of RPV and sending it to target for each userif you are not satisfied with what calcu...
Hi Csanderson99,I would check target API documentation given at below link https://www.adobe.io/apis/marketingcloud/target/docs/reference/delivery.html From My understanding A4T works before your test.and your reporting happens in analytics if that's already done in your case then you can check adob...
Hi Ruchika,If you wish to persist DOB for the user then you need to store DOB in profile based on your mbox settings it will last for 30 days or more and you can use it on different page.while creating mbox or updating mbox you can use below syntax to store it in profile. <script> mboxCreate('mboxN...
Hi Satish,As far as I know there is no way to lock the campaign for certain period of time while campaign is under QA in target standard or classic. My below answer is specific to standard.If you feel that campaign URL should not change ask dev team to just update and save offer code only not the en...
Hi Ruchika,you can use code as given below.Using "${}" you can access all profile and mbox variables in offer code.on mbox load I am accessing DOB variable using $ and storing value in strDOBmboxFactoryDefault.addOnLoad(function(){ var strDOB = "${mbox.DOB}"; console.log("skus" +skus);...