Re: Segmentation in Click Performance Report?

2015-01-30 Thread Josh Radcliff (AdWords API Team)
Hi Joel, Thanks to your post, the reporting team has corrected the field behaviors returned by ReportDefinitionService.getReportFields https://developers.google.com/adwords/api/docs/reference/v201409/ReportDefinitionService#getReportFields for the CLICK_PERFORMANCE_REPORT. Please see the

Uncaught SoapFault exception: [HTTP] Could not connect to host with version 201406

2015-01-30 Thread Emin Aydan
Hi, i saw the other subject (https://groups.google.com/forum/#!topic/adwords-api/IxBApcUPmQc) but Our server is everything normal. We don't use firewall and proxy. But we see this error sometimes. Please help me. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: [Java] Spending limit of BudgetOrder is nullable?

2015-01-30 Thread Josh Radcliff (AdWords API Team)
Hi Brandon, The budget team just got back to me with more details. As it turns out, budget order ID 186878453 was created via the UI and was abandoned at some point in the UI flow (e.g., the user navigated out of the budget order flow in her browser). You could try submitting a

MostSpecificCriteriaId in Geo Performance report

2015-01-30 Thread David Antunes
Hi, I get cases (about 1.6% of the rows) where the CountryCriteriaId on the geo performance report is defined (and sometimes the region, etc) but not the MostSpecificCriteriaId. What is the meaning of this situation? If the CountryCriteriaId is defined shouldn't it be the

Re: Adwords Developers API developer token request before linking accounts

2015-01-30 Thread Danial Klimkin
Hello Dani, This group is for discussing technical questions only. Please fill in this form to reach the tokens review team directly: https://services.google.com/fb/forms/apicontact/ -Danial, AdWords API Team. On Friday, January 30, 2015 at 1:42:04 PM UTC+3, Dani B wrote: To access

Re: Offline conversions uploaded via SOAP API not appearing in adwords account

2015-01-30 Thread Danial Klimkin
Hello Jason, Please make sure you specify correct date range in the UI. Note, conversion is recorded for the date of the click, not for the date in your API request. -Danial, AdWords API Team. On Friday, January 30, 2015 at 3:02:02 AM UTC+3, Jason Vander Zalm wrote: I'm attempting to

Re: MostSpecificCriteriaId in Geo Performance report

2015-01-30 Thread David Antunes
Hi, More questions regarding this report: - If I understand correctly the geographical data is in a tree-like structure, where I can, for example, get all the impressions for the MostSpecificCriteriaId: 9056913, CBD South Melbourne,Victoria,Australia, City Region by summing all of the

Offline conversions uploaded via SOAP API not appearing in adwords account

2015-01-30 Thread Jason Vander Zalm
I'm attempting to upload offline Purchase conversions to our adwords account, based on the following example: https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201409/AdvancedOperations/UploadOfflineConversions.php It all appears successful (ie no error code is

Adwords Developers API developer token request before linking accounts

2015-01-30 Thread Dani B
To access adwords api you have to have developers token. To create developers token you have to have a MCC account. So i have created the MCC account and requested the api access. And then i have linked all my adwords accounts. Well my mistake. I should first linked my accounts and

Re: Can We use one developer token for accessing different adwords accounts in auth.ini file

2015-01-30 Thread Danial Klimkin
Hello Shabhan, Yes, developer token doesn't restrict the target account. You need to acquire a separate refresh token though, repeating the authorization flow. Alternatively, you can link all your accounts under a single MCC and use MCC-level credentials. -Danial, AdWords API Team. On