ProdPerfect / prodperfect-keen-tracking.js

Keen IO Streams SDK - record events from anywhere in your stack
https://keen.io/products/streams/
MIT License
3 stars 4 forks source link

Modify the test snippets to use `appendChild` instead of `insertBefore`. #51

Closed adewinter closed 5 years ago

adewinter commented 5 years ago

This should fix the issue where the <script> tag for the tracking lib can sometimes end up in the main <html> body instead of in <head> (or <body>).