Goal not working with pagePath filter in Analytics API -


i find conversion rates 1 of goals. however, want see results based on pages "profile/" in url. i've tried using following filter separately in analytics api add-on google sheets: ga:pagepath=@profile/ or ga:pagepath=~profile

the filter works, don't conversion hits. can help?

thanks, josh

unless goal page path of /profile should use segment rather filter. difference segment give visits include (exclude etc. depending on conditions segment) visitors via profile page, whereas filter include pageviews exact /profile page.

so looking segment definition

sessions::condition::ga:pagepath==/profile 

this limit data sessions have @ point visited profile page (but show happenend before , after).

a more convinient way segment definition define segment in ga interface, head on query explorer , select newly created segment via segments dropdown. can copy there (either id or can copy segment definition if click checkbox below dropdown).


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -