[AuthorizationError.USER_PERMISSION_DENIED @] in sandbox

2012-03-07 Thread Γιάννης Τραχαλάκης
Hello All I am trying to run the add campaing example in the sandbox enviroment but keep getting [AuthorizationError.USER_PERMISSION_DENIED @] The code I am using is the followingcan anyone help? (I should not here that the customers that get initialized always have customerId = 0 is this

Re: Re-initializing a sandbox account

2012-03-07 Thread roberto
Well I did, now when I call GetAccountHierarchy all my customer ids are 0, re-initializing them the way you proposed after that does not seem to do anything. On Tuesday, March 6, 2012 12:10:50 PM UTC+2, Anash P. Oommen wrote: > > Hi Roberto, > > Try calling CampaignService.get(), this will reini

Re: v201109 "Email cannot be null" issue

2012-03-07 Thread Paigey
> > Hi Thiago, > > The config info has changed a little in the new api. Copy the latest code into your web.config from here: http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v13.0/examples/csharp/App.config You will need to change the line to In my web app I

API 201109: Problem on login

2012-03-07 Thread Aere
Hi all, I've download new java client library for new api (201109) but i can't get login work on sandbox. I think that depends by the adwords.properties configuration. I use this: ### PRODUCTION (It seems to work) email=m...@email.com password=mypasswd clientId=000-000- useragent=myUseragent

Re: Configure SandBox AdWords in C#

2012-03-07 Thread Alexsandro Moreira
Thank´s Anash P. Oommen, Em terça-feira, 6 de março de 2012 10h41min20s UTC-3, Alexsandro Moreira escreveu: > > In which file configures the sandbox? webconfig or AdWordsAppConfig.cs? or > both? > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

c# implementation -> adgroup Id for AdGroupAdPage possible?

2012-03-07 Thread HughAJWood
I decided to implement a wrapper for my ASP application to call on another server, the delay isn't so bad if I time the requests right and all is going well until something I want to do doesn't seem to work. Is there a way of filtering by the adgroup id when bringing back the AdGroup ads, it se

Re: Getting information on disabled AdGroupAds

2012-03-07 Thread kzimmermann
After getting a crucial hint from Kevin Winter on this issue, the solution to this problem is simply to remove the 'Date' field from the fields list. Then everything works as it should and I can now retrieve information on Paused and Deleted Text Ads. Thanks Kevin ! Best, Tom On Thursday, Marc

Re: Problem using targetingIdeaService

2012-03-07 Thread Kevin Winter
Hi Alberto, This type of error usually means the library is not properly on the classpath. Could you please doublecheck your classpath to make sure the client library jar(s) are included? - Kevin Winter AdWords API Team On Tuesday, March 6, 2012 11:39:09 AM UTC-5, Alberto Tofani wrote: > > D

Re: AdHoc Report Java: Error

2012-03-07 Thread Kevin Winter
Hi Mik, I responded to the issue you filed on the Java library issue tracker. - Kevin Winter AdWords API Team On Tuesday, March 6, 2012 4:14:18 PM UTC-5, Mik wrote: > > *Hi,* > * > * > *i was trying to update my older adwords api adhoc > report down-loader code to new version. i used following

Update existing campaigns bidding strategy to conversion optimizer with target CPA

2012-03-07 Thread Eliya
Hi, I am trying to change an existing campaign's bidding strategy to Conversion Optimizer with target CPA, but for some reason it is set to be max CPA (as I see in the Adwords UI). The relevant Java code: ConversionOptimizerAdGroupBids adGroupBids = new ConversionOptimizerAdGroupBi

Re: How to include Zero Impressions in Ad Performance Report?

2012-03-07 Thread Kevin Winter
Hi, The soap validation is very literal. If in the selector you first specify the dateRange followed by fields, it checks the XSD and see that dateRange is valid as a first element. It then sees fields, but according to the XSD, either paging or ordering must come next, so it throws that er

Re: Platform targeting

2012-03-07 Thread mm
https://groups.google.com/forum/?fromgroups#!searchin/adwords-api/campaign$20criteria/adwords-api/r35DPa1jz7Q/MzZaWAnf3hEJ On Tuesday, March 6, 2012 9:57:47 AM UTC-6, mmasters wrote: > > > I'm currently setting 'Desktop' and 'Tablet'. The following shows the soap > request. When I look at the UI,

Re: AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID

2012-03-07 Thread Minh Le
Thanks for your response. On Tuesday, 6 March 2012 21:22:58 UTC-8, Anash P. Oommen wrote: > > Hi Minh, > > AdWords API .NET library caches authTokens, and reuse them, it doesn't > create a new authToken everytime you create a new AdWordsUser. AuthTokens > expire after a while (about 2 weeks), th

Re: API v13 whitelist

2012-03-07 Thread Ring John
Any ideas? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Goo

Re: Axis doesn't generate TargetingIdea class from WSDL

2012-03-07 Thread okiebug1...@gmail.com
Kevin, Sorry to hijack this thread, but the same problem exists with both wsdl.exe and svcutil.exe for this class generation from the provided wsdl. TargetingService class is not generated and the TargetingIdeaPage references unwrapped definition. As pointed out the TargetingIdeaPage generates

CampaignCriterion

2012-03-07 Thread Paul Nisbett
Hi, I'm trying to upgrade our Java app to the new v201109 API and it just is not working out . I'm having a hard time trying to do anything remotely useful with the new API. >From what I can tell I'm supposed to be using CampaignCriterion . For example: CampaignCriterion c = new CampaignCriter

Re: Axis doesn't generate TargetingIdea class from WSDL

2012-03-07 Thread Kevin Winter
Hi David, Unfortunately, I've never worked with generated classes in DotNet. It looks like the NoClientLibrary wiki page for the DotNet library mentions this is a known issue: http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary#b._wsdl.exe_doesn't_generate_some_types_prope

Re: Negative values seen for average position

2012-03-07 Thread j.e.frank
Google, Any update on this issue? On Wednesday, March 7, 2012 2:56:48 AM UTC-5, Daniel Bergholm wrote: > > We are experiencing the same problem. We are getting a lot of rows with > negative impressions (the ones I have seen have "-1" impressions) for the > last couple of days. > We too have mo