Re: MutateJobService not completing

2014-10-22 Thread Alan Coleman
Thanks for looking into this and replying Josh, So if the job is completing it looks like my issue maybe with the feedback to the browser hanging. I'll use this as my next pointer. Thanks again. On Tuesday, October 14, 2014 3:59:15 PM UTC+1, Alan Coleman wrote: Hello everyone, I'm having

Are all Campaign settings available via the API

2014-10-22 Thread Alan Coleman
Hello everyone, I'm using CampaignService https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201409-CampaignService to get hold of a Campaign and it's settings. However when I look at the campaign in the AdWords interface there are settings that don't seem to be

Re: label id uniqueness

2014-10-22 Thread Danial Klimkin
Hello Greg, Thank you for reporting this issue. Let me confirm and update this thread and the documentation. -Danial, AdWords API Team. On Tuesday, October 21, 2014 11:36:35 PM UTC+4, GregT wrote: Hi, The Working with Objects (

Re: Error 502 (Server Error)!!1

2014-10-22 Thread Danial Klimkin
Hello Rohit, You should always be handling unknown errors. We have a very low ratio of these internal errors but some happen from time to time. If you encounter such an error for a prolonged period of time, please send us the exact request code (XML, HTTP headers) *over email* (reply to

Re: Are all Campaign settings available via the API

2014-10-22 Thread Danial Klimkin
Hello Alan, These features are available via Criteria: https://developers.google.com/adwords/api/docs/reference/v201409/CampaignCriterionService.Criterion -Danial, AdWords API Team. On Wednesday, October 22, 2014 12:25:23 PM UTC+4, Alan Coleman wrote: Hello everyone, I'm using

connection resets, 502 Bad Gateway errors

2014-10-22 Thread lawrence kalinowski
Since October 11th, 2014 - incidence of connection resets 502 bad gateway exceptions rose dramatically. We've decreased the frequency of requests to address the connection resets, but have been unable to get the incidence of 502 errors down to zero. Best practices advice to avoid this error?

Replacement for AlertService API

2014-10-22 Thread Ian Slinger
I see that the AlertService has been removed in release v201409. I still need to be able to find out if a credit card has expired, but there is no indication in the release notes of an API call to replace this functionality. How do I check for alerts such as DECLINED_PAYMENT? -- --

Re: Replacement for AlertService API

2014-10-22 Thread Danial Klimkin
Hello Ian, There is no replacement at the moment. You can still use v201406 to obtain this data. -Danial, AdWords API Team. On Wednesday, October 22, 2014 8:47:55 AM UTC+4, Ian Slinger wrote: I see that the AlertService has been removed in release v201409. I still need to be able to

How to get all account only with company!!!

2014-10-22 Thread g . adwords+api
many my account has not company, I want filtered it. I tried add more than one predicates, but it is not help. report = { 'reportName': 'Last 7 days CAMPAIGN_PERFORMANCE_REPORT', 'dateRangeType': 'LAST_7_DAYS', 'reportType':

Cannot Filter by Domain or DisplayName in AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT

2014-10-22 Thread Dorian Kind
Hello, like the title says, I'm unable to filter an adhoc automatic placements report by either of these two fields. If I try Domain, I receive an INVALID_PREDICATE_FIELD_NAME error, while DisplayName returns an INVALID_FIELD_NAME_FOR_REPORT exception. Both of these fields should be legal

Why I get empty company?

2014-10-22 Thread g . adwords+api
Hello. I don't understand, why i get empty company? This is my query: report_downloader = self.adwords_client.GetReportDownloader(version='v201409') report = { 'reportName': 'Last 7 days CAMPAIGN_PERFORMANCE_REPORT',

Re: Cannot Filter by Domain or DisplayName in AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT

2014-10-22 Thread Dorian Kind
Update: a colleague just enlightened me (by using ReportDefinitionService.getReportFields) about the fact that DisplayName is not a filterable field, so that explains half of the issue. But Domain should still be usable in a filter. On Wednesday, October 22, 2014 3:30:30 PM UTC+2, Dorian Kind

Re: How to get all account only with company!!!

2014-10-22 Thread Josh Radcliff (AdWords API Team)
Hi, If an account does not have any campaigns then a CAMPAIGN_PERFORMANCE_REPORT for that account will be empty. What's more likely is that those accounts have campaigns but the campaigns are in the REMOVED state. You can exclude those by filtering for *Status* *NOT_EQUALS 'REMOVED'*.

How to avoid OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY

2014-10-22 Thread Jose Luis Lopez Pino
Hi, I'm trying to update (remove and add) the ads of several adgroups, but frequently I get an OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY error when I try to remove the old ads. To try to avoid this, I'm including the following condition in all the selectors to ensure

unauthorized client

2014-10-22 Thread gaurang
Hi, I am getting below error, can any one let me know where i am wrong. An error has occurred: { error : unauthorized_client } Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Add offline conversion clicks to Campaigns..!!

2014-10-22 Thread VP
Hi, I want to add offline conversion Clicks to adwords campaignid(Campaign) without using gClId. I had go with this example :: https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/AdvancedOperations/UploadOfflineConversions.php But I dont want to add conversion

Re: OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY Bug?

2014-10-22 Thread Eric Maas
Thanks! On Tue, Oct 21, 2014 at 11:23 AM, Anash P. Oommen (AdWords API Team) adwordsapiadvisor+an...@google.com wrote: Hi Eric, Campaigns don't enforce unique name in deleted items, I'll check with the team if the same behaviour can be extended to adgroups. Cheers, Anash On Monday,

Re: Error 502 (Server Error)!!1

2014-10-22 Thread rohit
Thanks Danial. We will add error handling. On Wednesday, October 22, 2014 3:59:10 AM UTC-5, Danial Klimkin wrote: Hello Rohit, You should always be handling unknown errors. We have a very low ratio of these internal errors but some happen from time to time. If you encounter such an error