Re: SEARCH_QUERY_PERFORMANCE_REPORT

2012-11-01 Thread Oliver
You can find all the fields and their types for this report here: https://developers.google.com/adwords/api/docs/appendix/reports#search-query Oliver On Wednesday, October 31, 2012 10:48:18 PM UTC, steven66062 wrote: Hello, I had been downloading Search_Query_Performance_Report using the

Re: BudgetID has INVALID_ID according to CampaignOperation

2012-11-01 Thread Takeshi Hagikura
Hello Bryan, By any chance did you delete that Budget with BudgetId 96414882? i found the Budget with Id : 96414882 is deleted status. Can you please try adding another Budget? Best, - Takeshi, AdWords API Team 2012年10月29日月曜日 4時53分06秒 UTC+9 Bryan Minor: Working with AdWords API v201209. I

Re: Text Ad Product Price Automatic Update

2012-11-01 Thread Peter Crowley
Hi Aaron, If you variablise price {param1:$9.50} also stock quantities {param2:5} in your AdWord text. You can then use the AdParamService to associate prices with each keyword. While doing it in the keyword seems like a pain it is cheap 0.1 unit per update. -Peter On Thursday, 1 November

Re: Can we get statistic information by using Library or Services, but not XML and Reports?

2012-11-01 Thread Anash P. Oommen
Hi Mirror, AdWords API reports can handle only one customerId at a time. So if you set clientId as the customer id of an account, you will get the results only for that customerId. You can also limit your results within an account by using predicates. Cheers, Anash P. Oommen, AdWords API

Re: ReportService keeps failing with The remote server returned an error: (400) Bad Request

2012-11-01 Thread Anash P. Oommen
Hi, As I mentioned in my previous post, I need the complete response xml to figure out the issue. A 400 error code is simply telling me that something went wrong, nothing more. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 31 October 2012 17:49:07 UTC+5:30, nf7588 wrote: we

Re: question about google-api-adwords-java

2012-11-01 Thread Anash P. Oommen
Hi Kelvin, I'll ask the library maintainer to comment on this, but my understanding is that both libraries are being maintained side-by-side and there is no plan in place for migrating to the new version yet. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 31 October 2012 17:06:14

Re: SEARCH_QUERY_PERFORMANCE_REPORT

2012-11-01 Thread Anash P. Oommen
Thanks, Oliver :) Anash P. Oommen, AdWords API Advisor. On Thursday, 1 November 2012 13:26:45 UTC+5:30, Oliver wrote: You can find all the fields and their types for this report here: https://developers.google.com/adwords/api/docs/appendix/reports#search-query Oliver On Wednesday,

Unable to modify Budget of campaign

2012-11-01 Thread Sanju A
Hi Adwords, I'm stuck in migrating to V201209 using java. How can we modify individual budget or shared budget of a campaign. I have seen in one of the mail thread that assigning budgetId to null for existing campaign (which is having some budget previously) and setting this budget to campaign

Re: Sandbox EstimateKeywordTraffic requests were working. However, now they result in [AuthenticationError.NOT_ADS_USER @ ; trigger:'']

2012-11-01 Thread Sebastian
I notice that as the error message has changed . Well at least is a start . TY On Wednesday, October 31, 2012 12:36:46 PM UTC+1, Danial Klimkin wrote: Hello Sebastian, All, We are working on a solution for this issue and should have more information soon. -Danial, AdWords API Team.

Re: Sandbox EstimateKeywordTraffic requests were working. However, now they result in [AuthenticationError.NOT_ADS_USER @ ; trigger:'']

2012-11-01 Thread Sebastian
The new error message is *[AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'']*. Happens in Sandbox for TrafficEstimatorService and TargetingIdeaService only. Others services are working fine . My hunch is that the answer isn't coming from the sandbox server but from from the Live one.

Re: SEARCH_QUERY_PERFORMANCE_REPORT

2012-11-01 Thread Steven Brown
In the appendix, the column name specified for fetching the search term in the SEARCH_QUERY_PERFORMANCE_REPORT is query. When I use query as the report column, I get INVALID_FIELD_NAME_FOR_REPORT error. typeReportDefinitionError.**INVALID_FIELD_NAME_FOR_REPORT** /typetrigger*Query*/trigger Pl.

Data freshness (i.e. how often to query?)

2012-11-01 Thread J
I've read this help page on data freshness for AdWords: https://support.google.com/adwords/bin/answer.py?hl=enanswer=2544985 Wanted to confirm my understanding: - My report query is for statistics such as clicks, impressions, conversions, cost. I'm querying for hourly data by using Date

Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-01 Thread Jarrett Croll
I have been using the Adwords API for about a week now. I have been using the PHP client library. Yesterday I received this error message: QuotaCheckError.MONTHLY_BUDGET_REACHED So today I went and upped my monthly budget for the API. Now I am receiving this error message:

Re: BudgetID has INVALID_ID according to CampaignOperation

2012-11-01 Thread Bryan Minor
Takeshi, At the time I was running this and numerous (tens of times) other examples, nothing was being Deleted (Removed) by me, and all had exactly this same behavior. Later I did try to remove some of these Budgets from the BudgetService (seperate posting) and saw many errors. What I really

TargetingIdeaService with broad match

2012-11-01 Thread terrafant
Hello. I've been using TargetingIdeaService in v201109 and used to get broad match value. But according to Migration Guide (v201206): v201206 only supports Exact match keyword query strings with the TargetingIdeaService Is there a way for me to get Broad match SEARCH_VOLUME value? --

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2012-11-01 Thread Michael Chiao
Hi, I'm having the same issue and also with PHP client library. Is anyone else having the same issue? Any way to fix it? Thanks. On Friday, November 2, 2012 2:03:22 AM UTC+8, Jarrett Croll wrote: I have been using the Adwords API for about a week now. I have been using the PHP client

Re: question about google-api-adwords-java

2012-11-01 Thread Kelvin Li
Hi Anash, Thanks for your reply. That's good to hear. Please let us know after you get the feedback from the maintainer. Thanks! -Kelvin On Thursday, November 1, 2012 6:13:21 PM UTC+8, Anash P. Oommen wrote: Hi Kelvin, I'll ask the library maintainer to comment on this, but my