Hello,
Please help me build API url request to generate visitors from a given website.
I found the referrer API documentation, but it does not include how to compile visitors from a given referrer: [piwik.org]
Also I found documentation on API segments for a url containing a given keyword, in the example piwik, but I can't get it to work: [piwik.org]
I need to generate a report, any format will do, of number of visitors from a given url, for example someurl.com. This url request can be any date, any period of time; what I really need help with is calling the given referrer and the number of visitors from that referrer.
Thanks in advance
Please help me build API url request to generate visitors from a given website.
I found the referrer API documentation, but it does not include how to compile visitors from a given referrer: [piwik.org]
Also I found documentation on API segments for a url containing a given keyword, in the example piwik, but I can't get it to work: [piwik.org]
&segment=referrerName=@piwik Return results where the Referer name (website domain or search engine name) contains the word “piwik”.
I need to generate a report, any format will do, of number of visitors from a given url, for example someurl.com. This url request can be any date, any period of time; what I really need help with is calling the given referrer and the number of visitors from that referrer.
Thanks in advance