Re: Internal API error while Mutating BiddingStrategy

2015-03-15 Thread Josh Radcliff (AdWords API Team)
Hi Joao, An *UNEXPECTED_INTERNAL_API_ERROR* is, as you suspected, often due to a timeout occurring while we process your request. As a general rule, you should implement error handling and retry logic as specified in our best practices guide

Re: Changing billing settings via API ends in endless "under review"

2015-03-15 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry for the delay. I've opened an issue with the billing team to investigate why that order is still stuck in the PENDING state. I'll post back here as soon as I have an update from them. Note that I found that the order line you mentioned was actually under a different customer ID: 748-

Re: В настройка MCC не вижу API центра

2015-03-15 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry, I can only answer in English, but you can only create a developer token using a *non-test* account. If you create a non-test MCC, you should see the *AdWords API Center* in the UI. Thanks, Josh, AdWords API Team On Sunday, March 15, 2015 at 7:30:23 PM UTC-4, Иван Волков wrote: > > З

Re: How to filter metrics by campaings and conversion

2015-03-15 Thread Josh Radcliff (AdWords API Team)
Hi, My best guess is that you are using an earlier version of the API, not v201502. The report types page only lists the available fields for the *latest* version of the API. The *ConversionTrackerId *field is only ava

В настройка MCC не вижу API центра

2015-03-15 Thread Иван Волков
Зарегистрировал тестовый аккаунт что бы получить develorep token но в настройках нет центра api adwords в техподдержке(по телеофну) не помогли что можно сделать что бы появилась вкладка api adwords? Идентификатор клиента: 170-800-1224

Google Adwords API login

2015-03-15 Thread Antonio Peric
Hi, we are creating web (single page app - NG app), Android and iOs app (both with phonegap) and we want to authorize user for Adwords API with offline access. We noticed that if we use iOS id and secret that refresh token that we got is not valid for web application and vice-versa. How we can

Internal API error while Mutating BiddingStrategy

2015-03-15 Thread João Aparício
Hi there, This is happening some times: Server raised fault: 'InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro' The python code is adgroup_service = client.GetService('AdGroupService', version='v201409

How to filter metrics by campaings and conversion

2015-03-15 Thread Antonio Peric
Hi, in CAMPAIGN_PERFORMANCE_REPORT I see there are fields for CampaignId and ConversionTrackerId. When I try to use both in predicat like this if ($filters['campaigns']) { $selector->predicates[] = new \Predicate('CampaignId', 'IN', $filters['campaigns']); } if ($filters['conversions']) {