Regarding api units for ReportDefinitionService and adhoc reports

2011-10-31 Thread Chirag
Hi All, If i use ReportDefinitionService for v201109, should i charged for 400 api units? I am asking this because adwords api blog is saying report service is now free. http://adwordsapi.blogspot.com/2011/10/adwords-api-v201109-launch-providing.html Please note that i am storing report

Re: Regarding api units for ReportDefinitionService and adhoc reports

2011-10-31 Thread Rob Ryan
The blog says that the reporting is free providing you use the new ad hoc reporting method. http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc The current ones will be changed 400 credits when you first create them and no additional change when you reuse the same report

Re: Regarding api units for ReportDefinitionService and adhoc reports

2011-10-31 Thread Chirag
Thanks Rob. On Oct 31, 1:40 pm, Rob Ryan rob...@gmail.com wrote: The blog says that the reporting is free providing you use the new ad hoc reporting method.http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc The current ones will be changed 400 credits when you first

Re: AdWords API Developer's Token Approval

2011-10-31 Thread Danial Klimkin
Hello Yakito, Please send your customer id and all the answers to the email address provided here: https://groups.google.com/d/topic/adwords-api/BXyV40LfEEI/discussion -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: How to get the google adwords api

2011-10-31 Thread Danial Klimkin
Hello sfdc, Please refer to the following page on how to start with AdWords API: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=enanswer=15104 Yes, the API is billable and usage cost depends on number and type of queries you are running. -Danial, AdWords API. --

Re: Gmail.com vs Googlemail.com

2011-10-31 Thread Danial Klimkin
Hello Alexander, v13 service is very old and scheduled for shut down in Feb. I recommend using ServicedAccountService instead. Also, it is recommended to use client customer ID instead of emails for user identification. -Danial, AdWords API Team. --

Re: Non-MCC related account and the use of the ServicedAccountService

2011-10-31 Thread AdWordsAPIAdvisor
Hello Alexander, During multiple tests today I was getting correct responses with one account item via OAuth for a single account using both v201101 and v201109. Do you still experience the issue? Can you send me more details (like exact IDs) via email if so? -Danial, AdWords API Team. --

Re: Google Units And Not Money - V201109 Reporting

2011-10-31 Thread Kevin Winter
Hi, Just wanted to chime in about the 200 response. We recently changed it to return 400 BAD REQUEST if the report is improperly formatted (rather than a 200). Currently it does not reveal specifically what is wrong, but it is better than a 200 OK. We hope to make this error message more

Re: v201109 keyword performance report and Ad Performance Report

2011-10-31 Thread Kevin Winter
Hi, 1. Yes, as long as the CampaignId and AdGroupId match (and it's the same account). 2. Yes, I believe it will. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: customer sync service bug

2011-10-31 Thread Danial Klimkin
Hello Tim, Please send us XML code for request and reply. Having actual code really helps to figure out what the issue is. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: is there a way to get historical data for keywords searches?

2011-10-31 Thread Kevin Winter
Hi, The TrafficEstimatorService is intended to give an estimate of what traffic may be right now for a given keyword. Using reporting, you can report on your own keyword statistics in the past. However, it is not possible to get estimates for keyword traffic in the past. - Kevin Winter

Re: Dot Net - Ad Copy puase

2011-10-31 Thread Danial Klimkin
Hello Khan, You should use 'SET' operation to change status (instead of 'REMOVE' in your code). If it still fails, please send us full XML code of the request and response you are getting. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Developer token pending approval for about 2 months

2011-10-31 Thread Danial Klimkin
Hello Tore, Try emailing the tokens review team as described here: https://groups.google.com/d/topic/adwords-api/BXyV40LfEEI/discussion -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: data streams

2011-10-31 Thread Danial Klimkin
Hello Tim, Thank you for your suggestion. I will forward it to the product management for review. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Default Max. CPC for adgroup

2011-10-31 Thread opalepatrick
OK I can see that it is AdGroupService, so now I could do with an example for using the bid multiplier (in php preferably) but any language would help -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Unexpected API error in Targeting Idea Service

2011-10-31 Thread Ian Knox
Hi folks, For the past 5 days or so our software that gets information from the Targeting Idea Service has been generating the dreaded unexpected internal API errors like crazy. It's been only working correctly about 10% of the time. I've attached a sample XML file of the errors-- any idea

Re: Default Max. CPC for adgroup

2011-10-31 Thread opalepatrick
I want to try an adapatation of the status update stuff. while ($row = mysql_fetch_assoc($result)) { // Create ad group with updated bid. $adGroup = new AdGroup(); $adGroup-id = (float) $row['adgid']; $adGroup-multiplier = 0.75; // Create operations.

Re: UNEXPECTED_INTERNAL_API_ERROR when updating keywords

2011-10-31 Thread algiecas
Yes, this solved the problem, thanks! On Oct 31, 4:16 pm, Kevin Winter kevin.win...@google.com wrote: Hi,   The problem in this specific case is that the MatchType has not been provided.  We've filed an issue to have the response message better reflect the issue.  Please try the request with

Re: Non-MCC related account and the use of the ServicedAccountService

2011-10-31 Thread Alexander Parij
would request id 0004b05ecfcf5ef80a1487cb6f3c be enough ? Thanks. Alexander Parij -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: How to get the number of rows operated on?

2011-10-31 Thread Danial Klimkin
Hello Robert, Pagination is not supported in AdHoc reports. The paging part of the request is ignored and you always get the full report. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Encoding Issues with the Reporting API V201109

2011-10-31 Thread Peter Petrov
Hello, I use Java. In the old V13 reporting API when scheduling search query report I used to get values like: Query=curtains curtains blinds amp; shades home d#233;cor home This #233; is this symbol: http://en.wikipedia.org/wiki/%C3%89 (lower case) In the new API your reference Java

Re: Encoding Issues with the Reporting API V201109

2011-10-31 Thread Peter Petrov
Small correction: in 1): In UAT-8 this é sign would be the bytes c3 a9. I meant In UTF-8 this é sign would be the bytes c3 a9. The two questions are below. Many thanks in advance. On Mon, Oct 31, 2011 at 12:25 PM, Peter Petrov p.a.pet...@gmail.com wrote: Hello, I use Java. In the old

Re: Keyword Category Suggestion

2011-10-31 Thread mani
Hi Eric, Any luck with this issue? thanks, mani On Oct 20, 10:33 pm, Eric Koleda eric.kol...@google.com wrote: Hi Mani, I'm also having trouble retrieving these categories.  Let me ask some of my colleagues and see if I can get more information. Best, - Eric Koleda, AdWords API Team --

Marketing Dashboards

2011-10-31 Thread Curious George
Hello, i would like to create custom dashboards from adwords data. Or more specifically pull data from adwords into a report that i would normally manually pull into document to report to clients every month. I am not a developer can someone point me in a direction here ? --

API Token Application Process

2011-10-31 Thread Jeff
I have tried to submit a software specification to the API approval team. I got a response disapproving access to the API. This specification that I sent them was somewhat detailed and technical. Their response was: “From your application we understand that you are planning to use the AdWords

BMJS Not Returning Job ID

2011-10-31 Thread David B
We've been testing various BMJS scripts in the Sandbox for a couple of months now. However, when using the production server, we are getting a [NotEmptyError.EMPTY_LIST @ selector.jobIds] error, on the first request after the mutate. It looks as if the jobId is not being returned within the