AdWords API Re: Updating AdGroup

2009-12-11 Thread aa...@iboyds.net
Thanks Eric. Just changed it to all caps, ran the call and still doesn't update... On Dec 11, 3:32 pm, AdWords API Advisor wrote: > Hi Aaron, > > The status value for paused in v2009 is "PAUSED": > >  http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupServi... > > More generally, al

AdWords API error 500 when calling getAllCriteria

2009-12-11 Thread Melissa
We're currently using the v13 of the API and running a synchronization process on a campaign. For each adgroup of the campaigns we're calling "getAllCriteria". Everything works fine (as it always does) except for a particular adgroup. When we call the function on this adgroup we're getting a "(5

AdWords API "URL Does Not Match Certificate" reject reason

2009-12-11 Thread pmac72
Could someone give me more information on what this ad rejection reason means? If this is documented somewhere, I could not find it. The destination URL for that ad is not using https, so I'm not sure what certificate this is. TIA, --Paul -- You received this message because you are subscribed

AdWords API Re: Updating AdGroup

2009-12-11 Thread aa...@iboyds.net
Thanks Eric. Just changed it to all caps, ran the call and still doesn't update... On Dec 11, 3:32 pm, AdWords API Advisor wrote: > Hi Aaron, > > The status value for paused in v2009 is "PAUSED": > >  http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupServi... > > More generally, al

AdWords API Re: Updating AdGroup

2009-12-11 Thread AdWords API Advisor
Hi Aaron, The status value for paused in v2009 is "PAUSED": http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.AdGroup.Status.html More generally, all enum values in v2009 are composed of all capital letters. Best, - Eric Koleda, AdWords API Team On Dec 11, 6:05 pm, "aa

AdWords API Re: keyword impressions

2009-12-11 Thread AdWords API Advisor
Hi Tim, Unfortunately I can't provide exact numbers around rate limits, and I don't have any information regarding ad serving specifics. In general I would not recommend a solution that involves toggling campaign statuses rapidly as a means of determining impressions. Best, - Eric On Dec 11, 2:

AdWords API Re: BulkMutateJobService extremely slow

2009-12-11 Thread AdWords API Advisor
Hi Peter, I've talked with the core engineering team about this, and they will investigate the performance issues you encountered in this scenario. In general the benefits of the BulkMutateJobService are: * Operations are automatically applied at an optimal rate, avoiding operation rate limit err

AdWords API Updating AdGroup

2009-12-11 Thread aa...@iboyds.net
our v13 code isn't working to update AdGroup statuses. I figure we may as well update the code to 200909. The following code isn't working. any feedback? http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-in

AdWords API uniqueness of campaign id

2009-12-11 Thread david
What is the scope of unique campaign id's? Are they unique within the entire Google system, or only within an account? Same for adgroup_id's. Are they unique within all of Google, an account, or a campaign? Thanks! David. -- You received this message because you are subscribed to the Google G

AdWords API Re: keyword impressions

2009-12-11 Thread timprepscius
I guess this works. Ugh.. I wonder what the max number of queries per second google tolerates is. Will look. Anyway. Out of curiosity: If I turn off a campaign, will I be charged for clicks on ads which occur after the turn-off timestamp? And, is the time-delay between campaign status modificat

AdWords API Re: keyword impressions

2009-12-11 Thread AdWords API Advisor
Hi Tim, The TargetingIdeaService is an OK way to get this information, but it will take a little tweaking. The main goal of this service is to return new keyword or placement ideas with relevant statistics, although it can be configured to return just the statistics for only the input keyword (us

AdWords API Re: keyword impressions

2009-12-11 Thread timprepscius
Ah.. I'm seeing http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.TargetingIdeaSelector.html AVERAGE_TARGETED_MONTHLY_SEARCHES TARGETED_MONTHLY_SEARCHES GLOBAL_MONTHLY_SEARCHES anything else? Hmm, I wonder what the cost for these services is.. have to look. -tim On D

AdWords API Re: Keywords (Live Ads)

2009-12-11 Thread AdWords API Advisor
Hi Sergio, This functionality is available through the v2009 AdParamService: http://adwordsapi.blogspot.com/2009/11/discover-v2009-setting-ad-parameters.html An example for this service has been added to the Java client library: http://code.google.com/p/google-api-adwords-java/source/brow

AdWords API Re: Method AdGroupService.get can not be reflected.

2009-12-11 Thread AdWords API Advisor
Hi, Please see the following thread for more information about .NET and v2009: http://groups.google.com/group/adwords-api/browse_thread/thread/fcde4e1d252152f5/ Best, - Eric Koleda, AdWords API Team On Nov 23, 6:30 am, Soapy wrote: > I'm trying to port and application from V13 to 2009 in v

AdWords API Re: Adding multiple keywords in 1 mutate operation

2009-12-11 Thread AdWords API Advisor
Hi MaxT, I believe we resolved this issue in the following thread: http://groups.google.com/group/adwords-api/browse_thread/thread/b22bfc4c9249a911/ As for being charged for exceptions, please see this thread: http://groups.google.com/group/adwords-api/browse_thread/thread/ddd9fbb8d0c07e0

AdWords API Re: Insert Keywords = UNEXPECTED INTERNAL API ERROR

2009-12-11 Thread AdWords API Advisor
Hi MaxT, Your information was very useful in tracking down the problem, and some fixes have been deployed that should resolve this issue. Please try this process again and let me know if you have any problems. Best, - Eric On Dec 1, 9:35 am, AdWords API Advisor wrote: > Hi MaxT, > > Thanks for

AdWords API keyword impressions

2009-12-11 Thread timprepscius
Greetings, We have a client that wishes to broadcast a brand message, and so he is more interested in impressions, rather than clicks. We were hoping basically to take bunches of keywords based on his products, and then forecast them for impressions. However, the "traffic estimator" doesn't retu

AdWords API Re: Bulgarian region codes

2009-12-11 Thread AdWords API Advisor
Hi, Thank you for the information. The codes you are receiving are valid, and the code list page in our developer documentation is merely out of date. I've raised this issue with the documentation team and they are working on generating a new code list. Best, - Eric On Dec 1, 10:45 am, veseo

AdWords API Re: v2009 API Is quota charged on SOAP Faults

2009-12-11 Thread AdWords API Advisor
Hi Fred, Currently all UNEXPECTED_INTERNAL_API_ERRORs are classified as server side errors, even if the root cause was bad user input. Best, - Eric On Dec 2, 12:14 pm, AdWords API Advisor wrote: > Hi Fred, > > The inconsistent reporting of API units and operations for this error > is another im

AdWords API Re: Video ads in V200x API

2009-12-11 Thread AdWords API Advisor
Hi Peer, Existing v13 video ads will be returned as the v2009 class DeprecatedAd: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.DeprecatedAd.html There will be a different mechanism for creating video ads in v2009, and we'll be posting an article about the process

AdWords API Re: Authentifaction token still available for how many time ?

2009-12-11 Thread AdWords API Advisor
Hi Arnaud, Currently an AdWords API authToken is valid for two weeks, although this is subject to change in the future. Best, - Eric Koleda, AdWords API Team On Dec 9, 3:50 am, xpander wrote: > Hello, > > Fromhttp://code.google.com/apis/accounts/docs/AuthForInstalledApps.html > "The token remai

AdWords API Re: Problem with TargetingIdeaServiceInterface?

2009-12-11 Thread AdWords API Advisor
Hi, Are you still seeing this issue? Thanks, - Eric On Dec 10, 9:57 am, AdWords API Advisor wrote: > Hi, > > Do you have a request ID from one of these failed requests? > > Thanks, > - Eric > > On Dec 9, 1:47 pm, SEM wrote: > > > > > Hi Eric: > > > This had been working fine for the past coupl

AdWords API Re: Unknown Keyword Type

2009-12-11 Thread AdWords API Advisor
Hi Michael, This keyword type isn't valid and should be ignored. I'll work with the core engineering team to have it removed from the results. Best, - Eric Koleda, AdWords API Team On Dec 10, 6:36 am, michael s wrote: > Hi, > > We are using an Account Structure report in v13 with an Aggregatio

AdWords API Re: Can't enter billing information

2009-12-11 Thread AdWords API Advisor
Hi Robert, For billing or payment problems you should contact your AdWords Account Representative. If you don't have one or you don't know who they are you can contact the AdWords Support Team using the form on the following page: http://adwords.google.com/support/aw/bin/request.py Best, - Er

AdWords API Re: QuotaError.TOO_MANY_CAMPAIGNS_PER_ACCOUNT

2009-12-11 Thread AdWords API Advisor
Hi Sandro, You can only have 25 active campaigns in an account. To activate or add new campaigns you must either pause or delete an existing campaign. Best, - Eric Koleda, AdWords API Team On Dec 11, 9:48 am, inovex wrote: > Hello, > > after getting the failure message you see in the subject w

AdWords API Re: Migration of the ExemptionRequest handling from V13 to V200906

2009-12-11 Thread AdWords API Advisor
Hi Sandro, The exemption request is intended to be created using data returned from the API in a PolicyViolationError. The best way to get this data is to run the mutate request one with the validateOnly header set to true. You can read more about this feature here: http://adwordsapi.blogspot

AdWords API Re: How to test the addition of campaigns in the long run?

2009-12-11 Thread AdWords API Advisor
Hi Sandro, A few points: 1) Campaigns cannot be removed, but they can have their status set to "DELETED". This will hide them in the AdWords web interface (based on your settings) and they won't count towards the campaign limit in your account. 2) The AdWords API Sandbox environment has a limit

AdWords API Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR with RelatedToUrlSearchParameter

2009-12-11 Thread AdWords API Advisor
Hi Francesco, Do you have the request ID from one of these failed requests? Also, a similar example was added to the .NET client library, so you might want to try that out: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v200909/GetRelatedPlacements.cs Best, -

AdWords API Re: Getting connection errors: v13 API

2009-12-11 Thread AdWords API Advisor
Hi Doug, What is the exact URL you are sending the SOAP requests too? Best, - Eric Koleda, AdWords API Team On Dec 10, 4:27 pm, doug s wrote: > I am running a client on a machine in London. > > I can ping adwords.google.com from the machine no problem: > > ping adwords.google.com > > Pinging ad

AdWords API Re: TrafficEstimatorService estimateCampaignList: Must specify a client in order to do traffic estimates.

2009-12-11 Thread AdWords API Advisor
Hi, While you did specify a clientCustomerId header, the ID you used was that of your MCC account. The TrafficEstimatorService requires that you specify an AdWords account as the client account in order to generate estimates. Best, - Eric On Dec 10, 10:24 am, "marc...@productengine.com" wrote:

AdWords API Re: Upcoming Sandbox DB Refresh: Dec. 9th

2009-12-11 Thread AdWords API Advisor
Hi Gagan, There have been some delays in the process and the sandbox has not yet been refreshed. I apologize for the inconvenience. Best, - Eric On Dec 10, 7:14 am, Gagan wrote: > Eric, > > Do you have any update on this. Is the Sandbox back up yet? > > Thanks, > Gagan > > On Dec 7, 1:38 pm, A

AdWords API Re: Cannot serve any requests for the specified account. Please contact support.

2009-12-11 Thread AdWords API Advisor
Hi Ethan, It looks like there may be some billing issues with your account. Please contact the general AdWords Support Team using the form on the following page for more information: http://adwords.google.com/support/aw/bin/request.py. Best, - Eric Koleda, AdWords API Team On Dec 10, 2:34 am,

AdWords API Can't enter billing information

2009-12-11 Thread robert.johans...@adwire.se
Hi, In my MCC account, it says that my developer key is deactivated due to the fact that I have not entered any billing information. However, I have tried several times during the last couple of weeks and yet I receive an error message saying something like "right now we can't process your request

AdWords API QuotaError.TOO_MANY_CAMPAIGNS_PER_ACCOUNT

2009-12-11 Thread inovex
Hello, after getting the failure message you see in the subject we are not only getting errors when trying to add campaigns but also when we are trying to activate them and probably also when doing other changes. What can we do about it? Best, Sandro -- Sandro Böhme Systems Development Project

AdWords API Migration of the ExemptionRequest handling from V13 to V200906

2009-12-11 Thread inovex
The user of our system usually knows the kind of exemption in advance and I wonder where I can get the policy name from to use in the exemption request. I wonder if there is an other way than trying to use the mutate.ADD operation and evaluate the failure response. Maybe we could automatically pack

AdWords API How to test the addition of campaigns in the long run?

2009-12-11 Thread inovex
Hello, we test our application by automatically creating campaigns in a live (non-sandbox) account. Deleting each campaign after the test doesn't work as using the remove- operator on a campaign returns an "OperatorError.OPERATOR_NOT_SUPPORTED" fault. Now we are running out of campaigns as the amo

AdWords API InternalApiError.UNEXPECTED_INTERNAL_API_ERROR with RelatedToUrlSearchParameter

2009-12-11 Thread phatzimo
HI, I'm using the .net api client to query the RelatedToUrlSearchParameter as described in this sample for pyton: selector = { 'searchParameters': [ { 'type': 'RelatedToUrlSearchParameter', 'urls': ['http://finance.google.com'], 'includeSubUrls': 'F