无法将 admob 与 firebase iOS/Android 项目链接

Can#39;t link admob with firebase iOS/Android project(无法将 admob 与 firebase iOS/Android 项目链接)
本文介绍了无法将 admob 与 firebase iOS/Android 项目链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有两个帐户:A"和B":A 是在 Firebase 上托管 iOS/Android 统一手机游戏的主帐户.B是用于集成到iOS/Android手游的admob.

I have two accounts: "A" and "B": A is main account that hosts iOS/Android unity mobile game on Firebase. B is using for admob integrated to iOS/Android mobile game.

我在尝试将 admob 分析链接到 Firebase 项目时遇到错误.

I'm getting error when trying to link admob analytics to the Firebase project.

我通过授予所有者"权限与 B 共享 firebase 项目.所以帐号 B 目前拥有 Firebase 移动应用游戏的所有访问权限.

I shared firebase project with B by granting permissions as "owner". So account B currently has all access to Firebase mobile app game.

当我尝试在应用设置"中将 admob 与 Firebase 链接时,会出现下一个错误:

When I'm trying to link admob with Firebase in "App settings" next error appears:

无法链接到此 Firebase 项目.确保你有足够的权限,然后重试.

上面的问题怎么解决?

推荐答案

如果您已经拥有 Firebase 端的正确权限,能否请您检查一下您是否拥有 Google Analytics 端的正确权限?

If you already have the right permissions on the Firebase side, could you please check to see if you have the right permissions on the Google Analytics side?

1) 在与 Firebase 项目链接的 GA 媒体资源的 Google Analytics(分析)主页中,点击左下角的管理员.

1) From the Google Analytics home page of the GA Property that is linked to the Firebase project, click Admin in the lower-left corner.

2) 点击物业用户管理"

2) Click "Property User Management"

3) 添加/更新用户,使其权限包括编辑"

3) Add/update users, such that their permissions include "Edit"

这篇关于无法将 admob 与 firebase iOS/Android 项目链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
tabbar middle tab out of tabbar corner(选项卡栏中间的选项卡角外)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)