Hello community!I have implemented the target functionality using the web SDK and added the prehiding snippet above the launch script. However, I'm facing an issue where the website doesn't hide before target modifications. Currently, upon loading the page, I can observe the default version initiall...
Cool, It's fine now. Can you just correct("profile.isNewSession" to "user.isNewSession") this in comment (i.e, marked as correct reply).Thank you once again for your response.
Thank you, @nnakirikanti ,The first method was effective, and I utilized it successfully.However, when I attempted the second approach, it did not record a value of "0"(on new session), any idea?My second approach code: var journeyPage = user.get("journeyDrop");
if (profile.isNewSession) {
jou...
Hello All,I have a scenario where a user journey consists of three pages. When a user visits page one, a value of 1 is set. Likewise, when the user visits page two, the value is set to 2, and the same applies to page three.Based on this value, I will display a particular experience on the home/logou...
Hello Community,If need to target users based on how long they spend time on the site. I found this built-in profile variable (profile.browserTime), however the results are not as expected. -Could someone please explain how to use this profile variable in my script?Thanks!
Hello,I ran activity 1 for a few days before deactivating it a month earlier. After making minor traffic modifications and taking the cloned activity-2 live, I made a copy of that second activity.The problem is that I'm still receiving 1%–2% of page views for activity 1 even if it is Inactive.Note: ...
Hello @RudraChaudhari ,
In <Data source Name> you need to insert the Name of the customer attributes not the aliasID of customer attributes.
(Name: By which you've saved customer attribute)
And the syntax crs.get('<Datasource Name>.<Attribute Name>') used for referencing customer attributes in p...
Thanks @Gaurav_Singh, Even after clearing all site cookies and site data. I'm still falling on previous experience only. -Initially, it worked after clearing cookies but later on it's not changing even after clearing cookies. Any idea regarding this?
I have created an A/B activity with an audience split of exp A-B: 0-100% and made the A/B activity Live. Then I visited the page and I'm falling on exp-B. Now I've changed the audience split to exp A-B: 100-0% and I've visited the page but still, I'm falling on exp-B instead of exp-A(But new visitor...