- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我是 android 应用程序开发的新手。我正在准备一个应在底部显示 Admob 的应用程序,因为我在 Admob 中创建了一个 ac 并获得了一个 publisher id 并将其放入我的代码中。
但是客户给了我集成细节作为
广告单元 ID -
xxxx (five digit number)
这是应用 ID:
0axxxxxb-xxdx-xxxa-xxxx-cxxbxxxxxaxx (here x's are numbers)
我的问题是,adunit id 和 publisher id 是否相同?如果是这样,我的发布者 ID 有 15 个数字...但是 adunit id 只有 5 个数字我现在应该做什么?
最佳答案
我会说这是基于 official Admob's documentations 的同一件事
The five lines of code it takes to adda banner:
- Import com.google.ads.*
- Declare an AdView instance
- Create it, specifying a unit ID—your AdMob publisher ID
- Add the view to the UI
- Load it with an ad
向您的客户澄清。
关于android - 广告单元 ID 和发布商 ID 是否相同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5547922/
我在前几天的测验中遇到了以下问题。 Consider the code fragment (assumed to be in a program in which all variables are
关闭。这个问题需要更多focused .它目前不接受答案。 想改进这个问题吗? 更新问题,使其只关注一个问题 editing this post . 关闭 9 年前。 Improve this qu
我刚开始接触 Objective-C,一般来说是 C,所以我想这也是一个 C 问题。它更像是一个为什么的问题,而不是一个如何做的问题问题。 我注意到,在除以两个整数时,小数部分向下舍入为 0,即使结果
我是一名优秀的程序员,十分优秀!