I am looking to place Google Adsense ads on my website, but I want them to only appear within a specific area that is accessible to users after they log in.
Within the Google Adsense interface, I have explored the
Account Settings -> Access and authorization -> Crawler access
section to create a login account for the Google web crawler to view the restricted area.
Despite my attempts with the available login options including POST
, GET
, and htaccess
, none of them seem to be working as expected.
Currently, users log in using a page named login.html, entering their credentials and submitting the form through Javascript. Upon successful validation, they are directed to another page.
Unfortunately, I have not been able to configure Adsense to work seamlessly with this setup. Testing the login access simply displays the login screen, suggesting that the crawler is unable to navigate to the secure pages.
Is there a solution that would allow Google Adsense to access the restricted area without compromising the existing login process?