Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
TAGS stripping characters
We use the website tags to include some JavaScript code at the bottom of the checkout pages. This allows us to feed order information to 3rd party analytics, since we run our own site and just use NetSuite for checkout. Apparently there is a maximum length to those tags of 4000 characters, and if you're over that, there's a JavaScript alert letting you know that you're over.
But the Javascript code they use is wrong, and counts it differently than the back end. So when I posted code of 4094 characters, it silently stripped off the last 94 characters, displaying no errors, and we lost a days worth of analytics.
0