ForwardCompatibilityMap missing from response campaignservice

2013-10-14 Thread frans
Dear Adwords Support Team, We use the ForwardCompatibilityMap of the Campaign object to retrieve suggested mobile bid adjustments. This weekend while downloading campaigns of clients accounts we noticed that sometimes the forward compatibility map is missing from the response we get from the

Re: V201309 Placement Performance Report - Managed Automtic

2013-10-14 Thread okiebug1...@gmail.com
Happy Columbus Day Google API Team - Quick Question on V201309 and PLACEMENT_PERFORMANCE_REPORT? Looking for proper reportDefinition to obtain Managed vs Automatic placements field - available via the Status column in UI and as documented here: http://goo.gl/oJV9Te. Do I need to continue to

google-api-adwords-js

2013-10-14 Thread Rasmus Ladekjær Pedersen
Why is the google-api-adwords-js no longer maintained? At https://code.google.com/p/google-api-adwords-js/downloads/list the downloadcounts seems very high. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: CampaignService returns

2013-10-14 Thread mm
Hey guys - I am also seeing this error, but I am using the v201309 java client library (old library). This prevents our being able to move to v201309. Thanks! mm On Friday, October 11, 2013 6:26:33 AM UTC-5, GrueneOrchidee wrote: I want to get all campaigns of one customer. Therefor I use the

Re: What is the limit number of FeedItem can I have in a Feed?

2013-10-14 Thread Josh Radcliff (AdWords API Team)
Hi, Please see the limits documentation here: https://developers.google.com/adwords/api/docs/appendix/limits#feed Thanks, *Josh, AdWords API Team* On Wednesday, October 9, 2013 2:22:12 PM UTC-4, soon...@getfelix.com wrote: Hi, I couldn't find a document for this. Could somebody tell me

unauthorized_client

2013-10-14 Thread apitestsen
Hi, I have test account marked as test, I also have approved developer token on second production account and I want to use this token in my test application so i created application in https://code.google.com/apis/console#access to test account, then I generate refresh token step by step in

Re: AdParamService

2013-10-14 Thread Danial Klimkin
Hello Anastasiya, Please see: https://developers.google.com/adwords/api/docs/guides/ad-parameters -Danial, AdWords API Team. On Monday, October 14, 2013 4:55:53 PM UTC+4, Voronaya Anastasiya wrote: Hi! Could anybody explanation me how can I use AdParamService, please? -- --

AuthorizationError.USER_PERMISSION_DENIED Test MCC using a Production Developer Key

2013-10-14 Thread developer
Hi, I am trying to make calls using an authenticated (Oauth2 client) mcc test account (760-716-1008) . I am using the pending developer token from a production mcc account (532-179-4410). I attached the log files. Please help, Thanks Mike -- --

Fail To Connect Error

2013-10-14 Thread Devin Dixon
I'm getting the following error: Fatal error: Uncaught exception 'OAuth2Exception' with message 'Failed to connect to 2607:f8b0:400d:c04::54: No route to host' in /libraries/Ads/Common/Util/SimpleOAuth2Handler.php on line 112 OAuth2Exception: Failed to connect to 2607:f8b0:400d:c04::54: No

Getting Started Guides?

2013-10-14 Thread Devin Dixon
I'm a new developer to Google Adwords and I'm looking for a good getting started guide for PHP Google Adwords. Can anyone suggest any? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: MCC Test Account returning QuotaCheckError.ACCOUNT_INACTIVE on API Call

2013-10-14 Thread rob . langley
So is it correct that I can't develop against a MCC test account?? I have to have a production account, which I can't get because I have nothing to show for an application yet??? Currently I'm just running the example php scripts to familiarise my self with the api before we start the design

Re: Setting ClientCustomerId using ReportUtilities

2013-10-14 Thread store
Hello there! How can I do it with PHP library v201309 ? Best Regards! AL El viernes, 30 de agosto de 2013 11:47:30 UTC-5, Anash P. Oommen escribió: Hi Martin, Yes, this can be done as follows: AdWordsAppConfig config = (AdWordsAppConfig) user.Config; config.ClientCustomerId = xxx;

QuotaCheckError.ACCOUNT_INACTIVE

2013-10-14 Thread Paolo Galetti
I'm a developer and would like to use AdWords, I created a My Client Center and went to the AdWords API Center, I have a developer token in the state of Pending approval, when I use the AdWords API I have the following message QuotaCheckError.ACCOUNT_INACTIVE. My AdWords Customer ID is

Get a single Click count value from AdGroup data.

2013-10-14 Thread GDZ
Hello! If I need to look at just one parameter in my AdGroup, i.e. say I need to know only Click count for particular period, do I still need to download entire report and parse through it? No way to retrieve just this one number? (Python) Thank you! GDZ -- --

Re: CampaignService returns

2013-10-14 Thread Danial Klimkin
Hello, I wasn't able to reproduce this issue. Can you please send me full request and response code for this issue? Please use Reply to author button to avoid sharing with the group. -Danial, AdWords API Team. On Monday, October 14, 2013 5:38:12 PM UTC+4, mm wrote: Hey guys - I am also

Re: MCC Test Account returning QuotaCheckError.ACCOUNT_INACTIVE on API Call

2013-10-14 Thread Danial Klimkin
Hello Rob, You can develop against MCC test account but you need to use a token from a production account. This token does not need to be approved though, so you can request one and use it right away. -Danial, AdWords API Team. On Sunday, October 13, 2013 12:39:08 PM UTC+4, rob.l...@mac.com

Re: Impossible to ADD sitelinks: matching function fails to be pushed with strange error

2013-10-14 Thread Danial Klimkin
Hello Francesco, Please double-check the feed and campaign IDs are correct. If still in doubt, let me know your clientCustomerID. -Danial, AdWords API Team. On Wednesday, October 9, 2013 7:05:10 PM UTC+4, Francesco Della Vedova wrote: Hi all, I'm trying work out the new way to push

Re: CustomerService OAUTH_TOKEN_HEADER_INVALID

2013-10-14 Thread Danial Klimkin
Hello Danil, From the request it looks like you are sending AuthToken string. Are you also sending OAuth HTTP header? -Danial, AdWords API Team. On Tuesday, October 8, 2013 3:58:17 PM UTC+4, Danil Ivanov wrote: Hi all. I make a request to API CustomerService and I get a response

Re: Test account

2013-10-14 Thread Danial Klimkin
Hello, It is possible to only have one AdWords account for a Google account. To create a new MCC or test account, please use a different Google account (e.g. a different gmail address). -Danial, AdWords API Team. On Wednesday, October 9, 2013 6:04:10 PM UTC+4, te...@affluences.ca wrote:

Re: AdWords API to get AdWords Express stats?

2013-10-14 Thread Danial Klimkin
Hello Jun, AdWords Express campaigns are currently not available via the API. -Danial, AdWords API Team. On Thursday, October 10, 2013 6:14:41 AM UTC+4, junm...@gmail.com wrote: Hi, Is there a way to use AdWords API to get AdWords Express stats? I'd like to get impressions, clicks, and

Re: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-10-14 Thread Danial Klimkin
Hello, This error usually means AdWords API Terms and Conditions were not accepted. Please set up the billing and review / sign TC on the MCC account. -Danial, AdWords API Team. On Thursday, October 10, 2013 12:22:20 PM UTC+4, Proxy Singh wrote: I m getting error msg An error has

Re: CampaignService returns

2013-10-14 Thread jasonl_cadev
I see this error too. In my case it happens when calling get on a campaign that was created prior to v201309 AND the campaign houses PLA ads AND I'm including the field Settings. Removing Settings from the field list returns the campaign successfully. We are currently having use v201306 as

Re: what is the maximum lenght of gclid field in google adwords

2013-10-14 Thread Danial Klimkin
Hello, There is no limit published and the length can change in the future. Please handle it as any other URL parameter. -Danial, AdWords API Team. On Thursday, October 10, 2013 8:45:30 PM UTC+4, Proxy Singh wrote: what is the maximum lenght of gclid field in google adwords -- --

Re: CampaignService returns

2013-10-14 Thread Danial Klimkin
Thanks for the details, I've reproduced it. Will follow up once we have it resolved. -Danial, AdWords API Team. On Monday, October 14, 2013 6:20:49 PM UTC+4, jasonl_cadev wrote: I see this error too. In my case it happens when calling get on a campaign that was created prior to v201309

Re: OAuth 2.0 hangout and/or screencast please, for PHP Client Library developers

2013-10-14 Thread Paul Matthews (AdWords API Team)
Hi Nick, The UseOAuth2 example has been moved to GetRefreshToken.phphttps://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/Auth/GetRefreshToken.php, which demonstrates retrieving and configuring a refresh token (used by OAuth2). For further information on this, please

Re: V201309 Placement Performance Report - Managed Automtic

2013-10-14 Thread Danial Klimkin
Hello DK, Thanks for bringing this up. I'll check if we can have a separate column for this property. -Danial, AdWords API Team. On Monday, October 14, 2013 4:04:49 PM UTC+4, okieb...@gmail.com wrote: Happy Columbus Day Google API Team - Quick Question on V201309 and

Re: Where is keywordless performance report type ?

2013-10-14 Thread Danial Klimkin
Hello, DSA (keywordless ads) performance can be obtained with the Ad Performance report. -Danial, AdWords API team. On Friday, October 11, 2013 5:59:56 PM UTC+4, 照沼領 wrote: At AdWordsApi requirements R.1100-1004 Keywordless Performance . Which match report type ? Is it Keywords

Re: My test account returns AuthenticationError.NOT_ADS_USER Exception

2013-10-14 Thread Julius Markūnas
Hello, I'm having the same problem. Client customer ID and developer_token are taken from real account, which is pending for approval, but I still get AuthenticationError.NOT_ADS_USER error. Test account is test...@innerballoons.com. Can you check what am I doing wrong? My config: :service

allready have acces to the Adwords API, and forced to apply fo acces again for test account !?

2013-10-14 Thread charles vlug
Hi, i allready have acces to the Adwords API, since begin this year (Customer-id: 763-640-7721 ). Getting acces took several months and a lot of emails. Now i want to use the API, i must make a test account, and apply fo acces, while i have allready acces in a non-test account ! How can i

Re: Changing the status of an automatic placement

2013-10-14 Thread Danial Klimkin
Hello, Please avoid responding to very old threads. Instead, create a new one for your issue / question. I am locking this one as it is from 2011. -Danial. On Saturday, October 12, 2013 6:03:56 AM UTC+4, s wrote: Hi, I was wondering if you could help me out with modifying placement

Re: My test account returns AuthenticationError.NOT_ADS_USER Exception

2013-10-14 Thread Danial Klimkin
Hello Julius, It looks like you are trying to use Service Accounts / OAuth2 JWT flow. This flow is only available if you have a Google Apps account and is rarely used. It only makes sense to use it if you need user impersonation (your app needs to act as different users). I suggest using

Re: getCriterionBidLandscape

2013-10-14 Thread Josh Radcliff (AdWords API Team)
Hi Gabriel, Could you provide more details on the results you get back from your example? You mentioned that the totalNumEntries returned is incorrect. It would be helpful to know the expected and actual values for totalNumEntries. Thanks, Josh, AdWords API Team On Thursday, October 10,

Budget creation failing since update to colsolidated billing

2013-10-14 Thread Allen
Anyone else having this problem? Start last week after the Google update to Consolidated Billing. Budget creation fails, no error msg. Suspect it is due to lack of handling for time (or timezones?) on Budgets in the new system. ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: 201306 PHP API criterion bid changing Error

2013-10-14 Thread Takeshi Hagikura (AdWords API Team)
Hi, Also for PHP, you can refer this examplehttps://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201309/BasicOperations/AddKeywords.phpto set AdGroupCriterion bids. Did you request succeed updating the AdGroupCriterion? (Please see SOAP logs to see if it