Re: javax.xml.rpc.ServiceException: Arguments to addParameter(String, String) cannot be null

2012-03-21 Thread Daniel Marshall
Another question, is there any special role that has to be granted for account that we used to fetch the data from this API? i tried 2 account already (but they only allowed for viewing purpose) and both seems unable to fetch anything, when why tried GetAllCampaigns.java and i commented out cl

Re: approved again INCOMPLETE_SIGNUP_USER_INFO_PENDING

2012-03-21 Thread Michael
Hi Anash, Our Adwords API token has "pending approval" status for over 2 weeks. Could you please ping the review team about our status? CID 319-933-8937. Thank you, Michael. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

Yet another QuotaCheckError.INVALID_TOKEN_HEADER question

2012-03-21 Thread Douglas O'Neal
I've been following the discussion on the QuotaCheckError.INVALID_TOKEN_HEADER issue but have not been able to resolve our problems. I have been testing in the past using a shell script and curl. After getting the Auth token from https://www.google.com/accounts/ClientLogin, I send the request

Re: Java API - campaignAdExtension always null

2012-03-21 Thread Jim McCabe
Can you post the code that you are using to query for the data? You might need to add more fields to your Selector, otherwise the API will not realize that you want that particular data to be returned. Jim On Tuesday, 20 March 2012 14:05:22 UTC-7, ak4chen wrote: > > Hi all, > > I'm trying to

Upload of campaigns, ad groups, criterions and ad params in immediate succession

2012-03-21 Thread Peter Lanser
Hi, using the Java Adwords API v201109 I get incosistent behaviour when uploading campaigns, ad groups, criterions and ad params in immediate succession. For example I added: - a campaign (request id 0004bbbcceec92f80a3460a10df8, 0004bbbccf0d0f610a34b3c75273) - an ad group (0004bbbccf

Re: Java API - campaignAdExtension always null

2012-03-21 Thread ak4chen
Oh, silly me, adding "Status" to my fields array in my Selector was all I needed to do. Thanks to the both of you! On Wednesday, March 21, 2012 8:33:45 AM UTC-7, Pete Lavetsky (AdWords API Guru) wrote: > > As Jim said, make sure you have a field called "Status" in your fields > array you pass

Re: Upload of campaigns, ad groups, criterions and ad params in immediate succession

2012-03-21 Thread Pete Lavetsky (AdWords API Guru)
Peter, Do you locally store the response IDs given to successfully added criterion? If so, do you have a value for the criterion addition? Assuming the preceding calls actually did succeed, it is possible your chain of mutations each hit different end points and there was some server side late

Re: approved again INCOMPLETE_SIGNUP_USER_INFO_PENDING

2012-03-21 Thread Rachel
Hi Anash, It has been more than 2 weeks since I replied token team's email for extra information, but status is still in "pending approval". I sent 2 emails to check the progress but no answer yet. Could you please ping them, at least let me know they didn't miss my reply for required informa

Re: Adwords Tokens

2012-03-21 Thread adwo...@seonative.de
Please look for the thread https://groups.google.com/forum/?fromgroups#!topic/adwords-api/TduN7Ssh3uM I don´t think that Google is still interested in advertisers using the API, but Google still requires that you have to invest money and time

Re: approved again INCOMPLETE_SIGNUP_USER_INFO_PENDING

2012-03-21 Thread adwo...@seonative.de
Please look for the thread https://groups.google.com/forum/?fromgroups#!topic/adwords-api/TduN7Ssh3uM I don´t think that Google is still interested in advertisers using the API, but Google still requires that you have to invest money and time

Re: Filter Search Query Performance report by keywordId?

2012-03-21 Thread Pete Lavetsky (AdWords API Guru)
KeywordId isn't a valid Predicate for SearchQueryReport, but CampaignId and AdGroupId are. 1) Do you definitely have stats for the CampaignId and AdGroupId you're using? 2) Start with a DateRangeType of ALL_TIME in your ReportDefinition and then trim it down once you start getting values back

Re: Adwords Tokens

2012-03-21 Thread Ewan Heming
Hi @seonative, I was wondering about your tool called sitefactor; where exactly are you getting your Google Ranking data from? I wasn't aware that Google offered any API that gives access to such data. Are you using mechanical turk to check each search term manually?

Dynamic Search Ads missing in Ad Performance Report

2012-03-21 Thread Antonio Tajuelo
Hello everyone, I'm downloading an Ad Performance Report. It seems that Dynamic Search Ads stopped appearing in this report for dates 2012-03-19 until now. This report is being downloaded using AdWords PHP library. Are there any known issues about this? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Visual Studio Web Application consume web services

2012-03-21 Thread TC
Has anyone been able to successfully consume any of the web services and make successful calls? Specifically: https://adwords.google.com/api/adwords/o/v201109/TargetingIdeaService?wsdl I have looked at http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary and changed the So

Re: where to do performance/load tests for adwords applications

2012-03-21 Thread Pete Lavetsky (AdWords API Guru)
There's some documentation on the RateExceededError : http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederror.html Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

Re: Visual Studio Web Application consume web services

2012-03-21 Thread TC
Are you recommending that I just reference the following .dlls in my web application? Google.Ads.Common.dll Google.Ads.OAuth.dll Google.AdWords.dll Google.AdWords.Tests.dll Microsoft.Practices.ServiceLocation.dll nunit.framework.dll OAuth.Net.Combined.dll On Wednesday, March 21, 2012 3:13:58 PM

Re: Visual Studio Web Application consume web services

2012-03-21 Thread Yagmur Coker
Tony, you can add the project to your solution then reference the project instead of specific dlls. yagmur On Wed, Mar 21, 2012 at 5:08 PM, TC wrote: > Are you recommending that I just reference the following .dlls in my web > application? > > Google.Ads.Common.dll > Google.Ads.OAuth.dll > Goog

Re: Visual Studio Web Application consume web services

2012-03-21 Thread TC
Which version do you suggest? awapi_dotnet_lib_signed_v14.0.0.zip awapi_dotnet_lib_v14.0.0.zip awapi_dotnet_lib_src_v14.0.0.zip TC On Wednesday, March 21, 2012 4:13:06 PM UTC-5, yagmur wrote: > > Tony, you can add the project to your solution then reference the project > instead of specifi

Re: Instability of production APIs

2012-03-21 Thread dkasak
. On Monday, 19 March 2012 13:58:40 UTC+11, dkasak wrote: > > I'm not talking about the URL of the downloads in this case. > > The page: > http://code.google.com/apis/adwords/docs/guides/reporting.html > > ... used to have an example report definition, which STARTED with the > line: > > > > ..

Re: Visual Studio Web Application consume web services

2012-03-21 Thread Yagmur Coker
I use src version because you can debug / step into code to figure things out if and when you need it. y On Wed, Mar 21, 2012 at 5:40 PM, TC wrote: > Which version do you suggest? > > awapi_dotnet_lib_signed_v14.0.​0.zip > awapi_dotnet_lib_v14.0.0.zip > awapi_dotnet_lib_src_v14.0.0.​zip > > TC

Failed to Get a List of Automatic Placements via AdGroupCriterionService

2012-03-21 Thread Tommy Choi
Dear all, I have tried to get a list of placements as shown in the "Networks" tab in the AdWords Web MMC. I used AdGroupCriterionService and had set CriteriaType = PLACEMENT in the predicates of the selector. What I got were only managed placements, with no automatic ones. Do I need to use othe