Hi,
I have a third party pixel code which when I place into the editor, shows warnings.
Does the warnings prevent the code from running?
Solved! Go to Solution.
Views
Replies
Total Likes
If you have reviewed the content of the third party code and vetted that it is secure then there should be no issues.
I have seen instances where Adobe Analytics plugins through the same warnings.
I usually use Visual Studio Code when I deploy custom code. Any issues with the code should be flagged in your code editor.
Also make sure when you test your build that no errors is triggered in the developer console.
Also place you code inside try/catch to make sure that if it fails, it does not impact your platform
Warnings generally won't prevent your code from running. However, some causes of warnings may trip older browsers up, e.g. IE.
Your best bet is to resolve those warnings so you end up with good, clean and acceptable code.
Views
Replies
Total Likes
If you have reviewed the content of the third party code and vetted that it is secure then there should be no issues.
I have seen instances where Adobe Analytics plugins through the same warnings.
I usually use Visual Studio Code when I deploy custom code. Any issues with the code should be flagged in your code editor.
Also make sure when you test your build that no errors is triggered in the developer console.
Also place you code inside try/catch to make sure that if it fails, it does not impact your platform
Views
Likes
Replies