AdWords API v2009 lunch

2009-09-17 Thread Harutyun Terteryan
Hi all I wander when v2009 goes into production. It's very important for our business planes, so please replay, if you have correspond information. Best Harut. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWo

AdWords API Re: Can I delete keyword from ad group using v 13 api?

2009-09-17 Thread ROHAN ROZI
Thank you!!! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsu

AdWords API Re: Abstract keyValue without superclass.

2009-09-17 Thread ROHAN ROZI
Thank you very much. Error's been vanished magically.. But now I can delete same keyword many times.. seems it is not deleting anything.. I mean I called status update delete several times with same keyword id but it does not give any errors. if it is deleted, next time it should show error right?

AdWords API Re: API Access Without MCC Account UI/API Access

2009-09-17 Thread AdWords API Advisor
Hi, Just to be clear, there is no distinction between reports generated in the API and those generated from the UI. That is, if the account owner schedules a report through the UI, you will see that report when you run ReportServive.getAllJobs(). Likewise, if you schedule a report via the API t

AdWords API Re: clientEmail (optional)

2009-09-17 Thread AdWords API Advisor
Hi Doug, Yes, there is no harm in doing that, but it isn't necessary. Best, - Eric On Sep 17, 4:03 pm, dreadjr wrote: > If i use a regular AdWords account can i still specify the clientEmail > as the userEmail? > > thanks > doug > > On Sep 17, 2:59 pm, AdWords API Advisor > wrote: > > > > > H

AdWords API Re: Using several version of apis.

2009-09-17 Thread AdWords API Advisor
Hi Rohan, It is possible to use both versions of the API side-by-side. The only catch is that the objects returned are not compatible. That is to say that you can't use v13 to get a keyword, and then use that same keyword object in a v2009 mutate operation. Instead, use the ID of the keyword a

AdWords API Re: API Access Without MCC Account UI/API Access

2009-09-17 Thread Cohn
Hi Eric, There are only two users on the account myself with User Interface and API access and the account "owner" who has "Administrative Access" only. I am a sole proprietor and no one else would have access to any of my API related details. I and I alone have generated all of the reports in

AdWords API Re: Can I delete keyword from ad group using v 13 api?

2009-09-17 Thread AdWords API Advisor
Hi Rohan, Please see my answer in your other thread: http://groups.google.com/group/adwords-api/browse_thread/thread/e563e5cd4bb2ea5c/. Best, - Eric Koleda, AdWords API Team On Sep 17, 1:10 pm, ROHAN ROZI wrote: > Hi. > I'm using v13 api. > And Can I delete keyword from ad group using v 13 api

AdWords API Re: Abstract keyValue without superclass.

2009-09-17 Thread AdWords API Advisor
Hi Rohan, When you are creating or updating a criterion you need to specify which type it is, either a keyword or website. This can be done by either setting the field criterionType to "Keyword": INSERT_AD_GROUP_ID_HERE Keyword INSERT_KEYWORD_ID_HERE Det

AdWords API Re: clientEmail (optional)

2009-09-17 Thread dreadjr
If i use a regular AdWords account can i still specify the clientEmail as the userEmail? thanks doug On Sep 17, 2:59 pm, AdWords API Advisor wrote: > Hi Doug, > > The clientEmail header is useful when the user logging into the > AdWords API is associated with an MCC account.  MCC accounts have

AdWords API Re: API Access Without MCC Account UI/API Access

2009-09-17 Thread AdWords API Advisor
Hi, Unfortunately there isn't a simple way to determine who scheduled a given report. Here are a few areas you can look into though: 1) Do you have users logging in to the AdWords web interface that are creating reports? 2) Do you have any scheduled reports that could be automatically running?

AdWords API Using several version of apis.

2009-09-17 Thread ROHAN ROZI
Hi. I implemented create campaign, create group, create text ad... ect using api v13. But can I use v200906 for deletion of keyword? So I mean in our system , can I use both of v13 and v200906? Regards --~--~-~--~~~---~--~~ You received this message because you ar

AdWords API Abstract keyValue without superclass.

2009-09-17 Thread ROHAN ROZI
Hi. I was trying to delete keyword from AdGroup. So what I did was request : $request_xml = '' . '' . '' . $group_id . '' . '' . $keyword_id . '' . 'Deleted' . ''

AdWords API Can I delete keyword from ad group using v 13 api?

2009-09-17 Thread ROHAN ROZI
Hi. I'm using v13 api. And Can I delete keyword from ad group using v 13 api? Regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googl

AdWords API API Access Without MCC Account UI/API Access

2009-09-17 Thread Cohn
API reports are being generated daily in my accounts by someone other than me - the only MCC / API access holder on the account. Any ideas how this is happening? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWo

AdWords API Re: clientEmail (optional)

2009-09-17 Thread AdWords API Advisor
Hi Doug, The clientEmail header is useful when the user logging into the AdWords API is associated with an MCC account. MCC accounts have no campaigns on their own, so the header is used to specify which of their client accounts they want to make requests against. If you log into the API with a

AdWords API Re: is this system down

2009-09-17 Thread AdWords API Advisor
Hi, The AdWords API appears to be functioning normally now, and I am not aware of any outages that took place today. What type of response are you getting from the server? Best, - Eric Koleda, AdWords API Team On Sep 17, 6:10 am, "webmas...@sedpower.com" wrote: > is the API down? i get nothin

AdWords API Re: unit of time getLastResponseTimes

2009-09-17 Thread AdWords API Advisor
Hi Sheass, This forum is primarily for questions about the AdWords API. If you have a question about a client library please post it on their respective site. I see you have already posted this question on the APIlity forum, where it has been answered: http://groups.google.com/group/adwords-api

AdWords API Re: get Keyword Approval Status with v200906

2009-09-17 Thread AdWords API Advisor
Hi Qmeapi, The SOAP XML response appears to be correctly formatted. My guess is that your Java stub classes aren't aware of the stats field. Did you generated the stub classes yourself using Axis? Have you tried re- generating them again from the WSDL? Best, - Eric On Sep 17, 7:41 am, Qmeapi

AdWords API Re: Conversions optimizer in api

2009-09-17 Thread AdWords API Advisor
Hi Harut, Before you can start using the conversion optimizer you must first set it up via the AdWords web interface. Once that is complete, you can enable the conversion optimizer for a campaign by setting the conversionOptimizerSettings field: http://code.google.com/apis/adwords/docs/developer

AdWords API Re: Bid simulator

2009-09-17 Thread AdWords API Advisor
Hi David, No, unfortunately that feature is not available through the API at this time. Best, - Eric Koleda, AdWords API Advisor On Sep 17, 4:17 am, David Levy wrote: > Hi > > Are the Bid Simulator results available through the API ? > > http://adwords.blogspot.com/2009/08/bid-like-pro-with-bi

AdWords API clientEmail (optional)

2009-09-17 Thread dreadjr
I am recieving the below error during a CampaignService.get(Selector); AdWordsUser user = new AdWordsUser(); CampaignService campaignService = (CampaignService)user.GetService (ApiServices.v200906.CampaignService); CampaignSelector selector = new CampaignSelector(); selector.campaignStatuses = ne

AdWords API Re: Keyword Statistics and Content networks

2009-09-17 Thread AdWords API Advisor
Hi David, The getCriterionStats() method should return statistics for all the networks the campaign is running on. Is the UI reporting different numbers than the API in your case? Best, - Eric Koleda, AdWords API Team On Sep 17, 3:52 am, David Levy wrote: > Hi > > I wonder if the keyword stat

AdWords API Re: An internal error has occurred. Please retry your request.

2009-09-17 Thread AdWords API Advisor
Hi Jack, Thank you for bringing this issue to our attention. The problem appears to be affecting a few users, and the core engineering team is looking into it now. I'll update this thread once I have more information. Best, - Eric Koleda, AdWords API Advisor On Sep 16, 5:24 pm, Jack2006 wrot

AdWords API is this system down

2009-09-17 Thread webmas...@sedpower.com
is the API down? i get nothing back anymore, and i have not changed my code at all --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegro

AdWords API unit of time getLastResponseTimes

2009-09-17 Thread sheass
Hi which unit of time that the function returns getLastResponseTimes? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.c

AdWords API Re: get Keyword Approval Status with v200906

2009-09-17 Thread Qmeapi
Hi Eric, I'm using v200906. Here is the SOAP XML response : http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v200906"> 874c9a90feab1139938bbe2bcd588dfa 1 192

AdWords API Conversions optimizer in api

2009-09-17 Thread Harutyun Terteryan
Hi all Can any one tell me about working with conversion optimizers with adwords api v13. Where can I find the full describe documentation about this issue. And the second, can I have option to ad delivery method: normal or accelerated and position preferences with, and options for ad delivery:

AdWords API Keyword Statistics and Content networks

2009-09-17 Thread David Levy
Hi I wonder if the keyword statistics retrieved from the getCriterionStats method include the "Content network" statistics. It seems to me that it only include the statistics for the Searches ? Am I correct ? If so, is there a way to get full statistics for all impressions ? Regards --~--~---

AdWords API Bid simulator

2009-09-17 Thread David Levy
Hi Are the Bid Simulator results available through the API ? http://adwords.blogspot.com/2009/08/bid-like-pro-with-bid-simulator.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To po