google analytics - Unique Goal Starts -
currently pulling data google analytics api each day (php). dimensions of data pull include: - date - hour - minute
metrics include - sessions - goalxstarts - goalxcompletions (start , completion same goal).
the issue when including hour or minute dimension, number of starts appears include duplicates. example, if have 1,000 goalxstarts day. when including hour , minute dimensions in api call, might reflect 1,500 goalxstarts.
when running report in google analytics web interface (custom report) hour , minute dimension, goalxstarts metric not appear have duplicates.
i should note goalxcompletions not duplicate when including hour , minute dimensions in api call.
does know how retrieve unique goalxstart metrics google analytics api? appreciated...
Comments
Post a Comment