Hi,
i'm developing a Android application with another person.
We want to share revenue coming from Admob ( we have a banner on the bottom of any Activity ).
Is allowed from Google policy / tech requirement to use different publisher id in a same app?
What i thinking is to show banner from different publisher in a random way in order to let both authors to have their own account with bank information separated.
es:
BANNER 1 ( in Activity "home" show random these id )
ca-app-pub-[PUB ID USER A]/[AD UNIT ID BANNER 1]
ca-app-pub-[PUB ID USER B]/[AD UNIT ID BANNER 1]
BANNER 2 ( in Activity "news" show random these id )
ca-app-pub-[PUB ID USER A]/[AD UNIT ID BANNER 2]
ca-app-pub-[PUB ID USER B]/[AD UNIT ID BANNER 2]
I need to be sure that this is not against Google policy... for us i very important to not violate any rule and compromise our accounts.
I know that the reports will be separted ... this is not a problem.
Thanks!
Davide