简体   繁体   English

admob:同一应用程序的不同活动的不同ID

[英]admob: different ids for different activities of same app

I have an android app with some activities. 我有一些活动的Android应用程序。 My question is: 我的问题是:

Is that legal to use different AdMob ids for each because it will help me to monitor which activities are more frequently visited. 可以为每个ID使用不同的AdMob ID是合法的,因为这将有助于我监视访问频率更高的活动。 Moreover, i also want different content of ads in each activity. 此外,我还希望每个活动中广告的内容不同。

Thanks 谢谢

IANAL but why would you use Admob to track which Activities are the most used in your app? IANAL,但是为什么您要使用Admob来跟踪应用中使用最多的活动? Besides, since they issue just the one publisher ID for each app you configure on the Admob platform, I am sure they have a pretty good reason for it. 此外,由于他们只为您在Admob平台上配置的每个应用发布一个发布者ID,因此我相信他们有充分的理由。 Also, if you have, say, 20 Activities, you would essentially be registering 20 apps (non existent apps in the real sense). 另外,如果您有20个活动,则实际上您将注册20个应用程序(实际上不存在的应用程序)。 Not sure if that's a good idea either. 不确定这是否是个好主意。 But you might want a lawyer to clarify that for you if that is your primary concern and you have already decided that this is the best way to go about it. 但是,如果这是您的主要关注点,并且您已经确定这是解决问题的最佳方法,则可能需要律师为您澄清。

Alternatively, if the only purpose is track which Activities are most used in your app, consider using the Android Native Application Tracking SDK . 另外,如果唯一的目的是跟踪应用程序中最常使用哪些活动,请考虑使用Android本机应用程序跟踪SDK You can download it off their website here or from the SDK Manager from Eclipse. 您可以在此处从其网站下载,也可以从Eclipse的SDK Manager下载。 In The SDK Manager, it is under the Extras section titled Google Analytics App Tracking SDK 在SDK Manager中,它位于Extras部分下,标题为Google Analytics(分析)App Tracking SDK

This is the Dev Guide that will help you get started with it: https://developers.google.com/analytics/devguides/collection/android/v2/ 这是开发人员指南,可帮助您入门: https : //developers.google.com/analytics/devguides/collection/android/v2/

EDIT: 编辑:

As pointed out by user908821 in his comment, you should also take a look at the Analytics SDK Policy . 正如user908821在其评论中指出的那样,您还应该看看Analytics SDK Policy

There is nothing illegal with using a different AdmobId for different spots within your app. 在应用内的不同位置使用不同的AdmobId并没有违法行为。 And if each Activity has certain distinct characteristics that make it more useful to a certain portion of your users then it may help to segment traffic and provide better eCPM. 并且,如果每个活动都具有某些独特的特征,从而使其对您的特定部分用户更有用,那么它可能有助于细分流量并提供更好的有效每千次展示费用。

But I would not be doing it just to track users. 但是我不会仅仅为了跟踪用户而这样做。 Use an analytics tools to do that. 使用分析工具可以做到这一点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM