Some of the AdWords redirections we get on our site comes with lower-case gclid value.
When we report offline to AdWords by AdWords API with this lower-case gclid we get an error back saying: “OfflineConversionError.UNPARSEABLE_GCLID”.
From the start of the implementation 2 month ago, we get about 1-5 lower-cased gclids requests each day. All the other requests are OK.
All adds are defined to link directly to our site – www.daka90.co.il so there is not a possibility that the lower-case behavior is caused by some other redirection than Google.
And there
are any changes in URL rewriting engine in their website.
View this one of the lower-cased gclid request info we get in our ASP.NET global.asax file using System.Web.HttpApplication.Request.ToRaw(),
The Referer property marked with yellow points that the request came directly from Google.
Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Language: he-IL,he;q=0.8,en-US;q=0.6,en;q=0.4
Host: www.daka90.co.il
Referer: https://www.google.co.il/
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
X-Forwarded-For: 89.237.74.37
Upgrade-Insecure-Requests: 1
X-Chrome-UMA-Enabled: 1
X-Client-Data: CJW2yQEIpLbJAQjDtskBCPucygEIqZ3KAQi1nsoB
When we look for those lower-cased gclids in the CLICK_PERFORMANCE_REPORT we can not find then there.
We can find all the other not lower-cased gclids there.
Please help,
Nadav