Re: Ruby client -- download_report.rb failed

2011-06-15 Thread Danial Klimkin
I can't really read the report but I think I know what the problem is. I will include fix in the next release. Do you fill comfortable changing the library code locally a bit to confirm that resolves the problem? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Bulk Upload not working in production only

2011-06-15 Thread Pulkit
Hi, I am facing a problem with bulk upload. I have an MCC account and an adwords client account. I linked both the accounts and all the billing information in both the accounts are perfect. My developer token is approved. Now i have an application which is designed to upload bulk ads keeping all

Pending Approval for a month

2011-06-15 Thread john
Our adwords api developer token has been pending approval for a month. Is there someone I can contact directly? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread Kevin Winter
Hi, What version of the AdWords API are you using? In your code, you are iterating over each campaign and making a separate request for each campaign. Are you saying that you are seeing the results for campaigns 1, 2, 3 but then 4 has no results? Does the XMLResponse indicate anything out o

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread Kevin Winter
Hi, The CustomerSyncService returns back an array of CampaignChangeData which has an array of AdGroupChangeData which itself has an array of changedCriteria IDs, documented here: http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.AdGroupChangeData.html - Kevin Winte

Re: API still Pending

2011-06-15 Thread Kevin Winter
Hi, If you send your account details to kevin.win...@google.com I will try to escalate your request. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group

Re: Is there is a delay between real data and API data?

2011-06-15 Thread Eric Koleda
Hi All, We've published a new blog post that covers this topic in greater detail: http://adwordsapi.blogspot.com/2011/06/statistics-in-reports.html Let us know if you have any feedback. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gr

Re: Aw: KW Perf. Report missing Content Network stats

2011-06-15 Thread Eric Koleda
Hi All, The previous "Content" keyword functionality has been restored as on yesterday. Please let us know if you continue to find it missing from your reports. Reed, we are continuing to work with the core engineering team to expose the "Other domains" figure but there some challenges invo

Re: OAuth support - please finish the job

2011-06-15 Thread Eric Koleda
Hi All, Thank you for your continued interest in using OAuth with the API. Unfortunately I don't have any timeline on when the feature would be available for report downloads, but I'll let you know when I have any updates. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: API Token Pending

2011-06-15 Thread Kevin Winter
Hi Josh, If you could please send your account information to kevin.win...@google.com, I'll try to expedite your request. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gr

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread kush
Thank you kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
I'm using API v200808. I could see the results for first 3 campaigns and from there i couldn't see any results for other campaigns. The program ends abruptly. When i try to get the keywords under all campaigns at once , it throws an exception 'Response size limit exceeded'. Is there any other servi

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
sorry, i'm using API version v201008 On Jun 15, 9:15 am, Kevin Winter wrote: > Hi, >   What version of the AdWords API are you using? > > In your code, you are iterating over each campaign and making a separate > request for each campaign.  Are you saying that you are seeing the results > for cam

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread Bilal Ahmed
Hi All, I am trying to get monthly search volume & CPC for any given month, year or day. Any pointers would be great Cheers On Mon, Jun 13, 2011 at 8:27 PM, kush wrote: > > hi, > I'm trying to use customersyncservice to find any newly added or > deleted campaigns , adgroups and keywords. > But us

QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @

2011-06-15 Thread SOCPO
Hello everyone! I´m a newbie Developer and I´m havin some problems with a test on Adwords API, I receive the next message when I try to run my first client (In java) : AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: QuotaCheckError.INCOMPLETE

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread Kevin Winter
Hi, If you just need to retrieve all keywords for all campaigns, a report can do that for you. By using a Keyword Performance Report: http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords You can select KeywordText to get the actual text of the keyword. (you can also pull

Web UI Sandbox a Must

2011-06-15 Thread mc c
Guys, The 201101 api is nice but there is something that just needs to be done is to have a sandbox version of the UI for adwords, many of the things you need to do to test a system require a visual tool to do so, it would be nice if the sandbox version = the real version except obviously ads d

Re: Registering new users through API

2011-06-15 Thread mc c
it would be nice if it did especially with the new Adword ID Creation in the MCC, that would be great if that functionality was exposed in the API. - Mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gro

Re: QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @

2011-06-15 Thread mc c
For the api to work you need to have billing info on hand in the MCC log in and change or add your billing information to a approved card, Log into the mCC account and goto the billing tab open the billing tab and navigate to billing Prefrences Remember it costs money to use the Adwords API. Y

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
hi, i've tried the same logic using api version v201101. Now it works and retrieves all keywords under all campaigns. But i couldn't figure out how to retrieve the keyword statistics using the adgroupcriterionservice under api v201101. There is no example to refer how to retrieve the stats. Please

v201101 cross-client reports

2011-06-15 Thread rayden
Hello guys, This is very HOT topic, and one month ago you said, its about few weeks, till its finnished. I think it really is a must have function, and agencies have really hard time working with v13, and 201101, and all this mess. When can we expect cross client reports? Real date please. Best

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread Kevin Winter
Hi, BiddableAdGroupCriterions returned via that service have a field named "stats": http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.Stats.html This field will give you the stats for a keyword (or other type of criterion). You will also need to specify the st

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
hi, i tried to do that but i couldn't figure out how to specify the required fields in generic selector. I've to retrieve CampaignStats(clicks, conversions etc..) along with Ids. Please give me an example on how to specify that in fields list of selector. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Conversions in report with no cost or clicks

2011-06-15 Thread GregT
Kevin, thanks for responding. At this point, I wonder if there may be a bug in the adwords reports. Please tell me if you agree. I ran across http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=145453&ctx=top5&src=top5 while trying to solve something unrelated. I can see how reason

Inconsistent Data: Adwords API Traffic Estimator, and Adwords.google.com Traffic Estimator Tool

2011-06-15 Thread CocosIndeed
I just started using the adwords API and was able to get authenticated and to play around with the sample scripts. Generally, they are returning correct campaigns and information however, when I run the traffic estimator (get_traffic_estimates.py), using my own keywords, it gives a vastly different

How do I get API access?

2011-06-15 Thread Patrick
I am extremely frustrated right now while trying to find the signup form for Adwords API access. The links in the documentation seem to lead me in circles, never actually arriving at the form. I had a similar problem when signing up for Google Maps API, which I did purchase eventually, where I coul

Re: Conversions in report with no cost or clicks

2011-06-15 Thread GregT
Sorry, please disregard the 2nd half of my previous post. The keyword performance report only shows the one keyword on 5/22/2011 as having no cost or clicks but having conversions, which agrees with the adwords UI. For the cases on 5/19 and 6/4, the search performance report indicates that the se

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread Kevin Winter
Hi, This code example shows how to get AdGroupCriteria in general: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAllActiveAdGroupCriteria.php If you added the following to the fields in the selector, you will get the appropriate stats: 'Clicks', 'Impr

Re: error in retrieving all keywords under a campaign

2011-06-15 Thread kush
hi, i've tried the same way. Here is how my code looks like: $campaignId = (float) '9158116'; $selector = new Selector(); $selector->fields = array('Id', 'CampaignId','Status','Clicks','Impressions'); $selector->ordering = array(new OrderBy('CampaignId', 'ASCENDING')); // Cre

Re: Ruby client -- download_report.rb failed

2011-06-15 Thread google314
Hi Danial: For that question I don't mind if the library can be modified a little bit since the previous problem can be resolved; however, I think the over frequently changing api may cause the original project unstable. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: AuthenticationError.NOT_ADS_USER

2011-06-15 Thread kath
No I have the same problem with a new gmail login This time the request info is: host=adwords-sandbox.google.com method=get responseTime=74 operations=0 units=0 requestId=0535b7d1e1f5032da38779b7e6ebcaa7 isFault=true faultMessage="AuthenticationError.NOT_ADS_USER @ ; trigger:'507762239034' S

Re: Ruby client -- download_report.rb failed

2011-06-15 Thread google314
Hi Danial: Yes, I think it is OK to modify it locally, but I do not know where the problem is, could you tell me how do I modify the library, please? Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://