Re: AWQL WHERE OR CONTAINS_IGNORE_CASE

2014-04-21 Thread Danial Klimkin
Hello, Unfortunately "OR" is not supported. The best approach I can suggest is to use "STARTS_WITH_IGNORE_CASE" and filter out unneeded entries on the client side. Alternatively, you can run N reports, one per keyword, and merge them. Also, check out if AwReporting

Would like to use this API

2014-04-21 Thread yogesh
Hello Experts, I'm running a small internet marketing company in India. My expertise is to manage Google Ads and I charge certain amount for it. My question is, there are lots of companies here developed their own system and doesn't charge fees from clients. Ex: They charge $500 and provide $

Re: I want to specify a Campaign.ServingStatus to predicates of CampaignReport.

2014-04-21 Thread Brian Moeskau
The Status field is the status as selected by the *user* (enabled, paused, deleted) while the ServingStatus is set by the *system* based on factors like campaign dates, billing set up correctly, etc. A campaign can be ACTIVE, but with a ServingStatus of PENDING or SUSPENDED and *not serving ads

"CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE" Error While creating Product Partition

2014-04-21 Thread Amol Sharma
Hi, I'm getting the "CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE" Error, while creating product partition in a adgroup of shopping campaign. Also can't see any description of this error in the documentation anywhere. I've mostly followed this code flow: https://github.com/googleads/googlea

Google Adword API Issue - PHP Client lIbrary

2014-04-21 Thread Najmudheen Chalakkandi
I am using the Google Adword Api (v201306) - PHP client library to . Since last three dyas, getting an error message "Report download failed. Underlying errors are Type = 'RequestError.INVALID_INPUT', Trigger = 'You are accessing an AdWords API version v201306 that has been discontinued. Ca

Add BiddableAdGroupCriterion

2014-04-21 Thread Benjamin Schwartz
Hello, How would I go about adding a BiddableAdGroupCriterion? I have a number of products that I would like to add to my Shopping campaign and I would like to have each product on its own. I have figure out how to update existing BiddableAdGroupCriterion, but I am having problems adding new

ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-04-21 Thread Madhav Kakani
Hi All, I am getting the above errors for the past 2 days - thus this is not a random occurence. Can one of you help me? I am using an MCC account to download Click Performance reports for its sub accounts. Everything was working OK until two days ago. < reportDownloadError>ReportDownloadError

Re: OAuth2 Campaign update issue (c#)

2014-04-21 Thread Danial Klimkin
Hello Richard, It is unlikely this error will be returned for an invalid bid strategy. Please double-check you use the same credentials for all services. Also, please make sure your AccessToken is properly refreshed as it is valid for 1 hours only. -Danial, AdWords API Team. On Saturday, A

Re: Google Adword API Issue - PHP Client lIbrary

2014-04-21 Thread Danial Klimkin
Hello Najmudheen, As per the error message, AdWords API v201306 is discontinued and no longer supported. Please migrate to a later API version. See this post for more details: http://googleadsdeveloper.blogspot.com/2014/03/reminder-adwords-api-v201306-and-ad.html Also, note the sunset sche

Re: Unable to get Client Details in MCC account while using PHP Client library

2014-04-21 Thread prafull mathur
Hi, Thanks for your reply , but i have a MCC account and i want my all client details like (Campaign,AdGroup,Ads etc.) . So please let me know how i can get client id dynamically in my code to get everything related to my client's. On Thursday, 17 April 2014 11:37:12 UTC+5:30, prafull math

Re: Unable to get Client Details in MCC account while using PHP Client library

2014-04-21 Thread prafull mathur
Hi, Thanks for your reply , but i have a MCC account and i want my all client details like (Campaign,AdGroup,Ads etc.) . So please let me know how i can get client id dynamically in my code to get everything related to my client's. On Thursday, 17 April 2014 19:02:57 UTC+5:30, Josh Radclif

Re: "CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE" Error While creating Product Partition

2014-04-21 Thread Amol Sharma
ignore. fixed now. setting partialFailure to false in soap header worked. -- Thanks and Regards, Amol Sharma On Mon, Apr 21, 2014 at 2:53 PM, Amol Sharma wrote: > Hi, > > I'm getting the "CAMPAIGN_TYPE_NOT_COMPATIBLE_WITH_PARTIAL_FAILURE" Error, > while creating product partition in a adgroup

Re: Google Adword API Issue - PHP Client lIbrary

2014-04-21 Thread Najmudheen Chalakkandi
HI Danial Thanx for your reply and successfully downloaded the report but now am facing another issue I was trying to download 'Account Performance Report' and am using the following code but getting the error 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT' /*---

Google adword report issue

2014-04-21 Thread Najmudheen Chalakkandi
Hi Friends I was trying to download 'Account Performance Report' and am using the following code but getting the error 'ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT' /*-*/ Using *googleads-php-li

Re: AdWordsService.v201402.CampaignService Fail to Enumerate Some Campaigns

2014-04-21 Thread Michael Cloonan (AdWords API Team)
Hi, If you are sure that it is not an issue with your OAuth authorization, then I believe the next step is to include the debugging code you mentioned and figure out which campaigns are failing, and whether it's the same ones every time. If you would like to provide more specific detail, you ca

AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:''

2014-04-21 Thread Yilmaz
I just change the API version 201306 to 201402. now I can not get a list of campaign -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=

Re: OAuth2 Campaign update issue (c#)

2014-04-21 Thread Richard
Hi, I have resolved the authenticate issue but I am still getting the error below, any idea? System.Web.Services.Protocols.SoapException: [RequiredError.REQUIRED @ operations[0].operand.budget.budgetId] at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage mes

Re: OAuth2 Campaign update issue (c#)

2014-04-21 Thread Richard
Can we still update campaign budget via api, our code below to update budget worked on v201309 but error on v201402 GoogleCampaign.CampaignOperation op = new CampaignOperation(); op.operand = new Campaign {id = campaignID, idSpecified = true}; op.operand.budget = new Budget(); op.operand.budget.a

Re: Unable to get Client Details in MCC account while using PHP Client library

2014-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, Once you have the client IDs (which you can get using the ManagedCustomerServiceas shown in the GetAccountHierarchy.php

Re: Google adword report issue

2014-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, As the error indicates, your selector references one or more field names that are not valid for the report. Valid field names are all documented on the Report Types page. Use the name in the first column when constr

Re: AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:''

2014-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, Are you using ClientLogin or OAuth2 as your authentication method? As announced on this forum and our blog, ClientLogin is only su

Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2014-04-21 Thread bgao
Hi, We are getting ERROR_GETTING_RESPONSE_FROM_BACKEND error consistently for 2 days whenever we try to get an Ad Performance Report for one of our account (using 201309 API). The account contains many Product Listing Ads. The report download request is as below. It has been always working unti

Re: Consistent ERROR_GETTING_RESPONSE_FROM_BACKEND error when getting Ad Performance Report

2014-04-21 Thread Anash P. Oommen (AdWords API Team)
Hi Bin, ERROR_GETTING_RESPONSE_FROM_BACKEND is often the result of a timeout at our end, so if you run smaller reports by filtering for a group of campaign ids, then the error should get resolved. If you continue seeing the errors despite cutting the report size, then let me know, I'll investig

Re: OAuth2 Campaign update issue (c#)

2014-04-21 Thread Anash P. Oommen (AdWords API Team)
Hi Richard, The server is complaining about missing budgetId. See the error code snippet, System.Web.Services.Protocols.SoapException: [RequiredError.REQUIRED @ operations[0].operand.budget.budgetId] Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, April 21, 2014 10:24:38 AM UTC-4, Ric

Re: Google Adword API Issue - PHP Client lIbrary

2014-04-21 Thread Anash P. Oommen (AdWords API Team)
Hi Najmudheen, If you make a request, then the field names should match what is listed on https://developers.google.com/adwords/api/docs/appendix/reports#account. For instance, Status is not a valid column in that report type. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, April 21,

Re: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-04-21 Thread Anash P. Oommen (AdWords API Team)
Hi Madhav, Could you try running a smaller report by filtering for only some campaigns? ERROR_GETTING_RESPONSE_FROM_BACKEND is often associated with a backend timeout at our end due to lots of data being requested in a single report. Cheers, Anash P. Oommen, AdWords API Advisor On Sunday, Apr

Re: Add BiddableAdGroupCriterion

2014-04-21 Thread Anash P. Oommen (AdWords API Team)
Hi Benjamin, See https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/basicoperations/AddKeywords.java for an example. This one adds keywords, but adding a BiddableAdGroupCriterion is the same even if it is for a different criter

Re: Report API Inconsistent Results

2014-04-21 Thread Anash P. Oommen (AdWords API Team)
Hi, How exactly do you download the report? Could you post a code snippet that illustrates the issue? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, April 17, 2014 7:35:51 PM UTC-4, apiapi wrote: > > > Using v17 of the .NET Adwords API library. > > I have an array of 16 AdGroup popu

Re: OAuth2 Campaign update issue (c#)

2014-04-21 Thread Richard
Hi Anash, We do not have budgetId setup in campaign, is it required to update campaign budget amount? In v201309 we have no problem updating campaign budget without budget id. I also checked the campaign selector and it does not return the budget id either. Thanks, Richard On Monday, April 21

Re: Can anyone add some details to the READ_ONLY error?

2014-04-21 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, The most likely reason for this error is that we sunset editing contentBid for display-only campaigns a while back. See http://googleadsdeveloper.blogspot.com/2014/01/reminder-change-to-contentbid-setting.html for details. So it is pretty much possible that your code used to work fin

Re: Retrieve Product Partition title

2014-04-21 Thread Josh Radcliff (AdWords API Team)
Hi Igor, I'm checking with the Shopping expert on our team, but have you tried using the Shopping Performance Report? It contains several fields related to specific types of product dimensions, such as *Brand* for Pro

Re: aw-reporting configuration - log4j/slf4j errors

2014-04-21 Thread Josh Radcliff (AdWords API Team)
Hi, A colleague of mine pointed out that in AwReporting, they always disable reporting money in micros here: https://github.com/googleads/aw-reporting/blob/master/aw-reporting/src/main/java/com/google/api/ads/adwords/jaxws/extensions/downloader/AdWordsSessionBuilderSynchronizer.java#L37 The rou