AdWords API Re: The request failed with HTTP status 405: Method Not Allowed

2010-02-02 Thread shiraazz
I downloaded the .NET client library 6.2.0 from http://code.google.com/p/google-api-adwords-dotnet/ I am using the targetingidea service. TargetingIdeaSelector selector = new TargetingIdeaSelector(); selector.searchParameters = new SearchParameter[] {searchParameter}; selecto

AdWords API Network type values for a campaign

2010-02-02 Thread RAGHAVENDRA SUDHA
Hi, i need some information regarding the network types in Google campaigns, from what i can understand whenever i create an campaign, i can select whether to target content network or search network or both. when i select 1. serach and content then the network is shown as -- *"ALL"* 2. sea

AdWords API content bid at the keyword level

2010-02-02 Thread PHP Developer
Is content bidding at the keyword level discontinued? We are still able to set the network type of campaigns to CONTEN_SEARCH but no indication of setting content bids at the keyword level in the documentations. -- You received this message because you are subscribed to the Google Groups "AdWord

AdWords API Bidding strategy for v200909

2010-02-02 Thread PHP Developer
Now that the concept of bidding strategy is introduced for v200909, will mixed cpm/cpc ad groups within a campaign still function properly if not transitioned? Basically what will happen to campaigns that already have ad groups with their cpm and cpc set? Which bidding strategy will be assigned to

AdWords API network types of v200909

2010-02-02 Thread PHP Developer
Could someone explain the following network types in more depth: CONTENT_CONTEXTUAL Indicate ads coverage for "content_synd_contextual". CPA_REFERRAL Indicate ads coverage for "referral". Thanks -Ashkan -- You received this message because you are subscribed to the Google Groups "AdWords API

AdWords API Re: Error for XML_STREAM_EXC

2010-02-02 Thread Dave L
Hi, Please discards this post, this issue has been fixed now. Regards, David On Feb 3, 10:45 am, Dave L wrote: > Hi, > > I received following error when try to get campaigns: > > http://schemas.xmlsoap.org/soap/ > envelope/">soap:Client faultcode>XML_STREAM_EXC soap:Body> > > Here is my Reques

AdWords API Re: Error XML_STREAM_EXC while get campaigns

2010-02-02 Thread Dave L
Hi Eric, Thanks for your advice and it works now. Thank you. About authToken in my post, it is NOT a real authToken, it is fake, so it is OK. All the best, David On Feb 3, 1:43 am, AdWords API Advisor wrote: > Hi Dave, > > The first point is that you shouldn't post your authToken in public

AdWords API Error for XML_STREAM_EXC

2010-02-02 Thread Dave L
Hi, I received following error when try to get campaigns: http://schemas.xmlsoap.org/soap/ envelope/">soap:ClientXML_STREAM_EXC Here is my Request String: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http:// www.w3.org/2001/XMLSchema" xmlns:xsi="http://www

AdWords API Re: ApiError object in v2009

2010-02-02 Thread Vijay - Coremetrics
Thanks Eric. Regards, Vijay On Feb 2, 7:19 am, AdWords API Advisor wrote: > Hi Vijay, > > The base type ApiError only contains some basic information, and for > more detail you need to cast the error to it's actual type, in this > case AdGroupCriterionError: > >  http://code.google.com/apis/adwo

AdWords API RelatedToKeywordSearchParameter - Related to all keywords in list or related to a given keyword in list?

2010-02-02 Thread Shane
I have a script that uses the TargetingIdeaService and we have been getting good results from it for the most part. Generally we submit a dozen or so keywords looking for PHRASE matches and the results we get back are consistent with the keyword tool. For some reason using a smaller dataset (1-3

AdWords API Re: Order of Returned Operations Through Criterion Service

2010-02-02 Thread Kyle LeNeau
Hi Eric, What happens if one of the keywords fails to be added does the whole mutate request fail like batch transactions or will one fail at a time and return something else in the index place? Thanks, Kyle On Feb 2, 9:28 am, AdWords API Advisor wrote: > Hi Kyle, > > Order is maintained betwee

AdWords API KeywordToolExternal

2010-02-02 Thread kingsob
Is https://adwords.google.com/select/KeywordToolExternal going to be shut down on April 22, 2010 along with AdWords API v13? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com.

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Sorry, I'm a little bit slow :-) Do you have an example based on the code posted earlier in this thread? Best, Robert On 2 Feb, 17:58, AdWords API Advisor wrote: > Hi Robert, > > Please see my answer on this related thread: > >  http://groups.google.com/group/adwords-api/browse_thread/thread/d7

AdWords API Re: AdParams - INVALID_INSERTION_TEXT_FORMAT

2010-02-02 Thread Peer Jakobsen (AdWords API Guru)
Hi, The AdParam.insertionText need to follow a very specific format. You can see it here: http://code.google.com/apis/adwords/v2009/docs/reference/AdParamService.AdParam.html If you still can't get it working then post the SOAP trace here. Cheers -- You received this message because you are su

AdWords API Re: Geo targeting for v200909

2010-02-02 Thread Peer Jakobsen (AdWords API Guru)
Hi, The V13 codes does seem to work with v200909. You can see the full v200909 reference codes in any of the client libraries (in the data folder). Region is the same as province. The polygon target is similar to the proximity target, but instead of covering a circle with a specific radius the ta

AdWords API Re: Please post an example of handling PolicyViolationError

2010-02-02 Thread SEM
Eric: When do you guys plan on posting OGNL examples w.r.t. error handling? e.g. submitting a request to create multiple ads of which 1 ad fails due to a policy violation. How do we... a] Extract the index of the erroneous ad(s). b] Obtain a meaningful error code / error message for presentatio

AdWords API Geo targeting for v200909

2010-02-02 Thread PHP Developer
We are in the process of migrating to the v200909 code base. Currently we are doing Geo targeting at all possible levels and we like to know whether the city, country, metro codes that are available in the v13 document would work with v2009? And by codes I am referring to location codes. Also, curr

AdWords API AdParams - INVALID_INSERTION_TEXT_FORMAT

2010-02-02 Thread Adam
Im creating a php script to update ads with details from our stock database for our marketing department. When i try sending a mutate operation to set the new value generated from the database i get the same error for each attempt: AdParamError.INVALID_INSERTION_TEXT_FORMAT @ operations [4].operan

AdWords API InfoService with API 200909

2010-02-02 Thread ralf.s
We still get have problems with the InfoService of Version V200909. V13 works fine here. We do exactly whats listed in the Per-Call Migration Guide. We use java and the adwords-api-6.3.0-loner.jar lib. Example 1: InfoSelector selector = new InfoSelector(); selector.setApiUsageType(ApiUsageType.UNI

AdWords API Re: Cost

2010-02-02 Thread Dane
since I only have problems with reports in API and other testscripts works fine, I feel tempted to just schedule the GUI to email me reports, and let my script capture the emails. That is unless you tell me that requestId f9b4e37c33a080c8202b2111b9f8da9b only have minor flaws regards Dane -- Y

AdWords API This adgroup is accessible to the user, but does not belong to the current customer

2010-02-02 Thread fafa16
Today i tried to read only one Group with a specific id i'll get the following error: "This campaign is accessible to the user, but does not belong to the current customer. If you wish to access this campaign, you must set the clientEmail header to an appropriate login." I don't have any problem

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread AdWords API Advisor
Hi Robert, Please see my answer on this related thread: http://groups.google.com/group/adwords-api/browse_thread/thread/d72456c0e824a17c/ Best, - Eric On Feb 2, 11:14 am, "robert.johans...@adwire.se" wrote: > Hi Eric, > > I get the following error-message: > > [RequiredError.REQUIRED @ oper

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Hi Eric, I get the following error-message: [RequiredError.REQUIRED @ operations[0].operand.criterion.text, RequiredError.REQUIRED @ operations[0].operand.criterion.matchType Best, Robert On 2 Feb, 16:32, AdWords API Advisor wrote: > Hi Robert, > > Are you getting an error message?  If so, wh

AdWords API Re: Http status code for soap fault

2010-02-02 Thread AdWords API Advisor
Hi John, The core engineering team is working on this issue now, and the fix for this problem will likely be rolled out this month. Unfortunately I don't have a more exact time frame to give you, and I would encourage you to investigate a workaround in the mean time if possible. Best, - Eric On

AdWords API Re: Http status code for soap fault

2010-02-02 Thread codeninja
Reed, Just imagine if all those engine APIs start deviating from SOAP spec, think of the custom code that all the clients (stand alone or frameworks) have to write on their side and maintain it. I think the whole point having w3c spec is that we don't have to worry about such small things. Sendin

AdWords API Re: Error XML_STREAM_EXC while get campaigns

2010-02-02 Thread AdWords API Advisor
Hi Dave, The first point is that you shouldn't post your authToken in public forum, as it can be used to access your account. These tokens normally expire after two weeks, but if you want to revoke it sooner you need to change the password on your account. As for the error, it is caused by inval

AdWords API Re: Bulk Mutate Job Best Practices

2010-02-02 Thread AdWords API Advisor
Hi Ewan, I'll be posting a video presentation on the BMJS in the coming weeks that covers this in more detail, but the simple answer is that you should only make new wrappers (streams or parts) when necessary. For streams it comes down to scoping entities, and for parts it is the number of operat

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread AdWords API Advisor
Hi Robert, Are you getting an error message? If so, what is it? Best, - Eric Koleda, AdWords API Team On Feb 2, 10:20 am, "robert.johans...@adwire.se" wrote: > Unfortunately that was not the problem... > > On 2 Feb, 15:08, ewan wrote: > > > > > I noticed that you're using v200906 of the API.

AdWords API Re: developer token

2010-02-02 Thread AdWords API Advisor
Hi Ajit, All new developer accounts must be reviewed before a token is issued and approved, and this process may take up to two weeks. You can check on the status of your token by logging in to your MCC account and navigating to "My Account" -> "AdWords API Center". Best, - Eric Koleda, AdWords

AdWords API Re: Order of Returned Operations Through Criterion Service

2010-02-02 Thread AdWords API Advisor
Hi Kyle, Order is maintained between operations and results, so you can use a form of logic like you outlined. Best, - Eric Koleda, AdWords API Team On Feb 1, 6:38 pm, Kyle LeNeau wrote: > Hello, > > I am developing a process to bulk add/purchase keywords.  I need to > maintain what is added an

AdWords API Re: number of results in response

2010-02-02 Thread AdWords API Advisor
Hi, When paging is used you will only be charged API units for the results that are actually returned from you. So if you split the results into pages of 10, and only request 1 page of results, you will only be charged for 10 results. Best, - Eric Koleda, AdWords API Team On Feb 1, 2:11 pm, Aji

AdWords API Re: The request failed with HTTP status 405: Method Not Allowed

2010-02-02 Thread AdWords API Advisor
Hi, Can you provide the code you are using to generate the service? Can you double check that you are using the correct URL endpoint? Best, - Eric Koleda, AdWords API Team On Feb 2, 9:50 am, shiraazz wrote: > *bump* > > On Feb 1, 12:38 pm, shiraazz wrote: > > > > > When I debug I get this err

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Unfortunately that was not the problem... On 2 Feb, 15:08, ewan wrote: > I noticed that you're using v200906 of the API.  I think that service > was supposed to be switched off today.  Try using v200909. -- You received this message because you are subscribed to the Google Groups "AdWords API

AdWords API Re: ApiError object in v2009

2010-02-02 Thread AdWords API Advisor
Hi Vijay, The base type ApiError only contains some basic information, and for more detail you need to cast the error to it's actual type, in this case AdGroupCriterionError: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.AdGroupCriterionError.html This error

AdWords API Re: Getting SOAP error while using TargetingIdeaService (Perl) : "searchParameters" not recognized

2010-02-02 Thread AdWords API Advisor
Hi Suraiya, Can you post some sample code and the SOAP XML request it generates? This information will give me a better idea of what's going wrong and how to resolve it. Best, - Eric Koleda, AdWords API Team On Jan 29, 6:20 pm, Suraiya wrote: > Hello Eric, > I am trying to use Perl TargetingIde

AdWords API Re: Cost

2010-02-02 Thread Dane
Thanks for the link by the way - I used his formatting now -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubsc

AdWords API Re: Cost

2010-02-02 Thread Dane
Changed the script, I managed to get the array written in the requested way, formatting looks awfull though can you please have a look at requestId f9b4e37c33a080c8202b2111b9f8da9b Still same error message Report job failed validation due to the following error: The following SOAP fault occurred:

AdWords API Re: Http status code for soap fault

2010-02-02 Thread Reed
I've been following this thread with curiosity. Given the variety of ways that the various search engine marketing APIs (so I'm not just picking on Google here) use to signal an error (500, refused connections, ignored connections, as well as the ever popular method of just sending back some form

AdWords API Too much criterias?

2010-02-02 Thread fabien.beur...@adweb-media.com
Hello, I have a problem importing all data of an account. I ‘ve a thousands criterias and ads in my account but when I try to import them into my database I have an internal server error. The PHP script goes well with small account (I have a MCC). I use the V13 with the examples given here: http:

AdWords API Unsure about results I am getting from API call

2010-02-02 Thread streamfinder
Hi, This is probably pretty simple but I am using the 'estimateKeywordList' method to get data about certain keywords. The results I get are lowerCPC = 191623 and upperCPC = 397986 What do these numbers mean? $19.16 CPC and $39.79 CPC? For a single click? If there is a link or faq or article tha

AdWords API AdPlanner?

2010-02-02 Thread Blakek
Is there, or will there be, an API offered for AdPlanner? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, send email to adwords-api+unsubscr

AdWords API Re: The request failed with HTTP status 405: Method Not Allowed

2010-02-02 Thread shiraazz
*bump* On Feb 1, 12:38 pm, shiraazz wrote: > When I debug I get this error. > > at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse > (SoapClientMessage message, WebResponse response, Stream > responseStream, Boolean asyncCall) >    at System.Web.Services.Protocols.SoapHttpClient

AdWords API Re: Http status code for soap fault

2010-02-02 Thread john.patrick.gal...@gmail.com
Eric: Is there an ETA for fixing this in production? We're stuck until it's resolved and we're wrapping up development on a new release this Friday. John On Jan 27, 10:30 am, AdWords API Advisor wrote: > Hi John, > > I believe there has already been some escalations through other > channels, an

AdWords API Re: Cost

2010-02-02 Thread Dane
I am also using perl v5.8.8 further more I am using SOAP-Lite-0.710.10 I am pussled why it does not work on my system, when it works on yours. Thanks for the link, I have some detective work to do. regards Dane -- You received this message because you are subscribed to the Google Groups "AdWo

AdWords API Re: Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread ewan
I noticed that you're using v200906 of the API. I think that service was supposed to be switched off today. Try using v200909. -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.c

AdWords API Error XML_STREAM_EXC while get campaigns

2010-02-02 Thread Dave L
Hi, I received following error when try to get campaigns: http://schemas.xmlsoap.org/soap/ envelope/">soap:ClientXML_STREAM_EXC Here is my request string: --- http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http:// www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/20

AdWords API Bulk Mutate Job Best Practices

2010-02-02 Thread ewan
Hi, I've been using the Bulk Mutate Service and wasn't clear on how streams and parts are supposed to be used. Does anyone know what the best practices are for splitting operations into parts and streams? For example, should all operations for the same scoping entity go in the same stream or be s

AdWords API Re: They gonna disable KeywordToolService?

2010-02-02 Thread ewan
This message just means that the v13 version of the API is depreciated and most of the services will be switched off. The version that you should now be using is called v2009. The keyword service hasn't been removed but the name is changed and it works a bit differently. You should look at the T

AdWords API Unable to update destination URL using the AdGroupCriterionService

2010-02-02 Thread robert.johans...@adwire.se
Hi, I'm trying to update the destination URL for some of my keywords using the XML below, but for some reason I can't make it work. Can you please tell me what I'm doing wrong? https://adwords.google.com/api/adwords/cm/v200906/ AdGroupCriterionService?wsdl"> SET X XX XXX