Real Time Data

2011-06-16 Thread munna
Hi All, Can we get the real time data for keyword report .I am using ad words api v13. Any Suggestion will be help full. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

getAllCampaings exemple

2011-06-16 Thread Claudio Pomo
Hi! Today my developer token is approving and I try to use the API without sandbox. In my adwords account I've a lot of campaings, but when I start the 'getAllCampaings' (in exemple) the response is 'No campaigns were found.' What is the problem? --

R: Re: app token

2011-06-16 Thread Claudio Pomo
Hi! Today my developer token is approving and I try to use the API without sandbox. In my adwords account I've a lot of campaings, but when I start the 'getAllCampaings' (in exemple) the response is 'No campaigns were found.' What is the problem? --

Re: getAllCampaings exemple

2011-06-16 Thread Wilrik Mook
Hi Cloudio, You probably are using a MCC account which does not have any campaigns itself. Try setting a client account in the request headers (using clientCustomerId or clientEmail). If you are using a client library, I suggest you check out the examples. Regards, Wilrik 050media --

Re: Bulk Upload not working in production only

2011-06-16 Thread Pulkit
Hi, I just checked the staus of job it shows cmpleted but still not able to see even a single add in live adwords account. Still the same problem for bulk upload every thing works fine when i linked my application to google sandbox but when i linked it to live environment bulk upload stop

Aw: Re: Get all Adgroups without a certain keyword?

2011-06-16 Thread php201101
Thx for your hint, but I'm not looking for a methode to fetch AdGroups that do have a certain keyword but for a methode to fetch AdGroups that DONT have a certain keyword... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Ruby client -- download_report.rb failed

2011-06-16 Thread Danial Klimkin
Hello google314, The changes are in trunk already. Please try the svn version or otherwise it will be in the next release. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Where is the documentation for v201101 gone?

2011-06-16 Thread Alexander Nitschke
Noone? I thought this must be a real problem for all German developers (and French too as they seem to have the same problem). Any solution or even a workaround is greatly appreciated as it's really important to have the documentation for v201101. Thanks. --

Aw: Re: Where is the documentation for v201101 gone?

2011-06-16 Thread Stefan Podkowinski
Your right. I just tested this with firefox 3.6. In case you use the language selection on the top-right of the page we'll be redirected to another language version but won't be able to switch it back to english again. Whats even more annoying is that it will remember your selection from that

How to retrieve signup and lead conversion using API v 201101

2011-06-16 Thread ShayBarChen
Hey , In v13 i was able to retrieve signup and leads conversion Per Ad , how can i do it in version 201101 ? i know that i can retrieve conversion fields such as Conv. rate (1-per-click) Conv. rate (many-per-click) Conv. (1-per-click) Conv. (many-per-click) Total conv. value but this is not

Aw: Re: Where is the documentation for v201101 gone?

2011-06-16 Thread Stefan Podkowinski
Apparently you can get it working again by setting your browsers preferred language to 'en' instead of 'de'. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Migraring V13 Structure Reports to v201101

2011-06-16 Thread ShayBarChen
the following code will fillter your results without zero impressions - just remove it from your code (c# ) if (!this.includeZeroImpression) { // Create a filter Impressions 0 Predicate predicate = new Predicate();

Re: KW Perf. Report missing Content Network stats

2011-06-16 Thread Reed
Eric, the blog posting is excellent. The timing of data availability as explained in the posting matches what we have seen. It was also valuable to be given some insight into the processeing that goes on behind the scenes. My only question on this topic at this point is what is meant when you

Re: Report Fields in v201101, such as VideoPlaybacks

2011-06-16 Thread Eric Koleda
Hi, My understanding was that the VideoPlaybacks field only worked with the VideoAd format that was deprecated after v13. Are you still reporting on this ad format, or do you find that this field works for other ad formats? Best, - Eric Koleda, AdWords API Team --

Re: Average CTR

2011-06-16 Thread Eric Koleda
Hi dzephyrcoder, Unfortunately the API doesn't provide global CTR data for a placement. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Campaign Optimizer via API

2011-06-16 Thread Eric Koleda
Hi, Which feature are you referring to? The BulkOpportunityService is available in v201101, which allows you to get the data available in the Opportunities tab of the UI: http://code.google.com/apis/adwords/docs/reference/latest/BulkOpportunityService.html Best, - Eric Koleda, AdWords API

Re: Migraring V13 Structure Reports to v201101

2011-06-16 Thread Reed
Thanks for the postings - the problem was actually the presence of the Date in the fields list, which I thought that I had removed but apparently hadn't. There is no need for the filter on impressions since the default is for impressions =0 unless you include a field (like Date) that causes

Internal API Error using CampaignTargetService

2011-06-16 Thread Joshua Chan
Hello, while using v13's CampaignTargetService.Get on a certain account, I've been consistently encountering an InternalApiError.UNEXPECTED_INTERNAL_API_ERROR. It has never happened to any other accounts that I've been working with and waiting to retry the request doesn't seem to solve the

keywords performance report is empty, why?

2011-06-16 Thread yegor
I'm trying to create a keywords performance report for campaign 45247095. The report is always empty (doesn't contain any row elements). I'm submitting just one predicate: CampaignId EQUALS 45247095. Am I doing something wrong? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

UseOAuth in the Example of PHP SDK

2011-06-16 Thread Doug
Hi! So I finally got the examples to run! I am trying to get OAuth to work with PHP and Google Adwords API, so far I wasn't able to even run this UseOAuth.php script because I didn't have the oauth.so extension included in my PHP installation. But now I've fixed that and I have gotten this far:

Re: Ruby client -- download_report.rb failed

2011-06-16 Thread google314
I'll try it, thanks :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Unexpected Internal API Error

2011-06-16 Thread Anash P. Oommen
Hi Max, Are you sending these requests to the AdWords production servers or sandbox? I can't locate any of these request ids in the production logs. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: insights for search

2011-06-16 Thread Anash P. Oommen
Hi, You might want to ask about Google Insights for Search on http://code.google.com/googleapps/support/. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Ruby Adwords API Client -- error code combined in the report of CSVFOREXCEL format

2011-06-16 Thread Anash P. Oommen
Hi, I think our team released a fix for this issue to the ruby library trunk yesterday. Could you please take the latest code from http://code.google.com/p/google-api-ads-ruby/ trunk and see if the issue is fixed for you? If not, kindly open an issue at

Re: v13 Reports: clicks in report disappear in mcc interface

2011-06-16 Thread Anash P. Oommen
Hi Dmitriy, I ran a v201101 report on this date range, and the data matches the UI (no clicks in range Jun 1=2). I couldn't run v13 reports, but I'll ask the reporting team to investigate. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Web UI Sandbox a Must

2011-06-16 Thread Anash P. Oommen
Hi Mike, You can use the sandbox viewer from http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-released.html. You can't add data using it, but you can view the sandbox account contents and verify if your code is doing things right. I am also interested in knowing on what aspects

Re: Registering new users through API

2011-06-16 Thread Anash P. Oommen
Hi Mike, Other users have requested this feature in the past, and this is on the AdWords API features wishlist. It may become available in a future version of AdWords API. As of now, I don't have a roadmap for it. Cheers, Anash P. Oommen, AdWords API Advisor. --

Re: QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @

2011-06-16 Thread Anash P. Oommen
Hi, As a followup to Mike mentioned, you *may* qualify for free units, but that is not guaranteed. See http://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=45891 for details. I would also recommend using the sandbox for development, and switch to production once your application is

Re: v201101 cross-client reports

2011-06-16 Thread Anash P. Oommen
Hi Luka, Our team knows that cross-client reports is a must-have function. We are working on it, but it is taking longer than what we had hoped for. As of now, I don't have a solid date for this feature, but I'll update the thread once I have the details. Cheers, Anash P. Oommen, AdWords API