Having a hard time with google ads. I have 15 items in merchant center and want to promote them with a google shopping ad. On day one, all 15 items were eligible for ads and I got several impressions and clicks.
Slowly over the past week, 13 items became ineligible for the reasons of
- Unavailable mobile landing page
- and Unavailable desktop landing page.
Why would something like this happen? They certainly are easily viewed on desktop and mobile. I'm not aware of my site being down at all. I've tested all the pages. Any suggestions? Anyone else have this problem?
302 Found - The Location header contains a relative URI
. I figured out what was causing it. A cookie is set on this page, then the page is reloaded with PHP (to show that the cookie was set). It was reloaded with - header('Location:'.$_SERVER['REQUEST_URI']); I guess that's the wrong way to do it. is there a better way to reload a page after setting a cookie?