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!
Analytics Submit Attributes - How to check it?
I added the Google Analytics code to the "Analytics Submit Attributes" in the Website Setup, but how do I check it if it's working?
I did a view source of the shopping cart page and the checkout button does not show the code I entered in the above field:
<INPUT type='submit' class='bgbutton' style='' value='Proceed to Checkout' id='checkout' name='checkout' onkeypress="event.cancelBubble=true;" onclick="return(document.forms['cart'].elements['redirect'].value='https://checkout.netsuite.com/s.nl?c=XXXXXXX,true)">
In the "Analytics Submit Attributes" field I have: onsubmit="pageTracker._linkByPost(this)"
0