Hi,
Due to our ignorance, we were sending emails (newsletter) with links with Personal Identificable Information (PII). Example: download.php?email=example@example.com
And a month ago, we received a notification from Google Adsense about a URL sending Personal Identifiable Information (PII).
On June 15 we removed that URL, and created a htaccess rule to redirect to the home-page if a "@" is found on the URL (or a "name=", and similar things).
We have also removed Adsense ads from that site.
The problems is that after 10 days, google analytics is showing pageviews of that url (example: mydomain.com/download.php?email=example@example.com").
And of course, google adsense is saying that we are showing ads on URL sending PII.
But that page was removed 10 days ago! and a redirection was created.
Why is google analyticis showing pageviews there?
Before removing the page, that url was having about 10,000 pageviews/day, now is about 1 or 2 per day. But that's not enough for google adsense.
What's the problem? Is a problem with user cache? with ISP cache? (that pages are not indexed on google.com).
Thank you so much for your help.