My URL format was:
[example.com...]
And my Title format was:
....{keyword:alternate}
Although I have not specified "Alternate" in destination URL, I did see following two requests in my log (just after creating this Ad):
[example.com...]
[example.com...]
I obviously don't have exact pages like above two on my site, and notice that they visited "alternate", while I did not specify it in my destination URL. I had only specified it in my title.
Question:
1. How are you all handling this? Have you created a temporary page which sends back "200" response code to Google for above requests, so that automated system would approve the ads for immediate display on google.
2. If yes, how can I create a temporary page for the first example, where URL contains curly brackets?
Thanks you all
sdani
[edited by: eWhisper at 3:28 pm (utc) on Oct. 7, 2004]
[edit reason] Changed links to example.com [/edit]
then I would expect it to fail - try the real URL in a browser - because of the trailing slash.
If you are doing the above to see the keyword in the logs, you need to have something like this, but in my case I use a bid management tool whose string looks like this:
[example.com...]
If you are trying to use {keyword} to substitute as a path in the URL then it won't work.
[example.com...]
and if my keyword is "abcd".. then the target URL becomes:
[example.com...]
SO, why are you saying that it would not work? I am using ISAPI Rewrite to rewrite the URL, so, I don't have any "=" signs in my URLs.
1. Why is google's automated system validating this URL: [example.com...]
2. Can I return 200 status code when i have curly brackets in url? ..i.e. {keyword}.
Thanks
sdani