rxz99 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Outdated Testing Documentation for GAv4 #723

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
---------------------------------------------------------------------------
NOTE: This tool is not designed to request help. It is only for reporting
issues and requesting features for the Google Analytics libraries.

If you are a developer and you need help, visit:
https://developers.google.com/analytics/help/

If you are not a developer and you need help, visit:
https://support.google.com/analytics
---------------------------------------------------------------------------
Name of related component: Documentation

URL of the documentation page : 
https://developers.google.com/analytics/solutions/testing-play-campaigns

Issue summary:

(Troubleshooting section) 

When testing referrer tracking, the indicated success output:

("Thread[GA, 5, main] No Campaign data found/Campaign found: ...") 

will _not_ be seen from logcat unless GAv4 debug logging is enabled, like this: 

adb shell setprop log.tag.GAv4 DEBUG

The documentation only suggests to set the debug level to Verbose using the 
Logger class, but Logger is deprecated, apparently.

I guess the page hasn't been updated since 2013, but the GAv4 Testing page 
links directly to this page, which does not seem to contain any information 
about GAv4 specifically. 

Thank you,

Matthew

Notes:
Provide any additional information which might be useful here. Feel free to
attach screenshots.

Original issue reported on code.google.com by m...@cordproject.co on 27 Aug 2015 at 5:42