Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-09 Thread Michael Ni
Hello Danial, I think I may have found my problem. I am using AdGroup Operation to set cpcbid price, but in that operand, I am also putting the bidding_strategy_type. So my operand is not only setting new prices, but setting the bidding strategy type as well. That would explain the limit. Ho

Re: Setting up Eclipse to develop Android app using AdWords API

2013-08-09 Thread Jason Stedman
Dennis, Currently to do this you could not use the AdWords API Java Library jar itself, but you could certainly build up your own accessing the web services through the interface described in each service's wsdl. On the main documentation index for each service there is a Production WSDL liste

Re: MUTATE_JOB_SERVICE performance

2013-08-09 Thread Jason Stedman
Alex, The purpose of the MUTATE_JOB_SERVICE is to allow you to submit jobs and check back later. It does not necessarily make the changes any faster than the ADGROUP_CRITERION_SERVICE because any single operation still has the same level of processing within the AdWords backend. You may have

Re: More questions about PLACEHOLDER_FEED_ITEM_REPORT

2013-08-09 Thread David Torres (AdWords API Team)
Thanks Zweitze and Oliver, We are really taking your feedback seriously and looking for the best solutions in terms of documentation, client libraries and the API itself. Thanks for your patience. Best, - David On Tuesday, August 6, 2013 1:43:00 PM UTC-4, Oliver wrote: > > I really hope we g

How to get shared Ads and Bidding Strategy?

2013-08-09 Thread Oliver
The UI allows us to create resources that can be shared among multiple campaigns (under the "Shared Library" link on the left hand side). These include Ads and Bidding strategies. How can we access these shared Ads or Bidding strategies via the API (reports or otherwise)? The Ad_Performance_R

Re: Setting up Eclipse to develop Android app using AdWords API

2013-08-09 Thread Danial Klimkin
Hello Dennis, Android is not a supported platform for our java client libraries due to lack of axis or javaws support. -Danial, AdWords API Team. On Saturday, August 3, 2013 10:08:46 PM UTC+4, dennis.e...@me.com wrote: > > I'm a newbie to Adwords API, developing a mobile application in Java

Location options (advanced) via api

2013-08-09 Thread techpoint . 2015
Hi, Is it possible to get "Location options (advanced)" settings for campaign via API? Also whether the options available to update same via API? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-08-09 Thread Danial Klimkin
Hello Michael, 1000 is the current limit for AdGroup overrides, so this error is expected. Do you intentionally set the bidding scheme on the AdGroup level? Can you use the campaign-level setting instead? -Danial, AdWords API Team. On Thursday, August 8, 2013 3:49:46 PM UTC+4, Michael Ni wr

Re: Running adwords php api, what does this reponse means?

2013-08-09 Thread Danial Klimkin
Hello, This is a service object. Please see the code examples on how to use it: https://code.google.com/p/google-api-adwords-php/source/browse/#git%2Fexamples%2FAdWords%2Fv201306%2FBasicOperations -Danial, AdWords API Team. On Monday, August 5, 2013 12:12:02 PM UTC+4, dan...@socialkinnect

Re: php v.4.5.1 - v201306 returning no campaign data

2013-08-09 Thread Danial Klimkin
Hello Gerrit, Do you provide a correct clientCustomerId in the header? You may be hitting an MCC account with the new credentials. -Danial, AdWords API Team. On Monday, August 5, 2013 10:46:30 PM UTC+4, Gerrit Giliomee wrote: > > I've been using the API for a while now and was recently force

Re: How do I modify two keywords in an ad group which only differ by match type

2013-08-09 Thread Danial Klimkin
Hello Philip, What is the use case for having two keywords with the same text but different match type leading to different dest URLs? Which one is expected to trigger for exact match? I don't think this layout is supported on the product level. -Danial, AdWords API Team. On Wednesday, Au

Re: QuotaCheckError.INCOMPLETE_SIGNUP - API v201306

2013-08-09 Thread Danial Klimkin
Hello Anthony, The tokens review is handled by a separate team and can not be answered here, please refer to the rules: https://groups.google.com/forum/#!topic/adwords-api/lUQpWowB44k Also note only one developer token per company is granted. -Danial, AdWords API Team. On Thursday, Augus

An error has occurred: { "error" : "invalid_grant" }

2013-08-09 Thread Jur
Hello Guys, I'm working on my first Google Adwords API application, but I can't get passed the oauth2 verification. I could get a refresh_token with the GetRefreshToken.php script, but I get the error : An error has occurred: { "error" : "invalid_grant" } when I request a list of campaines in

Re: AdwordsApi AdsOAuthException access_denied

2013-08-09 Thread reportingbox
Problem solved, the Google Apps Domain needed setup to grant impersonating to the client. *https://developers.google.com/adwords/api/docs/guides/service-accounts* On Thursday, August 8, 2013 11:14:11 AM UTC+3, report...@imi

Re: invalid grant with php

2013-08-09 Thread Jur
Hello Alex, I've the exact same problem. Were you able to generate a refresh_token with the GetRefreshToken.php script? I was able to do this, but can't get any campaign list visible without the invalid grant error. Did you find a solution? Regards, Jur Op woensdag 7 augustus 2013 17:11:18

Get Campaigns stats in ruby on rails

2013-08-09 Thread Alex
Hello, I am trying to lean rails and use the google adwords api in the same time so for some it might be strange that I am not able to do these things which are quite simple. Using the example created by Danial Klimkin, and with his example I managed to get my adwords campaigns, but now I am t

Re: AlertService doesn't return Payment Pending Alerts

2013-08-09 Thread Danial Klimkin
Closing as dupe for: https://groups.google.com/d/msg/adwords-api/ydssoONU4Xw/I_tbS3a260MJ -Danial. On Monday, August 5, 2013 10:45:50 PM UTC+4, Jonathan Boto wrote: > > Hi Adwords-API Team, > > Im having trouble getting results from AlertService using PHP Client > Library for some of my clie

Authentication error with Google Adwords V201306

2013-08-09 Thread Pramod Patil
Hi I am using Google Adwords API Version v201209 with given parameters email, password, useragent, developerToken, applicationToken and clientCustomerId to *AdWordsUser*() It was working fine till date 22- July 2013. But onward it’s throwing error. I have checked with New version *v20

Re: Getting a campaign's upgraded sitelinks

2013-08-09 Thread Oliver
Many thanks Peter. Oliver On Thursday, August 8, 2013 6:20:35 PM UTC+1, Peter Kingswell wrote: > > Of course. It's rough-and-ready but here it is. The payload of the > campaign's sitelink Ids (as Pete highlighted) is in the rhsOperands of the > CampaignFeed's matching function. > > Good luck,

MUTATE_JOB_SERVICE performance

2013-08-09 Thread Alex
we are currently using ADGROUP_CRITERION_SERVICE for submitting 200-300 Operations per second. we tried using MUTATE_JOB_SERVICE, but could only submit 300-400 Operations per second ( plus the time waiting for the results). I expected a much higher performance gain from the MUTATE_JOB_SERVICE.