kalnyc67 / analytics-issues

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

Wrong path of a class name leading to hours of debugging #623

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Name of related component: Documentation

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

Issue summary:
One of the code samples in the above page contains wrong package name of 
CampaignTrackingReceiver. It's a hard thing to debug, when one copy pasted it 
as trustful working template.

Notes:
Screenshot is attached.

How to fix it:
1) Remove com.google.analytics.tracking.android.CampaignTrackingReceiver
2) Put com.google.android.gms.analytics.CampaignTrackingReceiver instead

Original issue reported on code.google.com by info.asu...@gmail.com on 25 Apr 2015 at 7:02

Attachments: