AdWords API Re: soft delete vs. hard delete

2009-06-16 Thread tozor
Actually I have seen that caution note before and it made me think that there must be a difference between the API and the web interface. Otherwise if deletion were always permanent, then why would there be the need for a "DELETED" keyword status? And I have seen keywords be returned in a zero i

AdWords API problems moving from v11 to v200902: intermittent "Fault occurred while processing."

2009-06-16 Thread SmartFlix.com / HeavyInk.com
I see that the adwords API has moved from v11 to v200902. So: I've reworked my old, working Ruby code that used adwords4r (v11 or so) to use the most recent version of adwords4r (15.1.0). I'm doing everything in the sandbox. My code first creates a campaign, then an adgroup, then an ad and keyw

AdWords API Re: ssl broken pipe | connection reset by peer

2009-06-16 Thread crosby
Note that you can reproduce the error by attempting to download an .xml report from AdWords web interface. I'm getting corrupted report.xml.zip files when I download using the AdWords Web interface using Mozilla FireFox. e.g.: reportID 687352395, 687566415 Also able to reproduce by using the API

AdWords API Re: About adding Key word

2009-06-16 Thread AdWords API Advisor
Hello Yusuf, I'm sorry, but I don't believe that that's an error that originates from the AdWords API. It sounds like you're trying to pass in a string value that's invalid in an XML document in your request, and your XML serializer is complaining about that. Cheers, -Jeff Posnick, AdWords API

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

2009-06-16 Thread AdWords API Advisor
Hello, The issue appears to be the values you're using for the "email" and "clientEmail" SOAP request headers, and the "clientEmails" DefinedReportJob property. You're specifying the email address of your MCC account for all of those values, which does not make for a valid request. Assuming yo

AdWords API Re: soft delete vs. hard delete

2009-06-16 Thread AdWords API Advisor
Hello Tim, My understanding is that deletion of criteria objects is treated differently from deletion of ads, ad groups, or campaigns. This should be the case regardless of whether the deletion is done via the web interface, AdWords Editor, or the AdWords API. As per the documentation for the re

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: I can not run any sample PHP code

2009-06-16 Thread AdWords API Advisor
Hello Deniz, Are you specifying the right set of credentials for the environment you're trying to access? If you're going against the Sandbox environment, the credentials you should specify are described at http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requesthe

AdWords API About adding Key word

2009-06-16 Thread Yusuf Şahin
Hi, I have added keyword using adwords api. i used text box to add key word texts. Its ok for one word but not more than one. I have function like that public static string[] KeywordsAdd(string groupId, string keywordText, string[] targetCountries, string[] targetLang, string[] targetRegions)

AdWords API Re: Difference between AdGroupMaxContentCpc and MaxContentCPC in Keyword Structure report

2009-06-16 Thread AdWords API Advisor
Hello Hans, Since Criteria objects don't have their own content-level CPC bid overrides (just a general maxCPC bid override), my understanding is that the AdGroupMaxContentCpc and MaxContentCPC columns would have the same value. If you're seeing otherwise, let us know. Cheers, -Jeff Posnick, Ad

AdWords API Re: Field values in report service.

2009-06-16 Thread Alex Magdenko
Thanks Jeff, I understood Regards, Alex On Jun 16, 8:04 pm, AdWords API Advisor wrote: > Hello Alex, > > The AdWords API ReportService exposes the same sort of columns that > the AdWords web interface's Report Center exposes. The best place to > look for descriptions of those columns is probab

AdWords API Re: ssl broken pipe | connection reset by peer

2009-06-16 Thread AdWords API Advisor
Hello All, There is what I take to be a promising line of investigation that has tracked down some spikes in SSL errors in our HTTP servers' logs that may coincide with the issues everyone has been reporting. In order to confirm that the newly-identified log entries are indicative of the underly

AdWords API Re: ad rotation preference

2009-06-16 Thread AdWords API Advisor
Hello Alexis, You will be able to control that value using the AdWords API v2009 once that's available in production (see http://code.google.com/apis/adwords/v2009/docs/reference/Campaign.html#adServingOptimizationStatus) but for current v13 production use, I don't believe that's something you c

AdWords API Re: Update Max CPC bid for specific keywords - java example?

2009-06-16 Thread AdWords API Advisor
Hello, Assuming you're using the Java client library (http://code.google.com/ p/google-api-adwords-java/), you might find some sections of this example program useful: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v13/CampaignServiceDemo.java Specifically, li

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

2009-06-16 Thread shodson
Google AdWords API team. I'm getting an internal error from Google and I'm not sure why. We've been stuck on this problem for almost a week and we still don't have any response from Google yet. The report was requested today 6/16 and we requested data for 2009-06-01. The request ID is 7e49c828

AdWords API Re: Field values in report service.

2009-06-16 Thread AdWords API Advisor
Hello Alex, The AdWords API ReportService exposes the same sort of columns that the AdWords web interface's Report Center exposes. The best place to look for descriptions of those columns is probably in the AdWords Help Center, which does have a few articles on Impression Share: https://adwor

AdWords API soft delete vs. hard delete

2009-06-16 Thread tozor
I am having a situation in my application where I have keywords in my application database which at one time existed in Adwords, but now no longer exist. By no longer exist I mean that when I call getCriteria () null is returned. Also the keyword is no longer returned in a zero impression keywo

AdWords API api xml upload

2009-06-16 Thread linux
Hi, we try to change and add serveral adgoups at one xml file. Is this possbile, e.g $request_xml = '' . '5050' . ''. '32' . '' . ''. '' .

AdWords API I can not run any sample PHP code

2009-06-16 Thread deniz
i have a adwords account, devoloper token, application token and customers What else I need? i tested all samples , error is either blank or the answer is coming.. example : get_client_accounts.php = Login email is "" add_ad_group.php = Fault: 1 Code: soapenv:Server.userException String: Inv