Releases: ashe540/inbound
Releases · ashe540/inbound
Major refactor
Support new search engines
- Added Ecosia search engine
- Added DuckDuckGo search engine
Rename Link to Referral
Merge pull request #4 from ashe540/link-to-referral Rename link to referral
Fixes for Google Ads detection
v1.0.4 Merge branch 'fix/gclid-issue'
GCLID Support
- Performs detection for gclid to categorise referrer as ad / google
- Stores the gclid value in description
New Social Sources
Added new social sources including Instagram
, Reddit
, and Tumblr
.
Improved Link Reporting + New search sources
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
This is the initial realise post-fork.