Tag: google analytics

谷歌分析没有反映片段

我在我的应用中使用Google Analytics。 我的应用程序中有片段。 我在基础片段上创建了一个抽象类。 并将其用于剩余片段。 任何人都可以帮我解决这个问题吗? 这就是我创建抽象类并将其扩展为片段的方法 public abstract class BaseFragment extends Fragment{..} 在这个基础片段中,我添加了谷歌分析代码,我能够在分析中跟踪它。 现在我有另一个以这种方式创建的类。 public class FirstFragmemt extends BaseFragment {..} 在这个片段中我也添加了分析代码,但它没有跟踪或反映。 有谁能说出原因是什么?

问题com.google.gdata.util.ResourceNotFoundException:Google Analytic无法找到

问题描述 我正在使用Google分析来显示网站的展示次数/跳出率。 昨天之前function正常。 但现在我收到了一个错误 com.google.gdata.util.ResourceNotFoundException: Not Found Error 404 (Not Found)!!1 *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(https://www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}} 404. That’s an error. The requested URL /analytics/feeds/accounts/default was not found on this server. That’s all we know. at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:599) at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564) at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560) at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538) at […]