AdWords API UserStatus of deleted BiddableAdGroupCriterion.

2010-03-04 Thread ryo
Hi, I want to know the behavior you delete a BiddableAdGroupCriterion. AdGroupCriterionOperation operation = new AdGroupCriterionOperation(); operation.setOperator(Operator.REMOVE); BiddableAdGroupCriterion biddableCriterion = new BiddableAdGroupCriterion(); biddableCriterion.setAdGroupId(12345

Re: AdWords API Connectivity Issues

2010-03-04 Thread Gerard
Further detail: The connection issues we're having only happen with the AdWords API servers which appear to be on the East Coast (64.233.169.112). Forcing a connection to the servers on the West Coast (72.14.213.112) allows everything to work properly. On Mar 4, 2:18 pm, Gerard wrote: > We're ha

AdWords API Connectivity Issues

2010-03-04 Thread Gerard
We're having an issue making connections to the AdWords API (adwords.google.com tcp:443). The problem is intermittant, where most of our connection attempts aren't successfully establishing TCP connections (SYN packet sent, no ACK returned). We've got three application servers running the same so

AdWords API Re: API Error

2010-03-04 Thread AdWords API Advisor
Hi Anthony, There are some cases where manual approval is needed for the terms and conditions. I'll reach out to you offline to get your account details. Best, - Eric On Mar 4, 9:27 am, Anthony Coleman wrote: > Eric, > > Yes. That was one of the first things we did. Is there any other > reason

AdWords API conversionOptimizerEligibility in v200909

2010-03-04 Thread Peer Jakobsen (AdWords API Guru)
In v13 we could get conversionOptimizerEligibility for a campaign to check whether changing to CPA bids were possible. How is this checked in v200909? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adw

AdWords API conversionOptimizerEligibility in v200909

2010-03-04 Thread Peer Jakobsen (AdWords API Guru)
In v13 we could get conversionOptimizerEligibility for a campaign to check whether changing to CPA bids were possible. How is this checked in v200909? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adw

AdWords API Re: AuthenticationError.GOOGLE_ACCOUNT_DELETED

2010-03-04 Thread AdWords API Advisor
Hi Daniel, Please send an email to adwords-supp...@google.com with the email address of your account and the SOAP XML request and response that demonstrate this problem. Best, - Eric Koleda, AdWords API Team On Mar 4, 4:15 am, Daniel wrote: > Hi there! > > Since yesterday a get these error from

AdWords API Re: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED with filter specified

2010-03-04 Thread AdWords API Advisor
Hi, There should be no element in the request. If you remove this element the request should work correctly. Best, - Eric Koleda, AdWords API Team On Mar 3, 6:00 pm, dsanborn wrote: > I'm getting a RESPONSE_SIZE_LIMIT_EXCEEDED error eventhough I am only > requesting a Get on a single Ad Group

AdWords API Re: ClientLogin and Java client library living in peace

2010-03-04 Thread AdWords API Advisor
Hi, The AdWords API Java client library handles the ClientLogin API and AuthTokens automatically. There is no automatic handling of AuthToken expiration, you will receive an AuthenticationError with the GOOGLE_ACCOUNT_COOKIE_INVALID reason. Best, - Eric Koleda, AdWords API Team On Mar 3, 10:52 

AdWords API Re: CampaignId differs

2010-03-04 Thread AdWords API Advisor
Hi Ales, Do you have the SOAP XML request and response that demonstrates this problem? Best, - Eric Koleda, AdWords API Team On Mar 3, 10:32 am, Aleš Roubíček wrote: > Hello, > > I'm using AdGroupService v200909 to fetch some AdvertGroups by > campaignId. I set my selector and call the get meth

AdWords API Re: can't login with user

2010-03-04 Thread AdWords API Advisor
Hi, Do you have the requestId for a request that demonstrates this behavior? Best, - Eric Koleda, AdWords API Team On Mar 3, 10:00 am, NVB wrote: > I have tried everything and i have used each clientid which i could > find in my mcc, but i still can't login with a clientid.I use the PHP > clien

AdWords API Re: Can you use validateOnly header with a BulkMutateJob?

2010-03-04 Thread AdWords API Advisor
Hi Max, The validateOnly header works with the BulkMutateJobService, but not in the way you want. Using this header you can validate that the job is structured correctly, but it won't validate that the operations within the job are valid. If you want to validate your ads before using the BMJS th

AdWords API Re: Keywords modifications in Change History after BulkMutateJobService update

2010-03-04 Thread AdWords API Advisor
Hi, The change history should reflect all the changes made by the BulkMutateJobService. Did you examine all of the results of the job to ensure that each operation completed successfully? A job can have the COMPLETED status and still have operations that have failed. Best, - Eric Koleda, AdWord

AdWords API Re: Sandbox documentation for the v200909 version of the API

2010-03-04 Thread AdWords API Advisor
Hi, The sandbox works basically the same in v2009 as it does in v13. The only difference is that there is no need to call AccountService.getClientAccounts() before your first request. As soon as you make your first request using v2009 your sandbox account will be created. Best, - Eric Koleda, A

AdWords API Re: Developer token returning 'application pending' despite MCC saying 'valid' please advise

2010-03-04 Thread AdWords API Advisor
Hi Christopher, Do you have the requestId for a request that demonstrates this behavior? I can use that to look up further information about your account. Best, - Eric On Mar 3, 1:23 pm, Dhammiko wrote: > Hello all, I have a question about my API developer key. > > When I log into the adwords

AdWords API Re: Bulk Keyword Processing Way too Slow - What am I doing wrong?

2010-03-04 Thread mikereedell
Eric, Above you mention 3000 operations being too low a number to properly utilize the BulkMutateJobService. What's the rule-of-thumb for when using the BMJS makes more sense than using the synchronous services? 10K, 25K, 50K operations? Also, in some testing we've done here, we see widely varyi

AdWords API Re: Bulk Keyword Processing Way too Slow - What am I doing wrong?

2010-03-04 Thread mikereedell
Eric, You reference 3000 operations as being a relatively small number of operations and that the synchronous services should be used in such cases. Is there a rule-of-thumb around how many operations warrant using the bulk service instead of the synchronous services? 5K, 10K, 50K? I ask this a

AdWords API Keyword Suggestion

2010-03-04 Thread Dotslash
I have been using v200909 for some time now to get keyword suggestions with the monthly search counts but now, I am receiving Zeros for these counts every time. Did something change? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post

AdWords API AdGroupCriterionService returns criteria that I don't see on Google AdWords website

2010-03-04 Thread sco...@hot.co.nz
When I use the AdGroupCriterionService and call the get() method, the API returns criteria for a given Campaign and AdGroup that don't appear when I use the https://adwords.google.com for the same campaign and adgroup. This in itself wouldn't bother me, but we've written a windows service that upd

AdWords API Re: API Error

2010-03-04 Thread Anthony Coleman
Eric, Yes. That was one of the first things we did. Is there any other reason this error would appear? - Anthony On Mar 3, 6:14 pm, AdWords API Advisor wrote: > Hi, > > Have you set up billing on the MCC account that you used to sign up > for your developer token?  This usually involves adding

AdWords API Re: All placed keywords of particular website

2010-03-04 Thread netimpact
Hi, can a report with selectedReportType=URL or selectedReportType=Keyword show me all DestinationURL's and Keywords and the CPC of a particular day? What I need is a List of active Keywords with DestinationURL and CPC for the current day (or yesterday). The reports I have generated vary from in

AdWords API Re: AdParam

2010-03-04 Thread Kemal
It could be that the system would allow for symbols w/ only certain type of encoding (I'm guessing UTF-8) and not others (like 8859-1) Just a thought. Cheers! Kemal On Mar 4, 3:20 am, AdWords API Advisor wrote: > Hi Andy, > > I was able to send the unencoded pound sign successfully in my > requ

AdWords API Re: API credits

2010-03-04 Thread TompiT
You can purchase new credits by increasing the Monthly API budget with your MCC account on the Adwords GUI (AdWords API Centre). On 3 mar, 22:06, gasanden wrote: > I am using Wordstream to manage our Google adwords account. When I > attempt to "post" changes from Wordstream, I get a "you need mor

AdWords API AuthenticationError.GOOGLE_ACCOUNT_DELETED

2010-03-04 Thread Daniel
Hi there! Since yesterday a get these error from the AdGrouppCriterionService when i try to download the Account Keywords. AuthenticationError.GOOGLE_ACCOUNT_DELETED @ ; trigger:'x...@xx.de' The Account is still in our MCC and i can still login over the webinterface. I also can download the Camp