Hi Parit,Thank you for the quick reply. Here's a sample request:https://rotary.sc.omtrdc.net/b/ss/rotastaging/0/PHP-1.2.2S/s907683937?AQB=1&ndh=1&t=9%2F8%2F2016%2011%3A10%3A38%205%20300&cl=none&ce=UTF-8&g=https%3A%2F%2Frotary.local%2Fmyrotary%2Fen%2Fdocument%2Fcontribution-form-rotary-foundation&ts...
Hello,I implemented the AppMeasurement PHP server-side code on one of our pages based on the examples in the document: https://marketing.adobe.com/resources/help/en_US/sc/appmeasurement/php/c_imp_ex.htmlWhen looking at the debug file, I can see the request, which I copied into a browser and fires a...
I was able to make Target work within the React.js environment. I had to do basically let the browser accept the "unsecured content" in order for the VEC to work. Implementation-wise, I didn't do anything out of the ordinary, but used the mbox.js file.
Hello,I setup the following profile script to match the birthday month of the person://get birthday month from both profile and current month var bday = profile.get('birthday'); var dt = new Date(); var mt = ("0" + (dt.getMonth() + 1)).slice(-2); // if both months are the same, return true if (...
Hi Daniel,So here's what's interesting: VEC works when changing text on elements that are in the react class, which renders when I load the test page. What its failing to do is add new elements. I did looked at migrating to at.js, but it doesn't support SC/Target integration, which is something th...
Thanks for the reply and I'll keep in mind switching to the at.js. As for the activity in question, I had the test deactivated, but I went ahead the activated it again. Feel free to look at the activity and provide any feedback.Thanks,Ridder H. Manzanet
Hello,I'm trying to create a test on a page that is built using React.js and although I can see the changes in the VEC, when running the test, the changes are not shown. I did saw in one instance that the image flickered, then it displayed the original content.Here's the original page: http://test....
Hello,I'm using a Non-Sequential HTML Javascript/Third Party tag, where I'm using the following script to pass data to a 3rd party tag.<script>x = _satellite.getVar('Sub-Total');</script>The problem that I have is that no data is passed to "x".I have also tried the following:<script>var x = $('td[da...