Re: AdWords API Re: Api Error Parser

2010-04-16 Thread jakov34
Thank you Eric, now is pretty clear.. :)) Thanks a lot! Best Regards, Jakov On Apr 16, 4:06 pm, AdWords API Advisor wrote: > Hi, > > The SoapFaults returned by the PHP client library extend the Exception > class, so you can access the message using $e->getMessage().  I am > currently working on

Re: AdWords API Re: Api Error Parser

2010-04-16 Thread AdWords API Advisor
Hi, The SoapFaults returned by the PHP client library extend the Exception class, so you can access the message using $e->getMessage(). I am currently working on some utility methods to make it easier to get the inner ApiError objects, and it should be available in the next release. Best, - Eric

AdWords API Re: Api Error Parser

2010-04-16 Thread jakov34
Yeah, i it's PHP. Thanks for your response. But if you see there is some protected parameters, and i need them. There should be some method in Class which will treat this object. you can't just say echo $object->message; you need to use some method which is in this Class to do it.. So, should I cr

AdWords API Re: Api Error Parser

2010-04-15 Thread Joshua J. Kugler
You didn't say what language you are using, but that looks like PHP. That is a PHP object, so you should be able to do treat it as a standard PHP array. No need to parse it. j On Thursday 15 April 2010, jakov34 elucidated thus: > Hi, > Is there any example, how to parse AdWords API Error. > L

AdWords API Re: API 2009 : Get Related Keywords - BROAD ONLY

2010-03-30 Thread AdWords API Advisor
Hi Sawyer, You can filter the results be using the KeywordMatchTypeSearchParameter: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.KeywordMatchTypeSearchParameter.html Best, - Eric Koleda, AdWords API Team On Mar 29, 6:36 am, Sawyer wrote: > Dear all, > > I ha

AdWords API Re: API via Perl — a few successes and an InternalApiError

2010-03-30 Thread Kris
Hello, Apologies that I was not able to revisit this issue until today. When I run display_stats.pl now, it returns normal output instead of the InternalAPIError. So things look good! Thanks, Kris Arnold On Mar 22, 10:34 pm, AdWords API Advisor wrote: > Hi Kris, > > It could have been that

AdWords API Re: API returning XML_STREAM_EXC faultstring

2010-03-25 Thread AdWords API Advisor
Hi Mike, This error message is usually returned when the XML being set is invalid. Can you try validating your XML here: http://validator.w3.org/check Can you enable debug output on curl to ensure the XML isn't getting garbled as it's being sent? Best, - Eric Koleda, AdWords API Team On Mar

AdWords API Re: API developer tokens

2010-03-23 Thread AdWords API Advisor
Hi Tam, Only one developer token is allowed per company, regardless of how many MCC accounts there are. More information is available in the AdWords API Terms and Conditions: http://code.google.com/apis/adwords/docs/terms.html Best, - Eric Koleda, AdWords API Team On Mar 22, 7:08 am, Tam wr

AdWords API Re: API via Perl — a few successes and an InternalApiError

2010-03-22 Thread AdWords API Advisor
Hi Kris, It could have been that this value wasn't returned correctly. Do you have the SOAP XML logs from that request? Best, - Eric On Mar 19, 6:04 pm, Kris wrote: > Thanks for your reply. > > It seems that calling get_last_request_id() on the > Google::AdWords::Client object fails to return

AdWords API Re: API via Perl — a few successes and an InternalApiError

2010-03-19 Thread Kris
Thanks for your reply. It seems that calling get_last_request_id() on the Google::AdWords::Client object fails to return a value. Any ideas what might be happening? (Unfortunately, I will not be able to investigate further for several days.) Thanks, Kris Arnold On Mar 19, 1:52 pm, AdWords

AdWords API Re: API via Perl — a few successes and an InternalApiError

2010-03-19 Thread AdWords API Advisor
Hi Kris, It's good to hear that the Perl client library is working well for you so far. As for the UNEXPECTED_INTERNAL_API_ERROR, do you have the requestId that was returned in the header of the response? Best, - Eric Koleda, AdWords API Team On Mar 18, 12:29 pm, Kris wrote: > Hello, > > We in

AdWords API Re: API Access

2010-03-18 Thread AdWords API Advisor
Hi Terance, Please ensure you use a different email address for the MCC signup then you use for your AdWords account. Best, - Eric Koleda, AdWords API team On Mar 17, 9:54 am, developer wrote: > Hi, > > I want to access the adwords API. > The getting started guide says that I need to create a M

AdWords API Re: API not working in php5.3.1 version in server

2010-03-09 Thread AdWords API Advisor
Hi, Please follow up on your original thread: http://groups.google.com/group/adwords-api/browse_thread/thread/98f7326ab20e2de5/ Best, - Eric Koleda, AdWords API Team On Mar 5, 8:25 am, silvester wrote: > Hi, > The Adwords api script is working perfectly in my local server which > is XAMPP a

AdWords API Re: API Error

2010-03-04 Thread AdWords API Advisor
Hi Anthony, There are some cases where manual approval is needed for the terms and conditions. I'll reach out to you offline to get your account details. Best, - Eric On Mar 4, 9:27 am, Anthony Coleman wrote: > Eric, > > Yes. That was one of the first things we did. Is there any other > reason

AdWords API Re: API Error

2010-03-04 Thread Anthony Coleman
Eric, Yes. That was one of the first things we did. Is there any other reason this error would appear? - Anthony On Mar 3, 6:14 pm, AdWords API Advisor wrote: > Hi, > > Have you set up billing on the MCC account that you used to sign up > for your developer token?  This usually involves adding

AdWords API Re: API credits

2010-03-04 Thread TompiT
You can purchase new credits by increasing the Monthly API budget with your MCC account on the Adwords GUI (AdWords API Centre). On 3 mar, 22:06, gasanden wrote: > I am using Wordstream to manage our Google adwords account. When I > attempt to "post" changes from Wordstream, I get a "you need mor

AdWords API Re: API Error

2010-03-03 Thread AdWords API Advisor
Hi, Have you set up billing on the MCC account that you used to sign up for your developer token? This usually involves adding a credit card to the account, and during this process the AdWords API terms and conditions will be presented to you. Best, - Eric Koleda, AdWords API Team On Mar 2, 10:

AdWords API Re: API bug setting No End date to existing campaign

2010-02-26 Thread AdWords API Advisor
Hi, This is the intended behavior of the API. When you set a field to null you are indicating that you don't want to change the value of the field. If you want to set the end date to "No end date" you need to use the special date 20371230. This information hasn't been transferred into the new v

AdWords API Re: API information

2010-02-17 Thread AdWords API Advisor
Hi Fernando, This information can be obtained using the AdGroupAdService: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.html An example using this service with the Java client library is here: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/

AdWords API Re: api v2009 - mutate

2010-01-30 Thread timprepscius
maybe this? http://groups.google.com/group/adwords-api/browse_thread/thread/d72456c0e824a17c/265de0571139fc75 On Jan 29, 12:50 pm, jeff wrote: > we used to be able to update bid without setting the rest criterion > attributes. with v2009, we got errors like 'matchtype, text... are > required'. d

AdWords API Re: API v2009 - Distinct Criteria but not Keywords

2010-01-19 Thread AdWords API Advisor
Hi, Yes, that can be a good way to think about it. A Criterion is to a word as an AdGroupCriterion is to a sentence context. Best, - Eric On Jan 15, 11:55 am, shive wrote: > On Jan 15, 5:18 pm, AdWords API Advisor > wrote: > > > Hi, > > > In the v2009 API a keyword is made of two parts: the >

AdWords API Re: API v2009 - Distinct Criteria but not Keywords

2010-01-15 Thread shive
On Jan 15, 5:18 pm, AdWords API Advisor wrote: > Hi, > > In the v2009 API a keyword is made of two parts: the > BiddableAdGroupCriterion (which extends AdGroupCriterion) and the > Keyword (extends Criterion).  The BiddableAdGroupCriterion (the outer > object) holds the ad group specific configur

AdWords API Re: API v2009 - Distinct Criteria but not Keywords

2010-01-15 Thread AdWords API Advisor
Hi, In the v2009 API a keyword is made of two parts: the BiddableAdGroupCriterion (which extends AdGroupCriterion) and the Keyword (extends Criterion). The BiddableAdGroupCriterion (the outer object) holds the ad group specific configuration for a keyword, including it's bid, desitnation URL, etc

AdWords API Re: API Reporting Down This Morning

2009-12-23 Thread Pete Lavetsky (AdWords API Guru)
We are experiencing the exact same problem this morning: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException faultSubcode: faultString: java.net.ConnectException: Connection timed out faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}s

AdWords API Re: API Reporting Down This Morning

2009-12-22 Thread AdWords API Advisor
Hi Pete, Thank you for reporting this issue. There was a small server issue this morning, but it is resolved now. Let me know if you run into any further problems. Best, - Eric Koleda, AdWords API Team On Dec 22, 7:15 am, "Pete Lavetsky (AdWords API Guru)" wrote: > Over & over & over ... > >

AdWords API Re: API usage cost for third-parties

2009-12-03 Thread dzin dzintaras
Nope, no other MCC account. But I found out clients by customerID. Strange thing is that emails are different. On Nov 30, 5:21 pm, AdWords API Advisor wrote: > Hi, > > The emails returned should all be "real", meaning that requests were > actually made against them.  With the v13 version, emails

AdWords API Re: API usage cost for third-parties

2009-11-30 Thread AdWords API Advisor
Hi, The emails returned should all be "real", meaning that requests were actually made against them. With the v13 version, emails will be returned based off of the developer token, and a developer token is not limited to the MCC account that owns it. Are there other MCC accounts in your organiza

AdWords API Re: API usage cost for third-parties

2009-11-26 Thread dzin dzintaras
Thanks for an answer it works. But one strange thing - when a list of all client emails is returned with API usage some emails are unknown. Meaning they are not in my client DB which means no API requests could be issued on behalf of then with my account. What kind of emails are they then? Is it po

AdWords API Re: API usage cost for third-parties

2009-11-23 Thread AdWords API Advisor
Hi, All API usage is charged to the account that owns the developer token. If this expense needs to be spread across multiple clients it must be billed outside of the AdWords system. You can find out how many API units were used by a client account by using the InfoService: v13: http://code.

AdWords API Re: API costs for V2009 BulkMutateJobService

2009-11-19 Thread AdWords API Advisor
Hi Reed, A BulkMutateJob contains a series of operations to perform, such as CampaignOperation, AdGroupOperation, etc. These operations are normally fed into their respective service's mutate() method. For example, the CampaignService mutate() method has a cost of 1 unit for an ADD operation. T

AdWords API Re: API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-11-03 Thread Inah from Brazil
THANX ERIC IT WORKED FIIINE!!! Now I can continue with groups, keywords, adsMaybe I will call u again...LOL Tks! Inah On 3 nov, 14:28, AdWords API Advisor wrote: > Hi, > > I looked at the internal error message, and it appears that you are > not authenticating correctly.  If you use the

AdWords API Re: API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-11-03 Thread AdWords API Advisor
Hi, I looked at the internal error message, and it appears that you are not authenticating correctly. If you use the authentication of an MCC user, then you must include either a clientEmail or clientCustomerId header to specify which child AdWords account to operate on. More information about t

AdWords API Re: API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-10-29 Thread Inah from Brazil
Hi Eric!!Look what I found [29 Out 2009 18:05:25,101 - DEBUG] http://schemas.xmlsoap.org/soap/ envelope/"> https://adwords.google.com/api/adwords/cm/ v200909"> 0895006c6f0c52ea1d74b6647dadc9d3 1 299 1 soap:ServerInternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ InternalApiError.UNEXPECTED_INT

AdWords API Re: API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-10-29 Thread Inah from Brazil
Unfortunately I don t have de ID..everything I have I showed hereI got this error on my Console(StackTrace)...there's any way to see my envelop SOAP in xml anywhere? But my team used my Main Class in other computer and they r connecting with no problems at allstrange isn't? I tried somethi

AdWords API Re: API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-10-29 Thread AdWords API Advisor
Hi, This appears to be an internal error in the AdWords system. Do you have the request ID for this request? Best, - Eric On Oct 29, 2:49 pm, Inah from Brazil wrote: > Hi Eric! Thanks for your answer! > I understood now how it works!TKS! > But now I tryin to add campaigns and I gettin another

AdWords API Re: API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-10-29 Thread Inah from Brazil
Hi Eric! Thanks for your answer! I understood now how it works!TKS! But now I tryin to add campaigns and I gettin another error... AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ faultActor: fa

AdWords API Re: API v2009 NetworkType[], GeoTarget, RegionTargets, CountryTargets, setLanguageTargeting

2009-10-29 Thread AdWords API Advisor
Hi, The CampaignTargetService is what you would use to set these targets in v200909. There is an example of how to use this service in .NET here: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v200906/AddCampaignTarget.cs. Best, - Eric Koleda, AdWords API Team

AdWords API Re: Api 2009: Fault occurred while processing

2009-10-06 Thread AdWords API Advisor
Hi, Thank you for bringing this to our attention. It does appear that this is an invalid character problem, and I agree that the error message is not very helpful. I'll talk with the core engineering team to see if we can improve the error message returned. Best, - Eric Koleda, AdWords API Tea

AdWords API Re: API for Keyword tool service.

2009-09-30 Thread AdWords API Advisor
Hi, I don't have any news at this time, but keep watching the Official AdWords API blog for an announcement: http://adwordsapi.blogspot.com/. Best, - Eric On Sep 30, 4:07 am, keesjan wrote: > Hi Erik, > any news yet about the new 2009 keyword api service? > > On Sep 29, 8:16 pm, AdWords API Ad

AdWords API Re: API for Keyword tool service.

2009-09-30 Thread keesjan
Hi Erik, any news yet about the new 2009 keyword api service? On Sep 29, 8:16 pm, AdWords API Advisor wrote: > Hi Vinoth, > > Google doesn't provide raw or exact search numbers, but you can get > fairly accurate information by using the > KeywordToolService:http://code.google.com/apis/adwords/d

AdWords API Re: API for Keyword tool service.

2009-09-29 Thread AdWords API Advisor
Hi Vinoth, Google doesn't provide raw or exact search numbers, but you can get fairly accurate information by using the KeywordToolService: http://code.google.com/apis/adwords/docs/developer/KeywordToolService.html. You may want to start by reading a blog post on the topic: http://adwordsapi.blog

AdWords API Re: API Categories

2009-09-28 Thread AdWords API Advisor
Hi Haroot, The categories are keys in the AdWords system, and therefore only available in English. If you would like to translate the terms while displaying the values in your application you might want to try using the Google Language API: http://code.google.com/apis/ajaxlanguage/. Best, - Eri

AdWords API Re: API Categories

2009-09-27 Thread harroot
I mean Categories provided in http://code.google.com/apis/adwords/docs/developer/adwords_api_categories.html. On Sep 26, 2:26 pm, harroot wrote: > Hi all > > I wander is there a way to get API categories in another language, not > only in english? > > Best > Haroot. --~--~-~--~~

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

2009-09-25 Thread AdWords API Advisor
Hi Colin, In a previous message I mentioned that these reports are not only generated by API users, but by AdWords web interface users as well. Have you checked with the account owner to ensure they he/she isn't creating the reports in the UI? Best, - Eric On Sep 25, 9:45 am, Cohn wrote: > Hi

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

2009-09-25 Thread Cohn
Hi Eric, Any chance to figure out who / why API reports are running in this account that weren't initiated by me? I am the only person with API Access to this account. Thanks, Tim Cohn On Sep 17, 6:34 pm, Cohn wrote: > Hi Eric, > > There are only two users on the account myself with User In

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

2009-09-18 Thread AdWords API Advisor
Hi Cohn, The AdWords API is run by Google and is hosted under https://adwords.google.com. Best, - Eric On Sep 18, 12:41 pm, Cohn wrote: > Who's server / what IP is running the API? > > On Sep 17, 7:13 pm, AdWords API Advisor > wrote: > > > > > Hi, > > > Just to be clear, there is no distincti

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

2009-09-18 Thread Cohn
Who's server / what IP is running the API? On Sep 17, 7:13 pm, AdWords API Advisor wrote: > 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 t

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: 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: 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 Re: API Sandbox Slow?

2009-09-08 Thread AdWords API Advisor
Hi Gerard, To help investigate this can you please provide the full SOAP XML Request and Response for a request that exhibits the behavior you are seeing? Thanks, - Eric On Sep 8, 11:07 am, AdWords API Advisor wrote: > Hi Gerard, > > Thanks for brining this to our attention.  I'll talk to the

AdWords API Re: API Sandbox Slow?

2009-09-08 Thread AdWords API Advisor
Hi Gerard, Thanks for brining this to our attention. I'll talk to the core engineering team and see if they have any information about this behavior. Best, - Eric Koleda, AdWords API Team On Sep 4, 8:13 pm, Gerard wrote: > Is anyone else experiencing random slowness in the AdWords API > Sandb

AdWords API Re: api/adwords/v13 debug

2009-08-20 Thread AdWords API Advisor
Hi Ivan, I would recommend logging in to your MCC account and verifying that your developer token is still active. This information can be found under "My Account" -> "AdWords API Center". Ensure there are no alerts at the top of this screen. Best, - Eric Koleda, AdWords API Team On Aug 19, 3

AdWords API Re: api class-fieldsspecification

2009-08-05 Thread Harutyun Terteryan
Hi, I have my own value objects for all adword .net api classes. in that case is it correct to set specified = true in corresponding field. For example in AdGroup public AdGroupStatus Status { get { return _status; } set { _status = val

AdWords API Re: api class-fieldsspecification

2009-08-04 Thread Harutyun Terteryan
Ok Thank's for quick answer :). Best Harut. On Tue, Aug 4, 2009 at 12:22 PM, AdWords API Advisor < adwordsapiadvi...@google.com> wrote: > > Hi Harut, > > statusSpecified and status are independent properties of AdGroup > objects, setting value for one property does not affect the value of > the

AdWords API Re: api class-fieldsspecification

2009-08-04 Thread AdWords API Advisor
Hi Harut, statusSpecified and status are independent properties of AdGroup objects, setting value for one property does not affect the value of the other property. However, they work together when you make an AdWords API call. For instance, assume that you are trying to Enable a Paused AdGroup.

AdWords API Re: api class-fieldsspecification

2009-08-03 Thread Harutyun Terteryan
Hi Anash Did you mean that if I set the value like this adGroup.statusSpecified = default value(false); then even when I set the value of adGroup.status = AdGroupStatus.Enabled; adGroup.status will be equals its dafault value? Best Harut. On Mon, Aug 3, 2009 at 10:20 PM, AdWords API Advisor <

AdWords API Re: api class-fieldsspecification

2009-08-03 Thread AdWords API Advisor
Hi Harut, I assume you are writing .NET code. .NET's WSDL to code converter generates an additional field named like propertyNameSpecified if it encounters a nilable value type in WSDL. While setting values to such a field, you also have to mention serviceName.propertyNameSpecified = true. If not

AdWords API Re: api unit cost

2009-07-28 Thread AdWords API Advisor
Hi Harroot, If you are trying to get a record of the unit cost for a request, every API response includes a header named "units" which contains the number of units used by the request, even when a fault occurs. More information can be found on the AdWords API Introduction page: http://code.googl

AdWords API Re: api unit cost

2009-07-28 Thread PPL
Hello khan, How can I get the unit cost from google when I make the service call? I'm using the java to access the adwords services. Thanks and regards, PPL On Jul 27, 5:43 pm, khan_ajaz wrote: > Hello > > Dear Harroot > > Can you please describe what kind of fails of services call may be i >

AdWords API Re: api unit cost

2009-07-27 Thread khan_ajaz
Hello Dear Harroot Can you please describe what kind of fails of services call may be i can help you out what i have in my mind you can saved your Unit cost in db after call each and services you are calling. Regards Ajaz Khan On Jul 23, 1:18 pm, harroot wrote: > Hi all > > In my applicatio

AdWords API Re: api version 2009 token request: no responce

2009-07-23 Thread AdWords API Advisor
Hello, Yes, we are gradually adding additional developers to the v2009 whitelist. Don't be surprised if it takes several weeks before being added. Cheers, -Jeff Posnick, AdWords API Team On Jul 23, 6:08 am, keesjan wrote: > Hi, > I send in a request to get the 2009 token > here:http://code.

AdWords API Re: api xml upload

2009-06-22 Thread AdWords API Advisor
Hello Christian and Alex, You can specify multiple criteria, across multiple ad groups, in a single updateCriteria() call. I would definitely not try to update all 8000 in a single call, but you should be able to batch your updates in groups of 100 or so criteria. Your updateCriteria() calls wil

AdWords API Re: api xml upload

2009-06-20 Thread Alex Magdenko
good question, I'm also looking for decision for this problem... Also, I have the same performance problem related to AdParams (LiveAds API) in my flow to process all criterions for selected AdGroups. Regards, Alex On Jun 18, 7:33 pm, linux wrote: > Thanks now we have another problem, we have

AdWords API Re: api xml upload

2009-06-18 Thread linux
Thanks now we have another problem, we have about 1600 adgroups with 8000 keywords online, if we use getAllCriteria it is always a single request, so we need 1600 requests to update our keyword list. this take a long time about 30 min. how could we speed up this request? thanks christian On 16

AdWords API Re: api xml upload

2009-06-16 Thread AdWords API Advisor
Hello, It's possible to add multiple ad groups to the same campaign in one SOAP request. See addAdGroupList(): http://code.google.com/apis/adwords/docs/developer/AdGroupService.html#addAdGroupList It's also possible to update multiple ad groups in one SOAP request. See updateAdGroupList():

AdWords API Re: API-Access impossible

2009-05-28 Thread quaylar
And to follow up on this once more: For 2 days now im getting a "A connection that was expected to be established was closed by the server"-Webexception..*sigh* Is Google doing any kind of maintainance atm? On 26 Mai, 10:52, quaylar wrote: > Hello Jeff, > > Just wanted to let u know, that the e

AdWords API Re: API-Access impossible

2009-05-26 Thread quaylar
Hello Jeff, Just wanted to let u know, that the errors have not occured for 2 weeks now. Apart from this change concerning the "Expect: 100-continue" header i havent changed anything in my code. Anyways, this change did not seem to do the trick, since a different type of error occured aftwards.

AdWords API Re: API-Access impossible

2009-05-18 Thread AdWords API Advisor
pletely without any disconnections. > About the SOAP log; I have enabled the SOAP log file from now on. As soon as > our tool runs into a forcibly closed connection, I will send you the log. > > Cheerz > > Paz > > > > > Date: Mon, 11 May 2009 12:43:19 -0700 > >

AdWords API Re: API-Access impossible

2009-05-12 Thread Pazcal de Jonge
. Cheerz Paz > Date: Mon, 11 May 2009 12:43:19 -0700 > Subject: AdWords API Re: API-Access impossible > From: adwordsapiadvi...@google.com > To: adwords-api@googlegroups.com > > > Hello Pazcal, > > I've been speaking to Qu offthread and gathering some additio

AdWords API Re: API-Access impossible

2009-05-11 Thread AdWords API Advisor
Hello Pazcal, I've been speaking to Qu offthread and gathering some additional data, but no, there is not currently any indication as to what the cause or resolution is. If you happen to have a SOAP log of a request that resulted in a disconnection, feel free to pass it along to the email addr

AdWords API Re: API-Access impossible

2009-05-11 Thread Pazcal
Hi Jeff and Qu, The reason why I'm react is because I'm running into the same problems. Since I've updated to API v13, I'm having the same errors. Only the strangest thing I have is, it isn't happening every time... We are running our tool every night at 04.00 GMT +1. Sometimes the tool complete

AdWords API Re: API-Access impossible

2009-05-07 Thread quaylar
Hello Jeff, I appreciate your help, thank you very much. I just sent an email to adwordsapiadvi...@google.com with my MCC customer-id. best regards, --qu On 6 Mai, 16:58, AdWords API Advisor wrote: > Hello Qu, > >  If you could give me some more information about your requests I > could do so

AdWords API Re: API-Access impossible

2009-05-06 Thread AdWords API Advisor
Hello Qu, If you could give me some more information about your requests I could do some spot checks in the production logs--I'm not sure that anything conclusive will turn up, but I'll see. Either a requestId from the SOAP response header of a successful request, or the customer id number of yo

AdWords API Re: API-Access impossible

2009-05-05 Thread quaylar
Hi again Jeff, Unfort. i wasnt able to resolve this issue so far. Is it possible for Adwords Support, to check their logs regarding the "api hit-limit" that was mentioned by you in one of the linked threads? It would be of great help to know, whether the connection was really reset on Google's si

AdWords API Re: API-Access impossible

2009-04-30 Thread quaylar
Hello Jeff, Thank u very much for your answer, i will try to give u more detailed information. As i stated before, the whole sync is taking 1,5-2h usually, right now this exception occurs after abt 1h. The point is, there is no single individual call to the API that is supposed to take a long tim

AdWords API Re: API-Access impossible

2009-04-30 Thread AdWords API Advisor
Hello Quaylar, If the individual API calls you're making taking an exceedingly long time to complete, then yes, it's possible that the AdWords API server is closing the connection (and this may also manifest itself as the 502 - Bad Gateway errors). But they would have to be very long operations,

AdWords API Re: API Questions

2009-04-28 Thread AdWords API Advisor
Hello Todd, Your questions are a good excuse to share all our info--I'm sure you're not alone in your curiosity. 1. You can post to this Google Group via email (addressed to adwords- a...@googlegroups.com) or via the web interface (http:// groups.google.com/group/adwords-api). 2. Pending API c

AdWords API Re: api documentation dead link

2009-04-21 Thread AdWords API Advisor
Thanks; I've flagged that for the documentation team to resolve in a future update to the Developer's Guide. Cheers, -Jeff Posnick, AdWords API Team On Apr 18, 6:40 am, "mainoskaruse...@gmail.com" wrote: > http://code.google.com/apis/adwords/docs/developer/Website.html > > has link "New Keywor

AdWords API Re: API Charge- Theory, Efficiency and Future usage.

2009-03-30 Thread Phil
I am not sure I agree with the 'limited resources' theory. But I do take your point with the Parking analogy. However, Google's car park is massive. The biggest car park in the industry that they expand daily. I can't see that 'having access to all functions' would 'degrade' performance...seems li

AdWords API Re: API Charge- Theory, Efficiency and Future usage.

2009-03-30 Thread Zweitze
On Mar 26, 7:15 pm, Phil <5000...@googlemail.com> wrote: > I understand everything that you said, but I am afraid I don't agree. > I am somewhat astounded that you are defending the API cost based on > the fact that it prevents irrisponsible coding. No, I never said it prevents irresponsible codi

AdWords API Re: API Charge- Theory, Efficiency and Future usage.

2009-03-27 Thread Phil
I appretiate your comments, but I am afriad you are missing the point. It is not always Software Directly costs X and makes Y. Do I really need to explain why? You seem to have a very simplistic view of how money moves around, especially in regard to AdSpend. My app is doing what it is intended t

AdWords API Re: API Charge- Theory, Efficiency and Future usage.

2009-03-26 Thread hexghost
I don't think Google's point is trying to prevent "inefficient" coding. It's just simple economics. It costs them money to run the Adwords API: hardware, software, bandwidth, etc. They recoup that cost through API charges. If your application isn't generating any revenue, it begs the question w

AdWords API Re: API Charge- Theory, Efficiency and Future usage.

2009-03-26 Thread Phil
I understand everything that you said, but I am afraid I don't agree. I am somewhat astounded that you are defending the API cost based on the fact that it prevents irrisponsible coding. And I resent the implication of your last statement. Remember: sometime any cost is too much, no matter the mer

AdWords API Re: API Charge- Theory, Efficiency and Future usage.

2009-03-25 Thread Zweitze
I tend to think that Google wants to prevent that you write software reviewing all your keyword bids... every five minutes. If you do that using the web interface you need thousands of people for a small account. With the API you would only need one computer, and skills in asynchronous programming

AdWords API Re: API Unit Usage Not Showing up

2009-03-23 Thread AdWords API Advisor
Hello, To update the thread: there was an issue that prevented AdWords API usage information from being updated following the scheduled downtime on March 14. For a few days after there was a backlog of usage info, and both the display in the AdWords web interface and the count returned via the I

AdWords API Re: API Unit Usage Not Showing up

2009-03-23 Thread Phil
Hi Jeff, Thanks for that. ...one day will this all be free and easy? On Mar 20, 4:27 pm, AdWords API Advisor wrote: > Hello, > >  I have a bug open with the engineering team to determine whether > there was some underlying problem that prevented the display in the > web interface from being upd

AdWords API Re: API Unit Usage Not Showing up

2009-03-20 Thread AdWords API Advisor
Hello, I have a bug open with the engineering team to determine whether there was some underlying problem that prevented the display in the web interface from being updated. Hopefully if there is a problem we can get it resolved so that no further confusion ensues. Cheers, -Jeff Posnick, AdWord

AdWords API Re: API Unit Usage Not Showing up

2009-03-20 Thread Phil
Hi, Thanks for taking the time to reply. Must have been a web thing. Now the data is showing, (and your comment), proves it was still being stored. I had a glimmer of hope that they had decided to stop charging. :) Phil. On Mar 19, 6:54 pm, ReedP wrote: > I have a job that runs each night to che

AdWords API Re: API Unit Usage Not Showing up

2009-03-20 Thread Phil
HI, It has updated now. It has been 3 or 4 days (depending on when the Google day passes). Thank you for your reply, however. Regards Phil. On Mar 19, 5:31 pm, AdWords API Advisor wrote: > Hello Phil, > >  The AdWords API Center web interface should show your API unit usage > from previous days,

AdWords API Re: API Unit Usage Not Showing up

2009-03-19 Thread ReedP
I have a job that runs each night to check all of our usages, and it's been getting numbers for the last three days (and before that probably, I only checked the last three days). -reed On Mar 19, 1:31 pm, AdWords API Advisor wrote: > Hello Phil, > >  The AdWords API Center web interface should

AdWords API Re: API usage by application token

2009-03-19 Thread AdWords API Advisor
Hello Mark, Right, unfortunately using a different Application token wouldn't help you there as there is no way to filter on Application token using the InfoServce (or in any other AdWords API service, as far as I recall). We also have a policy of not granting multiple Developer tokens to the

AdWords API Re: API Unit Usage Not Showing up

2009-03-19 Thread AdWords API Advisor
Hello Phil, The AdWords API Center web interface should show your API unit usage from previous days, yes. I haven't heard about anything that might have prevented this display from being updated recently. If you could let me know the customer id for your MCC account, I could look into things o

AdWords API Re: API usage by application token

2009-03-19 Thread Mark
We're attempting to do a few things, but mainly we want to get reports of our API usage by application. Our new application will have a different pricing model for API usage. Historically, we've done this through the InfoService, but moving forward in the new application, we'd like to track our

AdWords API Re: API usage by application token

2009-03-19 Thread AdWords API Advisor
Hello Mark, Could you explain a bit more what you're hoping to achieve--what exactly would "separating API usage per application" entail from your perspective? If you're talking about billing for API usage, for instance, using a different Application token wouldn't affect that at all, nor would

AdWords API Re: API charges you now?

2009-03-16 Thread AdWords API Advisor
Hello Jay, The information on that rate sheet that you linked to is correct, and you would incur charges for using the AdWords API in the manner you describe. Cheers, -Jeff Posnick, AdWords API Team On Mar 15, 1:15 pm, "breakfromordin...@gmail.com" wrote: > Hey guys! > > We recently wanted t

AdWords API Re: API Performance degradation

2009-02-13 Thread AdWords API Advisor
Hello, Report generation via the AdWords API uses the same backend code as report generation via the web interface, so what you're really seeing is not technically a slowdown in the API. If you were to generate an identical report from the web interface it should take the same amount of time.

AdWords API Re: API keyword report is 10% out

2009-02-12 Thread monk.e.boy
You are correct! It was ad distribution (adWordsType) that was my problem. The saved reports in the login area are pretty useful in debugging this sort of thing. It'd be great to see an article about them on the main web site. I ran the report I wanted by hand, then looked at the saved API report

AdWords API Re: api usage statistics by customers

2009-02-11 Thread AdWords API Advisor
Hello Alexander, Please take a look at the various methods of the InfoService: http://code.google.com/intl/en/apis/adwords/docs/developer/InfoService.html Specifically, getUnitCountForClients(). Cheers, -Jeff Posnick, AdWords API Team On Feb 11, 1:30 pm, Alexander wrote: > Is it possible

AdWords API Re: API keyword report is 10% out

2009-02-11 Thread AdWords API Advisor
Hello, Reports scheduled from the web interface and reports scheduled from the API are both run by the same common reports service backend code, and if you specify the exact same parameters and run the reports for a date in the past that is completely settled, the output will be identical. Bas

  1   2   >