AdWords API delete campaign ad extension error

2010-03-29 Thread freesystems.t...@gmail.com
when i delete the campaign ad extension it's giving error SoapFault Object ( [message:protected] = [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0]] [string:private] = [code:protected] = 0 [file:protected] = C:\wamp \www\aw_api_php_lib_1.2.2\libs\Google\Api\Common\Lib\AdsSoapClient.php

AdWords API Re: PolicyViolationKey

2010-03-29 Thread Laurent
hey Pete, You can submit the creative wih the validateOnly field to only check the creative before submitting it. It's costless and speedly, according to the documentation. way to do it : $adGroupAdService = $user- GetAdGroupAdService('v200909',NULL,NULL,true); for validation $adGroupAdService =

AdWords API Re: C# - Getting COMPETITION and GLOBAL_MONTHLY_SEARCHES using TargetingIdeaService

2010-03-29 Thread Andy Nichols
Hi Eric, I actually found and fixed this. The problem is I should have used get rather than getBulkKeywordIdeas. Andy On 23 Mar, 03:50, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Andy, Are you making this request to the sandbox or production environment? Do you have the SOAP

AdWords API Setting convertions

2010-03-29 Thread Добрый Благодетель
Hello, dear colleagues! Is it somehow possible to set conversions without using Google Code for Conversion Page? We need that to use Conversion Optimizer for the third-party ecommerce. We have no opportuniti to put Google's conversion Code, but can track conversions for each keyword and make

AdWords API connecting more then one API user for one MCC

2010-03-29 Thread John
Hi, I have an MCC connected to an MCC. the main one has an API user connected to it and I also need to get an API access only the child MCC, can that be done? Thanks! John -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010.

AdWords API KeywordToolService on v2009

2010-03-29 Thread Grady Laksmono
It says that v13 will not be supported on April 22, so I was looking for the replacement of the KeywordToolService that was provided in v13 of the API. It would be great if someone could give me a link reference? There's an example that is provided on how to get keywords, given a URL, but this

AdWords API How to get keywords given URL using V2009

2010-03-29 Thread Grady Laksmono
I see the example in V13, but since it's deprecated, I wanted on how to achieve this in V2009 in Java. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group:

AdWords API Libcurl and open SSL versions for PHP Client Library

2010-03-29 Thread Image WebDesign
Hi, I use the 'PHP Client Library for AdWords API v2009' on two servers. It Works on one of them but on the second one, it gives me the following error: Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]: SSL: fatal protocol error in /home/imageweb/sd/admin.tracking/www/

AdWords API Operation position in failed stream

2010-03-29 Thread Alexey Dementyev
Hello, please, can google API processing change operations positions in failed stream? I mean, when i'm sending new JOB to BulkMutateService with 1 part, 1 stream and 5 different actions in first stream: 1. updateCriterion 2. updateAdGroup 3. updateAdCampaign 4. updateAdGroupAd 5.

AdWords API API 2009 : Get Related Keywords - BROAD ONLY

2010-03-29 Thread Sawyer
Dear all, I have perfectly install sample code of Adwords API 2009 : GetRelatedKeywords.php and tried to modified a little bit of it and got this result : origami crane PHRASE origami crane EXACT origami crane BROAD origami instructions EXACT origami instructions BROAD origami instructions

AdWords API Re: how do I get the auth token

2010-03-29 Thread AdWords API Advisor
Hi, Try this: $auth = new AuthToken($email, $password, 'GOOGLE', 'adwords'); You can read more about the authToken header value here: http://code.google.com/apis/adwords/v2009/docs/headers.html Best, - Eric Koleda, AdWords API Team On Mar 26, 7:29 am, molaMolar na...@actualweb.es wrote:

AdWords API Re: edit ad extension error

2010-03-29 Thread AdWords API Advisor
Hi, To change the LocationExtension override for an ad you must first REMOVE the old AdExtensionOverride and then ADD the new one. Best, - Eric On Mar 26, 7:12 am, freesystems.t...@gmail.com adwo...@kutenda.com wrote: hi i have one ad which is already overridden by ad extension. so now i

AdWords API Re: Can i use v2009 api in live mode

2010-03-29 Thread AdWords API Advisor
Hi Devon, As for production access, if you haven't already you need to register as an API developer and get a developer token. More information on that process is here: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=enanswer=15104 As for scheduling reports, the AdWords

AdWords API Re: Not agreed to latest AdWords Api terms and conditions.

2010-03-29 Thread AdWords API Advisor
Hi, I'll need to pull up your account to get more information. Please send the customer ID of your MCC account that owns the developer token to adwordsapiadvi...@google.com and then update this thread. Best, - Eric Koleda, AdWords API Team On Mar 26, 2:35 am, Ellviz ellvizt...@gmail.com wrote:

AdWords API Re: AuthenticationError.CUSTOMER_NOT_FOUND

2010-03-29 Thread AdWords API Advisor
Hi, I cannot find that request ID anywhere in the production logs. Can you double check your settings and make sure you are sending this request to the production URL? Best, - Eric On Mar 26, 6:27 am, pollard_pi...@yahoo.co.uk pollard_pi...@yahoo.co.uk wrote: Hi Eric, Production.  It works

AdWords API Re: PolicyViolationKey

2010-03-29 Thread AdWords API Advisor
Hi Pete, The PolicyViolationKey has a pretty simply structure, consisting of a policy name and the violating text. If you know your keyword will violate a certain policy you can build this object yourself client side and preemptively create an ExemptionRequest from it. However, given that the

AdWords API CampaignService get campaign by campaign Id

2010-03-29 Thread SW
Hi, I am trying to get the adwords campaign by campaignId. When I try to call the campaign service for the first time, it takes somewhere between 10 to 15 seconds to get the campaign by id. Any subsequent attempt to call this method works faster. Would you please help me understand the

AdWords API Re: NetworkCoverageType Stats

2010-03-29 Thread AdWords API Advisor
Hi Raj, The CONTENT_CONTEXTUAL network targeting can be left around in the campaign depending on the options chosen in the AdWords web interface. However the CONTENT_CONTEXTUAL targeting only takes affect if CONTENT_NETWORK is selected, so in this case the campaign will only run on

AdWords API Re: CampaignService get campaign by campaign Id

2010-03-29 Thread SW
If it helps, here is the soap request and response headers: -BEGIN API CALL- Request --- POST /api/adwords/cm/v200909/CampaignService User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 2.0.50727.3053) VsDebuggerCausalityData:

AdWords API Re: Type of errors when max number of entities have been reached.

2010-03-29 Thread AdWords API Advisor
Hi Peer, Right now, depending on the entity, you could receive either an EntityCountLimitExceeded error or a QuotaError. We are working to condense these into one error type but I don't know if or when that will be complete. Best, - Eric Koleda, AdWords API Team On Mar 26, 2:16 pm, Pete

AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-03-29 Thread AdWords API Advisor
Hi Maxim, Do you have the requestId of a request that is exhibiting this behavior? Best, - Eric Koleda, AdWords API Team On Mar 26, 7:24 pm, Maxim mse...@gmail.com wrote: also seeing huge delays in execution of adGroupCriterionService.mutate(ADD) operations. Are you guys throttling us down?

AdWords API Re: No data return when AdGroupCriterionIdFilter set to adGroupId

2010-03-29 Thread AdWords API Advisor
Hi Dave, I just made a request using only the adGroupId field of the AdGroupCriterionIdFilter, and it worked fine. Do you have the SOAP XML request and response from a request that demonstrates this behavior? Best, - Eric Koleda, AdWords API Team On Mar 26, 11:14 pm, Dave L

Re: How can I signup to AdWords API

2010-03-29 Thread AdWords API Advisor
Hi Devon, You can use any of those methods. If you use the login of the MCC you need to specify the clientEmail or clientCustomerId header values so that you operate on the correct client. Best, - Eric On Mar 27, 12:34 am, Devon Smith devonsmit...@gmail.com wrote: Hello,   My client has

AdWords API Re: 10+ second latency deleting criteria (v2009)

2010-03-29 Thread SW
I have similar latency problem when trying to use the campaign service. Please look for CampaignService get campaign by campaign Id in the subject list for the similar issue I reported this morning. Do we have this issue across the board on all of the services? On Mar 29, 11:55 am, AdWords API

AdWords API Re: PolicyViolationKey

2010-03-29 Thread Pete Lavetsky (AdWords API Guru)
Is there a documented list of all the names for PolicyViolationKey? http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.PolicyViolationKey.html#policyName Pete On Mar 29, 11:35 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Pete, The

Re: AdWords API Setting convertions

2010-03-29 Thread Maxim Kurapatkin
Hello, We are using both google and our native conversion tracking. Second is a complex task and it's has individual actions in each case. Let me know If you need help. Thanks -Maxim Kurapatkin Hello, dear colleagues! Is it somehow possible to set conversions without using Google Code

AdWords API Traffic Estimator Service

2010-03-29 Thread MipMapper
Hi, I'm using v13 of the Traffic Estimator Service, I was wondering why the results I get back from the web service are different from the Keyword Tool (https://adwords.google.com/select/KeywordToolExternal) For example where the Maximum Cost Per Click is one pound sterling and the keyword is

AdWords API Re: v13 TrafficEstimatorService queried via apility gives back: HTTP method POST is not supported by this URL

2010-03-29 Thread sed
thankyou for the hint! upgrading the customized nusoap.php library bundled with apility from nusoap 0.7.2 to nusoap 0.7.3 and then applying the customizations documented in apility_1.13.1/lib/Readme_nusoap.txt solved this issue. if anyone else has this problem, a diff that can be used to patch

AdWords API Re: getClientAccounts() returns an invalid e-mail?

2010-03-29 Thread Joshua J. Kugler
Certainly! The request ID that generates the list of client e-mails is: b6f9c3726bd140f3a16e8c2d2e00c818 This list includes the e-mail address I sent in the header of the next request. As I stated, other e-mail addresses from that list worked fine. However, on the failed request, I am not

AdWords API v2009 Non-US metro codes?

2010-03-29 Thread doug s
I am getting TargetError:INVALID_METRO_CODE errors when I submit these as metro codes BE-BRX BR-DF Obtained from the list here: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/data/world_regions.csv Are there metro codes for non-US metros? thanks --

AdWords API Re: AdWords limits increaded by using the API?

2010-03-29 Thread Tadeu
Thanks for the awnser! BR On Mar 23, 3:11 pm, Peer Jakobsen (AdWords API Guru) peer.jakob...@gmail.com wrote: The limits are the same using UI or API. You could ask your Google Account representive to increase the limits. Cheers -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you

AdWords API Serving Status of a Campaign

2010-03-29 Thread ADM
I am confused about the true meaning of the serving status field in a campaign. I thought it was supposed to reflect whether or not a campaign is currently serving ads, but when I check the serving status of a campaign that is set to serve ads only during certain hours of the day I find that the

AdWords API ClientLogin API Call

2010-03-29 Thread J
Hello, I am trying to write code using ClientLogin API. When I pass in incorrect user name and password, I am getting 403 error -- shouldn't I get captcha token -- can someone please let me know as to what am I missing. Thanks, J -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you

AdWords API Re: Serving Status of a Campaign

2010-03-29 Thread ADM
Try using the Campaign Target Service. There is an ad schedule target type that contains the ad serving schedule for a campaign. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion

AdWords API Re: Serving Status of a Campaign

2010-03-29 Thread ADM
What time zone are the times for an ad schedule? Are they in the zone for the campaign, or is the time in UTC? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group:

AdWords API weird error when get campaign negative criterion using CampaignCriterionService

2010-03-29 Thread von journ
Resend it as I did not get a response. Please help if you know this error, thanks --- On Mon, 3/29/10, von journ vonjo...@yahoo.com wrote: From: von journ vonjo...@yahoo.com Subject: AdWords API weird error when get campaign negative criterion using CampaignCriterionService To:

AdWords API Can the URL for getting auth token be made configurable

2010-03-29 Thread abhijat
Hello, I was wondering if the auth token URL, as defined in AuthToken.java, can be made configurable. We have automated integration tests that run over and over again a day. We would not like each run to contact the Google servers to get back the real token. To overcome this issue I think this