segmentio / segmentio/analytics.js-integrations

[qualaroo] Plans to "upgrade" the Qualaroo snippet?

Open
#200 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.