Okay, AdWords keeps shutting off my ad because of the reason stated above. I am using php to forward to the offer page from a directory.Inaccurate Display URL: Your Display URL must accurately reflect the
URL of your website; it must be a viable web address that is part of
your ad's destination domain and include the domain extension, for
example: .com, .net, or .org. If your Destination URL is too long for
your ad, please use a shortened version, such as your homepage, that
meets the character limit for this field. Please check your spelling
and symbols for accuracy, and be sure your Display URL does not contain
an extraneous 'http://' or 'https://'.
Ex:
http://site.com/offer
I'm using php:
<? header("Location: ...... "); ?>
and I'm having it forward to the offer landing page. For my display URL I've used both:
www.site.com
and
www.site.com/offer
They were both shut off eventually. Any ideas?
Thanks,
Luke