segmentio / segmentio/analytics.js-integrations
[qualaroo] Plans to "upgrade" the Qualaroo snippet?
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 125
- Forks
- 136
- Avg merge
- 2h 45m
- Merged PRs (30d)
- 1
Description
Migrated from #5 by @johnnymugs
Hi there,
Are there plans to integrate with the "new" Qualaroo JS? The one this integration loads is considered "legacy" according to the Qualaroo dashboard. Not sure if it makes a big difference since they still support both. Here's the new Qualaroo snippet:
<!-- Qualaroo for example.com -->
<!-- Paste this code right after the <body> tag on every page of your site. -->
<script type="text/javascript">
var _kiq = _kiq || [];
(function(){
setTimeout(function(){
var d = document, f = d.getElementsByTagName('script')[0], s = d.createElement('script'); s.type = 'text/javascript';
s.async = true; s.src = 'https://cl.qualaroo.com/ki.js/nnnnnn/XYZ.js'; f.parentNode.insertBefore(s, f);
}, 1);
})();
</script>
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Qualaroo integration entry point and compare the currently loaded snippet with the new snippet included in the issue. Done means the integration supports the new Qualaroo JavaScript while preserving the expected integration behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100