Re: campaignService.mutate exception, customer id required

2012-11-29 Thread Hum Hawks
Does this takes forever On Wednesday, November 7, 2012 3:01:46 PM UTC-8, Hum Hawks wrote: > > Hi, > I am using adword api, I supplied client customer id, when I run the > campaignService,mutate, it still ask for it? > > Google charge API use, why no one

Re: campaignService.mutate exception, customer id required

2012-11-20 Thread Hum Hawks
? On Wednesday, November 7, 2012 3:01:46 PM UTC-8, Hum Hawks wrote: > > Hi, > I am using adword api, I supplied client customer id, when I run the > campaignService,mutate, it still ask for it? > > Google charge API use, why n

Re: campaignService.mutate exception, customer id required

2012-11-19 Thread Hum Hawks
Hi, Paul: I used single java client library(not soap): public static void main(String[] args) { try { // Log SOAP XML request and response. AdWordsServiceLogger.log(); // Get AdWordsUser

Re: campaignService.mutate exception, customer id required

2012-11-16 Thread Hum Hawks
I did! I used the GetAccountHierachy example, the only change I made were the login credentials(with my real email/passcode): AdWordsUser user = new AdWordsUser(username, passcode, "", "", username + "++" + currencyCode, true);// new It still says the same thing:

Re: campaignService.mutate exception, customer id required

2012-11-08 Thread Hum Hawks
Here is my java client code using Sandbox: private String endpointServer = "https://adwords-sandbox.google.com/api/adwords/cm/v201209/CampaignService";; AdWordsUser user = new AdWordsUser(username, passcode, "", "", username + "++" + currencyCode, true); AdWordsService service =

campaignService.mutate exception, customer id required

2012-11-07 Thread Hum Hawks
Hi, I am using adword api, I supplied client customer id, when I run the campaignService,mutate, it still ask for it? Google charge API use, why no one support? Humm -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogsp