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

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -