Yes, same issues from here. Added a pageload rule with no content, still the build keeps failing. This is really not acceptable. We wanted to go to production with this soon, but given all these bugs it doesn't look good
Thanks for the input!I've tried the following in the customize page code for my page load rule but still no luck:var trackedVars = s.linkTrackVars.split(",");trackedVars.push("list2");s.linkTrackVars = trackedVars.join(",");s.list2= myListVariable;console.log(s.list2);I've reached out to Adobe clien...
So we are trying to capture this list var in the page view calls, not in the link tracking calls.What is frustrating is that I set the s.list2 and then print it in the console, which works 100% time of testing. However it almost never shows up in the actual network call!
We have event based logging for page views, so our default page views are logged via Event Based Rules.Within this rule, I've tried setting a list variable in the Custom Conditions and Custom Page Code, and the list variable only shows up in the network call a fraction of the time.I've also tried se...