Hi,
I've been poking around the day_data_series ChartBeat API. We are
hoping to be able to track page clicks throughout the site and
associate them with the original referrer to the site (i.e.,
google.com). For example, if someone landed on
example.com from a
Google search and then navigated to
example.com/sample.html , we'd
like to know that click to the sample.html page was made by someone
who originally found the site with
google.com.
Would I be able to call the the day_data_series API twice, once with
the param type=pages and another with type=referrers, and then
correlate them together based on their matching date timestamp values?
Or, is this even possible at all?
Thanks!
-Brad