hi there, i use the AdWords API PHP Client Library and try to get a campaign list like in the examples but i get that error:
AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED with v13 the client worked the php code is like in the examples any help appreciated here is the log: [Oct 26 2009 13:29:47.u - INFO] POST /api/adwords/cm/v200909/ CampaignService HTTP/1.1 Host: adwords-sandbox.google.com Connection: Keep-Alive User-Agent: AdWords API PHP Client LIbrary - v1.0.0 - RESPONSE::AdwordsTool Content-Type: text/xml; charset=utf-8 SOAPAction: "" Content-Length: 1117 <?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/ v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Header> <ns1:RequestHeader xsi:type="ns1:RequestHeader"> <ns1:applicationToken>1111_responsetest</ns1:applicationToken> <ns1:authToken>*****</ns1:authToken> <ns1:clientCustomerId/> <ns1:clientEmail>client_1+respo...@response-gmbh.de</ ns1:clientEmail> <ns1:developerToken>respo...@response-gmbh.de++eur</ ns1:developerToken> <ns1:userAgent>AdWords API PHP Client LIbrary - v1.0.0 - RESPONSE::AdwordsTool</ns1:userAgent> <ns1:validateOnly/> </ns1:RequestHeader> </SOAP-ENV:Header> <SOAP-ENV:Body> <ns1:get> <ns1:selector> <ns1:ids/> <ns1:campaignStatuses/> <ns1:statsSelector/> <ns1:paging/> </ns1:selector> </ns1:get> </SOAP-ENV:Body> </SOAP-ENV:Envelope> --~--~---------~--~----~------------~-------~--~----~ 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-api@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 -~----------~----~----~----~------~----~------~--~---