AdWords API Re: edit ad extension error

2010-04-16 Thread freesystems.t...@gmail.com
Hi, When i publish the keyword it has inserted ([keyword]) . it should look like: “keyword”. it's adding extra braces. my operation array is like this AdGroupCriterionOperation Object ( [operand] = BiddableAdGroupCriterion Object (

AdWords API Re: PHP get all client IDs

2010-04-16 Thread Christian Krahn
Hi, this kind of functionality will probably be in the AccountService, which is not yet implemented in the new API. You will have to use the old API / Framework for that service. Regards, - Christian On 15 Apr., 17:54, billybob billy.bar...@gmail.com wrote: I can't seem to find a method that

AdWords API Erro while trying to make a call to info service

2010-04-16 Thread RAGHAVENDRA SUDHA
HI, i am getting an exception with error string fault occurred while processing, i am not able to figure out whats wrong in it. here is the soap request i am trying to send. ?xml version=1.0 encoding=UTF-8? soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

AdWords API Re: Sandbox UI

2010-04-16 Thread ZSvedic
There is a way to view AdWords sandbox. We have developed a small GUI application for that purpose: http://www.gemboxsoftware.com/Ppc/ReferenceApplication.htm In order to run it, you need Windows machine with .NET Framework. GemBox.Ppc Reference Application will work with sandbox of any size and

AdWords API Re: Api Error Parser

2010-04-16 Thread jakov34
Yeah, i it's PHP. Thanks for your response. But if you see there is some protected parameters, and i need them. There should be some method in Class which will treat this object. you can't just say echo $object-message; you need to use some method which is in this Class to do it.. So, should I

Re: AdWords API Re: Where is API Center menu in my AdWords account?

2010-04-16 Thread iwein
On Apr 16, 4:21 am, Daniel Parker parker.danie...@gmail.com wrote: Did you ever find your API tab in your account? I woukld like to activate mine also, but I can not find any sign of my API tab in my my MCC account, how do you regiaster? It seems to me the MCC activation is broken, I tried to

Re: AdWords API Re: Where is API Center menu in my AdWords account?

2010-04-16 Thread iwein
After some searching I found out that when you already have an AdWords account it is impossible to enable MCC for it and you will get a version of the client that does not have API Center under My Account. I have no idea how to get the money I put in my account onto an account that has API

AdWords API v2009 Namespace

2010-04-16 Thread Juan Lagostena
Hi, I just started the migration few days ago, and I'm looking for the namespace definitions, like the Ad.Type or which format has the string that represents dates, but I can't find them. If they are in the wsdl, I'm searching in a wrong way. Do you know where can I take a look to these

AdWords API Re: Email/Password refused by authentication service, but allowed in v13

2010-04-16 Thread Zweitze
OK, those accounts had listed Your old, shared account as access rights. However, I'm experiencing another problem with the ClientLogin API: Two accounts get error CaptchaRequired. Note: The software has no GUI, the concept of a CAPTCHA makes no sense here. Logging in on the Adwords web site

AdWords API A question about quotes

2010-04-16 Thread Sheila Nara
I'd like to know if there is an average about consumed quotes when I use GetCampaignService, GetAdGroupService, GetAdGroupAdService and GetAdGroupCriterionService methods. I'm asking about it because I noticed a very high difference in quotes since last month for the same clustomer, but the

Re: AdWords API Re: Couldn't find the my client center user Interface

2010-04-16 Thread AdWords API Advisor
Hi Hamza, The steps for registering as a developer are listed here: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=enanswer=15104 Please note that the AdWords API Center tab only available in MCC accounts, not regular AdWords accounts. You can create an MCC account here:

Re: AdWords API Re: Api Error Parser

2010-04-16 Thread AdWords API Advisor
Hi, The SoapFaults returned by the PHP client library extend the Exception class, so you can access the message using $e-getMessage(). I am currently working on some utility methods to make it easier to get the inner ApiError objects, and it should be available in the next release. Best, - Eric

AdWords API Re: Error handling in adwords4r?

2010-04-16 Thread AdWords API Advisor
Hi, The maintainer of the ruby client library is aware of this shortcoming and has the feature on his development roadmap. If you would like to provide additional feedback about this feature request you can do so here: http://code.google.com/p/google-api-adwords-ruby/issues/detail?id=17

AdWords API Re: Structure report: recognizing inherited CPC bids at keyword level

2010-04-16 Thread Sander Agricola @ Traffic4u
Anyone?? This is still a big problem for us... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to v200909 yet? The v13 sunset is on April 22, 2010. Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: AdWords API v2009 in PHP4 (Campaign Service)

2010-04-16 Thread AdWords API Advisor
Hi Jerry, The following article provides some information about how to use the API in PHP without the client library: http://code.google.com/p/google-api-adwords-php/wiki/NoClientLibrary Best, - Eric Koleda, AdWords API Team On Apr 15, 11:51 am, JerryGarcia beauchamp@gmail.com wrote:

AdWords API Re: AdExtensionOverrideService Set operation not supported

2010-04-16 Thread AdWords API Advisor
Hi, Yes, they too can only be ADDed and REMOVEd. Best, - Eric On Apr 15, 2:41 pm, SW ga...@structuredweb.com wrote: Is it the same case with CampaignAdExtensionService? On Apr 15, 9:44 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, That's correct,

Re: AdWords API Anyone with CXF?

2010-04-16 Thread AdWords API Advisor
Hi Tomas, If there are specific API error messages you are getting I can help troubleshoot them with you. Best, - Eric Koleda, AdWords API Team On Apr 15, 9:37 pm, Tomas Carini tomas.car...@gmail.com wrote: We are trying to interact with v2009 with classes generated by CXF. Obviously we are

Re: AdWords API Re: Where is API Center menu in my AdWords account?

2010-04-16 Thread AdWords API Advisor
Hi, The behavior you are seeing is as it was designed. There are two types of accounts: AdWords and MCC: - AdWords accounts have campaings, ads, keywords etc. The billing information in this account pays for CPC costs, etc. - MCC accounts cannot have campaigns or run ads. They are linked to

Re: AdWords API Which language is well supported?

2010-04-16 Thread AdWords API Advisor
Hi, I posted a response on this topic to another thread: https://groups.google.com/group/adwords-api/browse_thread/thread/cd5a0561cac9484f/ Unfortunately we don't have a feature matrix that compares the various client libraries. Remember that the libraries are open source and we welcome

Re: AdWords API Re: edit ad extension error

2010-04-16 Thread AdWords API Advisor
Hi, This is the correct behavior. In the AdWords web interface broad keywords are shown with no punctuation: keyword Phrase matches are shown with quotes: keyword And exact matches are shown with brackets: [keyword] Best, - Eric On Apr 16, 2:01 am, freesystems.t...@gmail.com

Re: AdWords API Re: Api Error Parser

2010-04-16 Thread jakov34
Thank you Eric, now is pretty clear.. :)) Thanks a lot! Best Regards, Jakov On Apr 16, 4:06 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, The SoapFaults returned by the PHP client library extend the Exception class, so you can access the message using $e-getMessage().  I

Re: AdWords API Re: Email/Password refused by authentication service, but allowed in v13

2010-04-16 Thread Zweitze
Guess what?! I was pounding on this issue for three days, made last post, and now automagically both accounts start working again. Still, I'd love to know how I'm supposed to deal with CaptchaRequired. Thanks in advance. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Have you migrated to

Re: AdWords API Erro while trying to make a call to info service

2010-04-16 Thread AdWords API Advisor
Hi Sai, It looks like you are using a clientEmail header value in your request. The InfoService must be called in the context of the MCC user that owns the developer token, so the clientEmail should not be used. Best, - Eric Koleda, AdWords API Team On Apr 16, 5:17 am, RAGHAVENDRA SUDHA

Any Subsitution for geoTargeting.targetAll

2010-04-16 Thread dagr8anil
in V13 we have this method AdwordsCampaigns.Campaign.geoTargeting.targetAll Now in v2009, to get this value, do we have to loop through the TargetList Type to figure this out, if so Try Dim CampaignTargetPage As CampaignTargetPage =

getBulkKeywordIdeas Problem

2010-04-16 Thread BrandonHall
I'm using the PHP code supplied by Google for exposing GetRelatedKeywords. I updated the one line: $page = $targetingIdeaService-get($selector); To: $page = $targetingIdeaService-getBulkKeywordIdeas($selector); It throws this error: SoapFault Object ( [message:protected] =

Re: USER_PERMISSION_DENIED

2010-04-16 Thread cviorel
Hi, Thank you for your replay but I've double checked and I saw that my MCC user has Administrative access to the client account specified in the clientEmail header. I don't know why I get this error ???. Thanks, cviorel. On Apr 15, 4:44 pm, AdWords API Advisor adwordsapiadvi...@google.com

RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-16 Thread Maxim Kurapatkin
Hello, I have RESPONSE_SIZE_LIMIT_EXCEEDED responses even for result range for 2 entries. Here is an example: Outgoing Request: SOAP-ENV:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; SOAP-ENV:HeaderRequestHeader

Re: AdWords API Re: AdExtensionOverrideService Set operation not supported

2010-04-16 Thread SW
I am facing an issue with adding an adextension override. Here is the sequence of calls I am making. 1) Delete existing ad extension override (that is tied to the add) 2) Add new ad extension override to the same ad (which had ad extension override but deleted earlier) One of your other forum