I'm trying to implement CD using the Programmatic Form Capture method. I have read through their "helpful" (cough, cough) page on this and also read through Dave Burrell's helpful (genuinely!) blog post on obtaining the cuvid cookie from the browser (which is working for me just fine):
http://www.daveburrell.co.uk/clickdimensions-cookie-challenge/
My implementation is in a custom PHP application that I wrote and have full control over. However, no matter what I try, I continually receive the following error message (also attached as screen shot):
"Account key and Domain are not valid"
The error gets labeled "Critical" and I have nothing else to go on. I've triple and quadruple checked my Account Key although I noticed that the instructions on CD's Programmatic Form Capture page don't actually indicate this value is even needed. (I suppose it's picked up by the included JS code.)
Here is some info from my implementation:
- I'm setting cd_visitorkey in my data to the value obtained from the cuvid cookie.
- I'm setting my domain in the referer portion of the header that I post to CD.
- I can post my entire code here if that's helpful, but what am I missing?