AdGroupBidModifier - Update vs. Set

2014-01-06 Thread Spinneret
I am using the latest version of the AdWords API Java Client library. I want to periodically add/update the mobile platform (30001) ad group bid modifiers for a bunch of ad groups. Since each ad group can have only one mobile platform modifier, does it matter if I use an ADD operation or SET op

Re: Weird OAuth2 failure to refresh access token

2014-01-06 Thread Anash P. Oommen (AdWords API Team)
Hi Akil, My initial guess is that the page is a rate limit error from the OAuth2 servers (too many instances trying to refresh access token simultaneously). It's a matter of chance that a particular server failed, and the error would go away if the code were retried after a minute or so. You c

Cannot comunicate with Google Adwords API, getting "invalid_grant" error...

2014-01-06 Thread Jonathan Martins
I used my MCC account to generate my WEB Application. So now i have access to the client_id and the client_secret: client_id = "450382064948.apps.googleusercontent.com" client_secret = "x" I'm using the PHP client library and the GetRefreshToken.php dont give me a refresh to

Cannot access adwords API. Getting "error" : "invalid_grant".

2014-01-06 Thread Jonathan Martins
I used my MCC account to generate my WEB Application. So now i have access to the client_id and the client_secret: client_id = "450382064948.apps.googleusercontent.com" client_secret = "x" I'm using the PHP client library and the GetRefreshToken.php dont give me a refresh to

Re: Uploading Offline Conversions on GAE with jaxws

2014-01-06 Thread Austin Bergstrom
My apologies for not fully understanding what jaxws is or how it relates to AdWords (this is my first real dip into Java after living in a C# non-soap land). I discovered that jaxws is merely a means to use SOAP services. To see the same classes that I had with the axis examples I will need to

MCC API developer needed

2014-01-06 Thread dmayman
Hi, we are looking for an experienced MCC API developer to help build out out management and also reporting platform. Thanks David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google

Re: Setting up API Access with Test Account Either INACTIVE_ACCOUNT, or INCOMPLETE_SIGNUP

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Hi, To try to make things a bit clearer, let's refer to the accounts as follows. - ProdMcc = The non-test MCC for which a developer token is pending - ProdAdWords = The non-test AdWords account that is a child of ProdMcc - TestMcc = The test MCC - TestAdWords = The test AdWords accoun

Re: Error in GetRefreshToken.php when Migrating to OAuth2 video is followed

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Hi Pierre, Please check out the following wiki article on github and let me know if you still have trouble configuring your environment. https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0 Cheers, Josh, AdWords API Team On Thursday, January 2, 2014 6:58:52 AM UTC-5, Pierre du

Re: Click Performance Report

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Hi, I took a look at the account and the clicks you mentioned were all for deleted ads. These ads were deleted due to edits of the destination URL. When you edit an ad, AdWords deletes the existing ad and creates a new ad with the modified attributes. You can actually see the clicks in quest

Re: is adwords down right now? getting 502 server error

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Hi Zweitze, Are you still encountering this error? Thanks, Josh, AdWords API Team On Thursday, December 12, 2013 8:48:11 AM UTC-5, Zweitze wrote: > > Hi, > > I see quite a few differences with the other thread. In my case: > - The problem does not appear consistently. Sometimes a week passes by

Re: How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Josh Radcliff (AdWords API Team)
Hi, The sandbox endpoint was deprecated a while back in favor of test accounts. https://developers.google.com/adwords/api/docs/test-accounts Regarding simple tests, the GetCampaigns

Test Account does not work

2014-01-06 Thread andrea
Hi there, I've set up an MCC Test Account to test my application with, but it does not work. Any time I run my application, it shows the following error message: Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request { "error" : "unauthorized_client" } I've se

Google Adwords API developer needed

2014-01-06 Thread dmayman
Hi does anyone know where my agency can find a developer experienced in working with the Google Adwords API? We are developing a reporting and management system. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdevel

System Codes for CriterionUserInterest?

2014-01-06 Thread brett . koenig
Is there a list of system codes for affinity segments somewhere? I am seeing uservertical::92300 in ad group 9178937560. How can Iook up what the Affinity category name is for that user vertical? I know from looking in adwords that it is "Foodies" but I need to be able to do it programmatical

Discrepancy between API and UI Cost Data - Placement Performance Report

2014-01-06 Thread Charlie Saunders
Hi All, We've noticed a discrepancy in the cost reported by Placement Performance Reports compared to the cost shown in the UI. I've given some examples of the data, below, to show that it is non-negligible for one client, but minimal for another, that it is present for both recent and older d

How to get started with Adwords API PHP library 4.7.0 / v201309

2014-01-06 Thread Ad_nu
I haven’t use AdWords API before – so I’m trying to get started with sandbox version. I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my server; I edited the user information in auth.ini and I also edited the settings.ini to use server: https://adwords-sandbox.google.c

adwords account get suspended

2014-01-06 Thread rininjohn
Dont know why my adwords account get suspended -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received th

Uploading Offline Conversions on GAE with jaxws

2014-01-06 Thread Austin Bergstrom
I have followed the instructions to upload offline conversions with the axis libs and noticed that it doesn't work on Google App Engine (which I use to host my app). More about that here . I can't find any information

How to get started with AdWords API PHP library 4.7.0 / v201309 ?

2014-01-06 Thread Ad_nu
I haven’t use AdWords API before – so I’m trying to get started with sandbox version. I Downloaded and installed the AdWords API PHP Client Library 4.7.0. to my server; I edited the user information in auth.ini and I also edited the settings.ini to use server: https://adwords-sandbox.google.c

Weird OAuth2 failure to refresh access token

2014-01-06 Thread Akil Burgess
Hi All, We've noticed a weird authentication error that was occurring on one of our application servers over the weekend. All of our *MutateJobService.mutate* API calls were failing with the error below across multiple accounts. The weird thing is all other API calls were unaffected and the Mu