Skip to content

Releases: ashe540/inbound

Major refactor

29 Sep 21:58
c5b608c
Compare
Choose a tag to compare
  • Moved away from callback approach, since process is synchronous and was experiencing issues waiting for process.nextTick
  • Added eslint to codebase
  • Refactored codebase to match new style

Support new search engines

21 Aug 16:02
25b0b62
Compare
Choose a tag to compare
  • Added Ecosia search engine
  • Added DuckDuckGo search engine

Rename Link to Referral

21 Aug 11:34
abb615b
Compare
Choose a tag to compare
Merge pull request #4 from ashe540/link-to-referral

Rename link to referral

Fixes for Google Ads detection

30 Apr 16:55
Compare
Choose a tag to compare
v1.0.4

Merge branch 'fix/gclid-issue'

GCLID Support

15 Apr 11:30
85fe8ff
Compare
Choose a tag to compare
  • Performs detection for gclid to categorise referrer as ad / google
  • Stores the gclid value in description

New Social Sources

25 Nov 13:44
Compare
Choose a tag to compare

Added new social sources including Instagram, Reddit, and Tumblr.

Improved Link Reporting + New search sources

21 Nov 11:19
Compare
Choose a tag to compare

Link source now returns additional host parameter in order to use that to split network/referral sources by the host of the referral link.

BEFORE

{
  "referrer": {
    "type": "link",
      "from": "from",
      "link": "link",
  }
}

AFTER

{
  "referrer": {
    "type": "link",
      "from": "from",
      "link": "link",
      "host": "host"
  }
}

This also includes a new list of search sources taken from Google Analytics Help page.

Initial release

19 Nov 09:45
Compare
Choose a tag to compare

This is the initial realise post-fork.