AdWords API Re: Cost

2010-02-08 Thread Dane
Thanks now it seems to work The fix is described here: 1) Use the original script /adwords-api-perl-samples/src/v13/ schedule_report.pl 2) Insert your personal data where requested 3) Replace this line in original script: #Original line removed: 'aggregationTypes' = ['Summary'],

AdWords API AdGroupCriterionSelector#setUserStatuses does not work.

2010-02-08 Thread ryo
Hi. I use Java v200909. I have a question about AdGroupCriterionSelector#setUserStatuses(Userstatus[] userStatuses). Userstatus.ACTIVE and Userstatus.PAUSED are well-functioning. However, Userstatus.DELETED is NOT well-functioning, I think. For example, the following code doesn't work.

AdWords API Problems removing adgroup criterions

2010-02-08 Thread Tam
Hi there I’m having problems generating the correct xml to remove an adgroup criterion. The request xml we’re currently using can be seen below. Note that I'm not specifying whether the criteria is a keyword or a placement, (although we have tried this but it still didn’t seem to work) because

AdWords API AdWordsUser(Dictionarystring, string headers) constructor problem

2010-02-08 Thread majco
Hi, I have problem with constructor of AdwordsUser. I use: awapi_dotnet_lib_6.2.0 My code: headers = New Dictionary(Of String, String) headers.Add(CompanyName, xyz) headers.Add(DeveloperToken, xyz) headers.Add(Email, xyz) headers.Add(Password, xyz) headers.Add(ClientEmail, xyz) ret = New

AdWords API java api demo

2010-02-08 Thread booktal...@yahoo.com
Hi, I am trying to compile AddKeywordDemo demo code v200906, error happens under both javaSE and java EE 1.6. Exception in thread main java.lang.Error: Unresolved compilation problems: The type javax.xml.rpc.ServiceException cannot be resolved. It is indirectly referenced from required .class

AdWords API Re: AdWordsUser(Dictionarystring, string headers) constructor problem

2010-02-08 Thread Ales Sturala
Hi Martin, maybe check if there is a new library version. There was a bug in one of the previous AdWords API .NET library where the instantiation of the adwords user which is not using app.config was not implemented (someone forgot to do that :) and your error was always returned. They corrected

AdWords API Re: Related Keywords by choosing language

2010-02-08 Thread AdWords API Advisor
Hi Huggy, Unfortunately there isn't a search parameter that places limits on the number of words returned in the keyword ideas. Best, - Eric On Feb 6, 2:49 pm, adwo...@seo-news.at adwo...@seo-news.at wrote: Thanks, Advisor! I've managed getting all the informations I need - perfect. For

AdWords API Re: Requests per minute limit

2010-02-08 Thread AdWords API Advisor
Hi Pedro, Thank you for the information. About your application, are you using multiple threads to access the API? If so, how many threads are running at once? Also, do you have a more recent requestId? It's easier to work with more recent examples in our logs. Best, - Eric On Feb 7, 11:25 

AdWords API Re: Migrating the KeywordToolService from v13 to v200909

2010-02-08 Thread AdWords API Advisor
Hi Ryan, Yes, multiplying by five should return the v13 equivalent. Best, - Eric On Feb 7, 11:38 pm, Ryan ryanweing...@yahoo.com wrote: Eric, Thanks for getting back to me so quickly. For clarification, the advertiserCompetitionScale is an integer from 0 to 5 while COMPETITION is a double

AdWords API Re: can I make report using more than one aggregation type but running the report only once?

2010-02-08 Thread AdWords API Advisor
Hi, Thank you for the clarification. You can validate your reports using the ReportService method validateReportJob(): http://code.google.com/apis/adwords/docs/developer/ReportService.html#validateReportJob I'm not sure I understand the Structure report question. Can you illustrate the

AdWords API Re: How to know mobile carriers for ads, by ReportService

2010-02-08 Thread AdWords API Advisor
Hi, Unfortunately not all fields of an ad are exposed via Account Structure reports. For this information you will need to access the ad directly. Best, - Eric Koleda, AdWords API Team On Feb 8, 1:55 am, kato tatsuhito.k...@brainpad.co.jp wrote: Hi. I want to download account-related ads by

AdWords API Re: v200909 headers w/o using a config file

2010-02-08 Thread Zweitze
This happens if you use the .NET library, where you forget to include App.Config. The library has a bug: the URL of the Adwords service is hardcoded to http://localhost. The URL can be overridden with the entry in App.Config. Note that calculateing the authentication token has no problems: that is

AdWords API Re: Problems removing adgroup criterions

2010-02-08 Thread AdWords API Advisor
Hi Tam, Your request appears to be structured correctly, and the error is merely saying that the criterion ID you have specified doesn't exist, or at least doesn't existing within that ad group. Please double- check your IDs and try again. Best, - Eric Koleda, AdWords API Team On Feb 8, 6:33 

AdWords API Re: java api demo

2010-02-08 Thread AdWords API Advisor
Hi Brian, It sounds like you are missing some of the required libraries. See the README file in the lib directory for more information on the required jar files. Best, - Eric Koleda, AdWords API Team On Feb 7, 10:23 am, booktal...@yahoo.com booktal...@yahoo.com wrote: Hi, I am trying to

AdWords API Re: AdGroupCriterionSelector#setUserStatuses does not work.

2010-02-08 Thread AdWords API Advisor
Hi, I just ran some tests and the selector appears to be working correctly. Please keep in mind that deleting a keyword can have two different outcomes: - If the keyword has never had an impression then it will be completely removed from the ad group, and it will not be returned with any get()

AdWords API Deleted Groups

2010-02-08 Thread alexis.rouss...@gmail.com
Hi, I wonder how long does it take to delete completly groups from Google Adwords? Because, With API I create campaigns, groups, keywords, and textAd without any problem. I have deleted groups (with key words and textAd) that i needn't, but now i need this some of of this groups and i have a

AdWords API Re: Requests per minute limit

2010-02-08 Thread Pedro Morales
Hi again, Thank you for the information.  About your application, are you using multiple threads to access the API?  If so, how many threads are running at once? The application will eventually use 16 threads but right now it is only using 1, and we are having this issue with only one

AdWords API Bulk Keyword Processing Way too Slow - What am I doing wrong?

2010-02-08 Thread Joe_Rocket
OK, I've manage to migrate our application from v13 to v2009. We've got some serious speed issues in keyword generation with the Bulk Processing. So I'm wondering if someone could take a look and tell me if I could construct the Bulk jobs more efficiently. Thanks. Test Campaign Run

AdWords API BulkMutateResult for Individual Failures

2010-02-08 Thread sidd
Hello. I'm finding it a bit unclear how to extract the failed Operand in a batch process. I see there is a FailureResult that contains a fieldPath. To which operation stream does the index returned in the field path belong? Or in short, how do I extract the failed entity ID from an individual

AdWords API Re: How to know mobile carriers for ads, by ReportService

2010-02-08 Thread kato
No report can expose mobile carriers information? For saving quota consume, I want to use reports than ad services. Best, On Feb 9, 12:30 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, Unfortunately not all fields of an ad are exposed via Account Structure reports.  For this

AdWords API Why do we get the following error /ns1:messageOne or more report job parameters is invalid./ns1:message ns1:trigger The following columns are not supported by the Report Type Acc

2010-02-08 Thread ipsita rout
Why do we get the following error /ns1:messageOne or more report job parameters is invalid./ ns1:message ns1:trigger The following columns are not supported by the Report Type Account : [KeywordTypeDisplay] -- You received this message because you are subscribed to the Google Groups AdWords