AdMob, Cannot access the payments or billing page
Asked Answered
E

10

20

Xcode 7.3, iOS 9.3

I understand that this is not a programming question, but someone who is implementing AdMob might be stumped by this. Please drop a comment if you know where a post like this would go, if not here.

I just spent 3 days trying to figure this out... I am posting a question and solution to my dilemma in hopes of saving someone who is new to AdMob some valuable time.

If you signed up for AdMob and integrated the SDK in your app., then you probably want to ensure that your payment and billing information is set up correctly too, before proceeding with app. submission. Well, it was not so easy for me...

So you'd click the "gear" to get the settings popover to appear...

enter image description here

Then try to navigate to "Payments" and "Billing" to set up, well you guessed it, payments and billing... However, I saw the following behavior:

The page you are directed to continuously loads... As indicated by the google beach ball loading animation.

enter image description here

This goes on for about 3 minutes, and then you get...

enter image description here

Being new to AdMob and following the provided advice "...Please try again later" I tried again later, then later, then later - figuring it was due to traffic volume or whatever. It was not, eventually I got frustrated enough and started looking for help.

Please see my answer.

Electroencephalogram answered 5/4, 2016 at 16:58 Comment(0)
E
24

Xcode 7.3, iOS 9.3

After hours of stumbling around on the internet, I found this in the FAQ section of AdMob Help.

Cannot access the payments or billing page

The issue was that I had the incorrect cookie settings. Yes. Why they couldn't code a little more description to the error is beyond me, but I really feel that "...try again later" is a poor choice of words.

To add fuel to the fire, their solution is a bit outdated, the new Safari browser does not exactly have the correct cookie setting they describe. But nonetheless, I understood what the problem is...

If you use Safari, then do this:

Go to the "Preferences" for Safari...

enter image description here

Navigate to the "Privacy" tab and change the "Cookies and website data:" from any other setting to "Always allow".

enter image description here

Reload the AdMob "Payment" or "Billing" page and you should see the corresponding content.

Hope this saves someone time! Cheers.

P.S. You most likely will not be able to configure your payment method, because...

You can only select a payment method after the finalized earnings in your transaction history have reached at least $10.00 or your local currency equivalent.

Electroencephalogram answered 5/4, 2016 at 16:58 Comment(5)
in macOS Mojave, Privacy settings not has option to Always Allow...how to do it ?Orazio
@Orazio You need to uncheck Prevent cross-site tracking which you can find in the Privacy tab then reload the pageStercoricolous
@Elisabeth Thanks for this reply.Orazio
Unchecking "Prevent cross-site tracking" doesn't help. I'm still not able to see any content on payment page. I can access everything Google in Safari except this page. What is so special on this page that Safari doesn't load? I even emptied cache but it didn't help.Valueless
any new way to do with safariBybee
A
15

In Safari 14.0, go into Preferences > Privacy, uncheck Prevent cross-site tracking. Then, reload AdMob Payments page. enter image description here

Ashien answered 1/10, 2020 at 21:57 Comment(0)
L
6

Try using a different browser, the same thing happened to me when using safari, but when I used google chrome the payments tab loaded fine.

Libbi answered 29/9, 2018 at 17:35 Comment(0)
L
5

It's ridiculous, but you have to turn off blocking third-party cookies in Chrome. Make sure to turn that block back on when you're done, or preferable, not use Chrome.

enter image description here

The payment screen will look like this. enter image description here

Lilililia answered 14/7, 2020 at 21:53 Comment(3)
Cookies enabled. Looks like Google has not properly setup CORS on their server... Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at play.google.com/log?format=json&hasfast=true. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘play.google.com’). Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at play.google.com/log?format=json&hasfast=true. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘play.google.com’).Undecagon
i am not getting How to get paid section after trying to change my bank account , though i have already crossed the threshold, do you know the reason?Tintinnabulum
as of juin 2021 this solution seems to be working, thank you.Silsbye
Y
2

Make sure you disable Ad-blocking extensions in your browser for this site, otherwise Admob (and similar pages) won't work 👍

Yester answered 3/2, 2020 at 10:52 Comment(0)
E
2

Enable Cookies in Your Browser Settings.

This changes work to Access payment page in Google Admob.

Epileptic answered 23/12, 2020 at 9:53 Comment(0)
H
1

You might have to login into your AdSense account and setup billing there. It fixed a similar issue for me.

Hassan answered 27/3, 2021 at 10:35 Comment(0)
E
1

In my case I tried everything related to cookies and it still didn't work. A workaround I found was to go to the Payments Info in Adsense, since they are the same.

https://adsense.google.com/

Edit: As a side note, the issue solved itself after a couple of days without making any change the Admob Payments page started working.

Expertise answered 1/5 at 18:31 Comment(0)
Q
0

Same Issue with Google Chrome Version 98.0.4758.102

  1. Allow Cookies --> Turn cookies on or off

enter image description here

However this Did not solve the issue completely

In may case I add this Chrome Extension: Moesif Origin & CORS Changer turned on, by turning it off it solved the issue.

What I suggest is to check your extension in your browser (Adn, Firefox, Safary, Edge) and try again after you also enabled the Cookies.

enter image description here

Quartziferous answered 19/3, 2022 at 10:24 Comment(0)
D
0

I don't know why but after allowing all cookies and removing all extentions page still didn't load. Finally logout and login to google account have solved the problem.

Disregardful answered 13/4, 2023 at 7:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.