I set up Auto ads for the AMP version of a website I'm developing. But ads didn't appear due to warning – "No anchor element found". It means AdSense' script can't find an appropriate tag on a page to put ad into one.
On the official documentation I found next:
The configuration defines where on the page can place ads. The configuration is fetched from a third-party ad network at the URL defined in ad-network-config.js
And I found the config and selectors there where <amp-auto-ads>
can place ads.
These selectors are weird because on the website there's no the tag <div id="post-container">
on any page (the tag never existed). of course I can make changes to the website and add this tag, but what if selectors are changed again? I have to make it over again and again...
So, can I do something to ask AdSense to update placements into the config for the website? I failed to find information about it on the internet at all. It looks like AdSense made a mistake and gave the wrong placements for the website.