I've written a little test tool that's working ok in sandbox, when i switch web.config to production i get this error.
This is the soap request: <soap:Body> <get xmlns="https://adwords.google.com/api/adwords/o/v201101"> <selector> <searchParameters xsi:type="RelatedToUrlSearchParameter"> <urls> http://...</urls> <includeSubUrls>false</includeSubUrls> </searchParameters> <ideaType>KEYWORD</ideaType> <requestType>IDEAS</requestType> <paging> <startIndex xmlns="https://adwords.google.com/api/adwords/cm/ v201101"> 0</startIndex> <numberResults xmlns="https://adwords.google.com/api/adwords/ cm/v201101"> 30</numberResults> </paging> <localeCode>it_IT</localeCode> <currencyCode>EUR</currencyCode> </selector> </get> </soap:Body> Here is the requestId: 0004a89534beeda00a86fa0d3df7668e More over i've to configure the request only using cliendcustomerId because if i use clientemail i get an error client email not valid, i use it in the form [email protected] and in my MCC i've just this client linked. Any hints? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
