Re: Downloading reports with an MCC login - ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector???

2011-07-27 Thread dkasak
OK now I don't think it's a case-mangling thing. I've just tested with curl, and I'm getting the same error. Here is my call: curl \ -v \ -H "authorization: GoogleLogin auth=some_big_token" \ -H "clientCustomerId: a_numeric_id" \ -H "clientEmail: an_mcc_account_email" \ https://adword

Keyword performance report without Negative keywords.

2011-07-27 Thread Sanju
How I get Keyword performance report without Negative keywords. in my report I need to only keywords but not Negative ones. Tnx in adv -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/

Downloading reports with an MCC login - ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector???

2011-07-27 Thread dkasak
Hi all. I'm adding MCC login support, and I've hit an issue downloading reports. For reports created with an MCC login, I'm getting: ReportDefinitionError.INVALID_REPORT_DEFINITION_ID@selector.selector??? I have added the clientCustomerId header in the HTTP request. HOWEVER ... our HTTP client

Re: v201101 Managed Placements report returns blank data "--" for PlacementUrl

2011-07-27 Thread ADM
This was working well on 22 Jul 2011. Yesterday this API issue wasted a HUGE number of our tokens (millions). This is critical functionality for our clients. Help! Thanks, Bryan -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://a

Re: v201101 Managed Placements report returns blank data "--" for PlacementUrl

2011-07-27 Thread James Wing (Mercent)
Mercent also has several customers impacted by this issue, I would like to "me too" the request for information about the change and restoration of the expected behavior. Thanks, James -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

how to set segments = "Day" on a report download

2011-07-27 Thread Steve Burkett
Hi, I'm creating a report w/ the following selector operation = { :operator => 'ADD', :operand => { :report_type => 'AD_PERFORMANCE_REPORT', :report_name => 'Daily G5 Adwords performance report #%d' % (Time.new.to_f * 1000).to_i, :selector =

Re: why no campaigns?

2011-07-27 Thread Steve Burkett
We figured it out finally...by using the mmc services. thanks. On Jul 27, 10:06 am, Steve Burkett wrote: > thanks Anash. > > I think #3 or #4 is our issue.   I'm at a loss to understand what > these mean tho.   I've asked our biz contact, and they dont know > either.  Can you walk us thru findin

Re: campaign status in report service

2011-07-27 Thread jstedman
There are two different status fields in a campaign, theres Campaign.status which can be one of (ACTIVE,DELETED,PAUSED) and refers to the status of the campaign from what you can control directly, then there is Campaign.servingStatus which could be one of (SERVING,NONE,ENDED,PENDING,SUSPENDED) whic

Re: Client Authentication, What would you suggest?

2011-07-27 Thread yagmur
Thanks Anash! I hope the OAuth option for downloading reports is in the works. Please let me (and other's I'm sure are waiting for this too) know when there is some news on that front. Thanks again, Yagmur -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

Re: v201101 Managed Placements report returns blank data "--" for PlacementUrl

2011-07-27 Thread Eric Koleda
Hi All, Thanks for bringing this issue to our attention. I was able to confirm the behavior, and I've pass along this information to the core engineering team for further investigation. At this time I'm not aware of any workarounds. Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=

Re: why no campaigns?

2011-07-27 Thread Steve Burkett
thanks Anash. I think #3 or #4 is our issue. I'm at a loss to understand what these mean tho. I've asked our biz contact, and they dont know either. Can you walk us thru finding what our client_email should be? On Jul 26, 10:18 pm, AdWords API Advisor wrote: > Hi Steve, > > You could check

Re: Search Query Performance Report generation time

2011-07-27 Thread Eric Koleda
Hi Tomasz, If you run the same report every day then you can utilize sliding date ranges in your reports to avoid having to create a new report definition every day, saving on units: http://code.google.com/apis/adwords/docs/bestpractices.html#sliding_date_range Best, - Eric -- =~=~=~=~=~=~=~

[Docs] select ExperimentDataStatus from BiddableAdGroupCriterionExperimentData

2011-07-27 Thread Wilrik Mook
Dear team, Following the documentation here, I used "ExperimentRowStatus" to select the experimentDataStatus field using the generic Se

Re: Search Query Performance Report generation time

2011-07-27 Thread Tomasz Pajor
Hello Eric, I schedule 193 clients in one report. Maybe it would be faster to make many single-client reports but it would cost us 193 x 500 API Units. -- Best regards Tomasz Pajor On Jul 27, 3:36 pm, Eric Koleda wrote: > Hi Tomasz, > > How many clients do you report over?  In the interim it ma

Re: UNEXPECTED_INTERNAL_API_ERROR in sandbox mode

2011-07-27 Thread Yaron Elkayem
Hi Anash, It works a wonder now! Should have been a temporary error. Cheers y On Jul 27, 9:49 am, AdWords API Advisor wrote: > Hi Yaron, > > My guess is that the sandbox is throwing a valid error, but may be it is an > error that is not available in v200909. Could you try making the API call i

Re: InStream Video ad companion banner -- can it be a SWF?

2011-07-27 Thread Eric Koleda
Hi, The Image object in the API can hold SWF files as well as JPG, GIF, etc. http://code.google.com/apis/adwords/docs/reference/latest/MediaService.Image.html Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Re: R: Re: R: UNEXPECTED_INTERNAL_API_ERROR on production

2011-07-27 Thread Eric Koleda
Hi Elfurk, The cause of the problem seems to be the inclusion of a port number in the URL. If you remove the port number the request should work successfully. I've opened an issue with the core engineering team to provide a better error message for this case. Best, - Eric Koleda, AdWords API

V13 ReportService, getReportJobStatus - failed

2011-07-27 Thread rkk
Hi Could you provide me with the list of reasons when I would get "Failed" report job status? Also, in case of getting "Failed" status, does it mean that there was a temporary problem with that job and I can retry a status call or shall I skip proceesing flow entirely? My query refers to the j

Re: Search Query Performance Report generation time

2011-07-27 Thread Eric Koleda
Hi Tomasz, How many clients do you report over? In the interim it may be faster to make many single-client reports then to wait for the v13 cross-client report to finish. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://ad

Re: V13 ReportService validation error

2011-07-27 Thread Eric Koleda
Hi, Those errors are different, as they are not internal errors. The cause is a recent Google Apps migration on the accounts. You can read more about it on this other thread: https://groups.google.com/d/msg/adwords-api/ei_lr0ESvtI/_EP9d15SjIAJ Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

campaign status in report service

2011-07-27 Thread Tomasz Pajor
Hello, Can You please update the campaign statuses in docs? Because I'm getting "Ended" status which is not in the docs. -- Best regards Tomasz Pajor -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

Re: validateReportJob - An internal error has occured.

2011-07-27 Thread Tomasz Pajor
Hello David, I think that was the issue, it works flawlessly now. -- Best regards Tomasz Pajor On Jul 19, 5:06 pm, David Torres wrote: > Hi Tomasz, > > This a different issue, not an internal error, if you see the problem says > "Either this object does not exist, or this user does not have per

Re: Search Query Performance Report generation time

2011-07-27 Thread Tomasz Pajor
Hello Eric, I would use it, but there is no cross-client support. -- Best regards Tomasz Pajor On Jul 20, 11:53 pm, Eric Koleda wrote: > Hi Tomasz, > > If possible I would encourage you to migrate to the new v201101 reporting > system, as reports are generated and downloaded in a couple of seco

Re: Update Ad

2011-07-27 Thread AdWords API Advisor
Hi Doug, Once you create an Ad, only a few fields like cpc and status can be updated. If you need to update destination url, heading, etc., then you need to delete the old ad and create a copy of the Ad. This is how AdWords work, the behaviour is not specific to AdWords API. Cheers, Anash P. O

Re: V13 ReportService validation error

2011-07-27 Thread rkk
Hi Eric, Thanks for that. The issue is however, that those are accounts of one of my service's client (who has mcc account). That would be very unprofessional of me to ask him to release/reconnect. Is there any other way to reset the connection you have mentioned? BTW, there are also some other a

Re: Sandbox developer token

2011-07-27 Thread AdWords API Advisor
Hi Adam, Are you setting these value in your console app's App.config? (Hint: Check in bin\Debug\YourApp.exe.config, are the right values showing up in that config file)? Setting the values in the client library's app.config won't have any effect, it is just for reference. Cheers, Anash P. Oom

Re: Google adwars api

2011-07-27 Thread AdWords API Advisor
Hi, As jsteadman suggested, some of these functionality are available through AdWords API (in the context of Ads, not search), but in general, AdWords API is not an SEO API. There are some though, Alexa API comes to mind. You might also want to search a bit on stackoverflow, there are several t

Re: UNEXPECTED_INTERNAL_API_ERROR in sandbox mode

2011-07-27 Thread AdWords API Advisor
Hi Yaron, My guess is that the sandbox is throwing a valid error, but may be it is an error that is not available in v200909. Could you try making the API call in v201101 instead and see if the call works for you? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Sandbox developer token

2011-07-27 Thread Adam
I edited the developer token to what you suggested, and pulled a few reports. The API points are still showing up in my MCC > My Account > My Account I'm getting QuotaCheckError.MONTHLY_BUDGET_REACHED exceptions - only on some reports though. Also, while testing, it appears I was able to rack up