Re: Google Adwords API Ad group Ideas

2014-08-26 Thread Anand Akkala
Hi Anash, Am using Keyword Planner tool to get the keywords ideas, here where am passing bid value using *$adGroupEstimateRequest->maxCpc = new Money(1);* I understood that this bid is per keyword. What i want is, can i able to pass the bid value per monthly basis. If is there any possible ca

Re: Adwords v201402 Api Automatic Bidding Scheme Issue

2014-08-26 Thread Akshay Joy
Hi Josh, Thank you for your valuable response. So it confirmed that BUDGET_OPTIMIZER is longer supported. But I want to update only Budget for Particular existing Campaign (BUDGET_OPTIMIZER). I just want to update only the BUDGET for that Campaign which created before with BUDGET_OPTIMIZER. I

Trying to get information from gclid

2014-08-26 Thread Oscar Martinez
Hi, We are developing a little report of my company's AdWords Campaigns. We capture and save the gclid and then we would like get the Keywords, Campaign and Ad Group from that gclid. But we get an error: "System.Net.WebException: Error en el servidor remoto: (400)" One more thing, we are not s

Re: Is there a way to resubmit a campaign for approval?

2014-08-26 Thread Josh Radcliff (AdWords API Team)
Hi, There's no way to do that through the API. You would have to remove the ads and re-add them via AdGroupAdOperation s. Cheers, Josh, AdWords API Team On Monday, August 25, 2014 3:38:26 PM

Google Adwords Conversions übertragen in Google Analytics Konto

2014-08-26 Thread Elisabeth
Hallo zusammen, Ich hätte folgende Frage: Warum ist der* Import der Google Adwords Conversions* in *Google Analytics *nicht möglich? Beim Verknüpfen der Konten werden nur Klicks, Impressionen etc. übertragen, jedoch sind die Klick-Conversions nicht in Google Analytics ersichtlich. Wie können

Re: SOAP-ERROR

2014-08-26 Thread Vassard
After running this wget -mk -w 20 --user-agent="Mozilla/4.5 (X11; U; Linux x86_64; en-US)" https://adwords.google.com/api/adwords/cm/v201406/CampaignService?ws it solved my problems -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlea

No Campaigns being returned by API

2014-08-26 Thread matt
I am having some issues with no campaigns coming back. I am requesting from my sandbox account. However, it won't return any campaigns from either my main account or my test. I have campaigns in both. Here is what I am doing. clientCustomerId - My test account developerToken - My main account S

MutateJob status never complete

2014-08-26 Thread Nicolás Gelpi
Hi All, I'm currently working with the MutateJobService, and it was working fine (updating everything), but today the status never changes from PROCESSING to COMPLETE. Any ideas what is going on? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Googl

how to decrease the response time to creation of campaign and adgroups

2014-08-26 Thread krish
Hi In my project i need to create bulk number of the campaigns, adgroups,adds, keywords and negative keywords at campaign level and adgroup level one by one in single click from my web page . now i am able to do this task by adwords api . but the response time is getting very high .

Re: Ad Group Level Bid Modifiers example in Perl

2014-08-26 Thread Reed
I see the examples for the various v201406 libraries for creating new bid multipliers for existing adgroups. Anyone have a working code example (or just the SOAP XML would be fine) of modifiying an existing adgroups bid multiplier? thanks Reed On Tuesday, May 14, 2013 1:54:05 PM UTC-4, Etienne

Re: Unable to delete excluded partition

2014-08-26 Thread road11
Sergio, Any chance you could post your code (even if it's Ruby) to edit the CaseValue of a partition? I can't seem to find a combination that works for me without throwing an exception. Thanks in advance, Eric On Thursday, August 14, 2014 10:13:04 AM UTC-4, road11 wrote: > > Sergio, > > Thank

Re: How to create negative keywords campaign level using java

2014-08-26 Thread Anash P. Oommen (AdWords API Team)
Hi Naveen, You can use the client library from https://github.com/googleads/googleads-java-lib to get started. Negative keywords are added the same way as shown on https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201406/basicoperatio

Re: com.google.api.ads.common.lib.exception.ServiceException: Unexpected Exception. at com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.createSoapClient(JaxWsHandler.java:237)

2014-08-26 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide more of the stack trace and error details? Thanks, Josh, AdWords API Team On Tuesday, August 26, 2014 5:37:26 AM UTC-4, Elad Winkler wrote: > > Hi, > I Had adWords working, at some point it stopped working and start giving > me these exception. > switched to newer api vers

Re: Why is there no forum for Google Alerts?

2014-08-26 Thread Josh Radcliff (AdWords API Team)
Hi Jordan, A good place to start is the *Contact Us* link in the Alerts Help Center . Cheers, Josh, AdWords API Team On Tuesday, August 26, 2014 5:10:54 AM UTC-4, Jordan Atkinson wrote: > > Hello, > > I was wondering why there was no forum or Google Dev

{target} value track

2014-08-26 Thread perrine . bailly
Hello, For {target} value track, it is written in Adwords documentation : "a placement category (travel or sports, for example)" Can you confirm that is value track does not retrieve user interest ? Because it seems to, because it has the same values in its hierarchy. In fact, I am looking for a

Why is there no forum for Google Alerts?

2014-08-26 Thread Jordan Atkinson
Hello, I was wondering why there was no forum or Google Developers to manage issues with Google Alerts? I've had to post in here as this is the closest thing, but can any google devs put me in contact with a dev for Google Alerts. I have an issue with a system caused by the recent update and I

com.google.api.ads.common.lib.exception.ServiceException: Unexpected Exception. at com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.createSoapClient(JaxWsHandler.java:237)

2014-08-26 Thread Elad Winkler
Hi, I Had adWords working, at some point it stopped working and start giving me these exception. switched to newer api version (1.31.0) and stilll getting same exception. I work with Maven and Java 7. also tried changing ads-lib and adwords-axis version and it also didn't solve anything. This is

Re: SOAP-ERROR

2014-08-26 Thread Vassard
It did not help me, I think the error is in my "user" because all my BasicOperations and reporting does not work. The reporting error is ReportDownloadException (403). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogs

Re: SOAP-ERROR

2014-08-26 Thread Vassard
I think the error is in my user as none of the $user->GetService works i try to make a report but i just said 'ReportDownloadException (403)' Den mandag den 25. august 2014 17.09.01 UTC+2 skrev Anash P. Oommen (AdWords API Team): > > Hi Vassard, > > Try accessing /api/adwords/cm/v201406/Campaig

Is there a way to resubmit a campaign for approval?

2014-08-26 Thread Mike Harkins
In the UI (and according to documentation ): > > If your ads were disapproved for issues with your ad's destination URL, > you may have the option to use a link in your account to resubmit all > eligible ads within that entire campaign. For exam

Re: SOAP-ERROR

2014-08-26 Thread Vassard
I think the error is in my user, because $user->GetService and $user->LoadService does not work. I tried to make a report but got this error ReportDownloadException (403) Den mandag den 25. august 2014 17.09.01 UTC+2 skrev Anash P. Oommen (AdWords API Team): > > Hi Vassard, > > Try accessing

Re: Canadian taxonomy missing for Product Groups

2014-08-26 Thread Shopping API Team
Hi Hans, Category bidding is a new feature (not present in PLAs) which is not yet available in all markets, hence why you're not able to see any results for Canada. You should still be able to create campaigns with other dimensions, though, including the user-defined product type. Cheers, Sérg

Re: Product Partition Tree Structure

2014-08-26 Thread Ads Developer
Hi Ray, Any update on this. On Friday, August 22, 2014 10:18:00 AM UTC+5:30, Ads Developer wrote: > > Hi Ray, > > This is the sample code that I am using to get the above output mentioned. > > AdGroupCriterionServiceInterface criterionService = > > adWordsServ