Skip to content

Improved Link Reporting + New search sources

Compare
Choose a tag to compare
@ashe540 ashe540 released this 21 Nov 11:19
· 23 commits to master since this release

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.