I am using Google adwords 2009 API, there is no issue when testing in
sandbox, when I switch over to Production, it give me this error:
AuthenticationError.CUSTOMER_NOT_FOUND @ ; trigger:'406-034-XXXX'
I am using .net with C#
-------------------------------
RequestHeader header = new RequestHeader();
header.authToken = token.Token;
header.clientCustomerId = "406-034-XXXX";
header.developerToken = "MyDeveloperToken";
header.applicationToken = "MyApplicationToken";
header.userAgent = "Anything";
------------------------------
I have @hotmail.com email address to log into my MMC, so i got
authentication token by passing @hotmail.com and its corresponding
password. I have @gmail email account to log into my adwords site. So
I set CustomerId associated with @gmail account, and I set developer
token and Applicaiton token.
I tried to call get function,then I got the error. What's wrong I did?

Thank you.

James
-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.com.
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.


Reply via email to