My Problem About Hotspot and Google Adsense

Hello, I have created a hotspot project using MikroTik. Everything works fine. The logic of my hotspot system is as follows: When a user enters valid login information on the xxx.xxx.com/hotspot/index.php page, the system sends the username and password to http://172.16.0.1/login.html. If the user is registered on the router, they are granted access. All my systems are working properly, but like everyone else, I thought, “Why not make money?” and started using the Google Adsense service on my page (xxx.xxx.com/hotspot/index.php). However, even though the ad space appears on the page, the ads are not showing.

I added the following code in the /ip hotspot walled-garden ip section:

/ip hotspot walled-garden ip
add action=accept disabled=no dst-host=pagead2.googlesyndication.com
add action=accept disabled=no dst-host=googlesyndication.com
add action=accept disabled=no dst-host=googletagservices.com
add action=accept disabled=no dst-host=gstatic.com
add action=accept disabled=no dst-host=doubleclick.net
add action=accept disabled=no dst-host=google.com
add action=accept disabled=no dst-host=www.google.com
add action=accept disabled=no dst-host=securepubads.g.doubleclick.net
add action=accept disabled=no dst-host=partner.googleadservices.com
add action=accept disabled=no dst-host=pagead.l.doubleclick.net
add action=accept disabled=no dst-host=static.doubleclick.net
add action=accept disabled=no dst-host=ads.google.com
However, even after adding these rules, I still cannot see the ads. What steps can I take to resolve this?

Thank you in advance for your responses. I used a translation service to write this message, and I apologize if there are any errors in the wording or phrasing.