Unable to request campaign estimates. API returns error: "Must specify a client in order to do traffic estimates."
Code listing (java): AdWordsUser user = new AdWordsUser(email, password, clientId, userAgent, developerToken, applicationToken, useSandbox); user.getService (AdWordsService.V13.TRAFFIC_ESTIMATOR_SERVICE).estimateCampaignList (campaignRequests); Where all request related data is valid (email, password, clientId, userAgent, developerToken, applicationToken, useSandbox). I've tried with and without clientId specified, with clientEmail specified - still having same error. Note: sandbox enabled test request properties are works fine, but production properties doesn't work. What I do wrong? -- 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.
