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

2010-02-03 Thread Peer Jakobsen (AdWords API Guru)
Hi, I remember I had an issue like this when I used an app.config that didn't have the AdWordsApi config section. This resulted in the servicefactory creating services with URLs equal null and hence your SOAP requests gets sends to http://localhost which respond with this 405. Cheers -- You rec

AdWords API Re: InfoService.get() fails in v200909

2010-02-03 Thread AdWords API Advisor
Hi, This error message isn't clear, but the cause is that you are making the request with an account that doesn't have an MCC token. Please see the following thread for more information: http://groups.google.com/group/adwords-api/browse_thread/thread/f1c3a451602aa328/ Best, - Eric Koleda, Ad

AdWords API Re: what does this option AutoKeywordMatchingStatus ?

2010-02-03 Thread AdWords API Advisor
Hi Nicolas, This field allows you to opt in or out of the Automatic Matching feature: http://adwords.google.com/support/aw/bin/answer.py?hl=en&topic=13738&answer=63323 If this feature isn't available to you in the AdWords web interface then setting it in the API will have no effect. Best, -

AdWords API sandbox doesnt return AVERAGE_TARGETED_MONTHLY_SEARCHES

2010-02-03 Thread Ajit
Hello team I am pulling some keyword suggestions from Google adwords api. It works fine in sandbox environment until I pass "AVERAGE_TARGETED_MONTHLY_SEARCHES". In production mode it works but sandbox.. it never returns anything.. now I have to test functionality in production mode.. which is cau

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

2010-02-03 Thread Shane
Hi Eric, I don't think I was quite clear on the issue. I'm not trying to exactly reproduce the results of the Keyword Tool. I am trying to understand why a TargetingIdeaService search using PHRASE matching would return results that are not PHRASE matches. For example, running the keywords "ches

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

2010-02-03 Thread AdWords API Advisor
Hi, Your snippet of code does not include the creation of the targetingIdeaService variable. Where is this set? Best, - Eric On Feb 3, 2:09 am, shiraazz wrote: > I downloaded the .NET client library 6.2.0 from > > http://code.google.com/p/google-api-adwords-dotnet/ > > I am using the targeting

AdWords API Re: Network type values for a campaign

2010-02-03 Thread AdWords API Advisor
Hi Raghavendra, Unfortunately it isn't possible to determine if a campaign is targeting all placements or only managed placements in the content network using the v13 version of the API. This is only possible using the v2009 version of the API. Here is the relationship between the web interface,

AdWords API Re: content bid at the keyword level

2010-02-03 Thread AdWords API Advisor
Hi, This is possible by setting the BiddableAdGroupCriterion's "bids" field: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.BiddableAdGroupCriterion.html#bids Best, - Eric Koleda, AdWords API Team On Feb 2, 11:46 pm, PHP Developer wrote: > Is content biddin

AdWords API Re: Bidding strategy for v200909

2010-02-03 Thread AdWords API Advisor
Hi, The value reported in the AdWords API will correlate with the value in the AdWords web interface under "Bidding option". You can look at this field now to determine the behavior. Best, - Eric Koleda, AdWords API Team On Feb 2, 11:46 pm, PHP Developer wrote: > Now that the concept of biddin

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

2010-02-03 Thread AdWords API Advisor
Hi Shane, Using the available SearchParameters it is not currently possible to exactly reproduce the results of the Search-based Keyword Tool using the TargetingIdeaService. You can come closer by using the NGramGroupsSearchParameter, but it is not a complete solution. More information is availa

AdWords API Re: Order of Returned Operations Through Criterion Service

2010-02-03 Thread AdWords API Advisor
Hi Kyle, Just like in v13, if there are any errors then the entire request will fail. Best, - Eric On Feb 2, 4:37 pm, Kyle LeNeau wrote: > 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 >

AdWords API Re: KeywordToolExternal

2010-02-03 Thread AdWords API Advisor
Hi, I'm not sure, you may want to post the question to the general AdWords support forum: http://www.google.com/support/forum/p/AdWords Best, - Eric Koleda, AdWords API Team On Feb 2, 4:33 pm, kingsob wrote: > Ishttps://adwords.google.com/select/KeywordToolExternalgoing to be > shut down on

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

2010-02-03 Thread AdWords API Advisor
Hi Robert, Using your existing XML example, you would want to set the xsi:type to "Criterion": https://adwords.google.com/api/adwords/cm/v200906/ AdGroupCriterionService?wsdl"> SET X XX Best, - Eric On Feb 3

AdWords API Re: Please post an example of handling PolicyViolationError

2010-02-03 Thread AdWords API Advisor
Hi Semdev, This type of example is on our list of priorities, but I don't have an exact time frame about when it will be available. Best, - Eric On Feb 2, 1:43 pm, SEM wrote: > Eric: > > When do you guys plan on posting OGNL examples w.r.t. error handling? > e.g. submitting a request to create

AdWords API Re: AdParams - INVALID_INSERTION_TEXT_FORMAT

2010-02-03 Thread AdWords API Advisor
Hi Adam, There is a known issue with the validation of insertionText where the value is more than 3 digits. The commas or period separators should be optional, but currently the system returns an error if there are no separators and also sometimes returns an error if there are separators. There

AdWords API Re: InfoService with API 200909

2010-02-03 Thread AdWords API Advisor
Hi Ralph, One of the caveats of the new InfoService is that it currently only works if your email and password used to generate the authToken is for the MCC account that owns the developer token (has the AdWords API Center tab in the web interface). Please ensure that you are using this MCC user

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

2010-02-03 Thread AdWords API Advisor
Hi, This error is usually caused by using the wrong clientEmail or clientCustomerId header in the request. Please ensure that the ad group is in the account that is specified in this header. Best, - Eric Koleda, AdWords API Team On Feb 2, 12:02 pm, fafa16 wrote: > Today i tried to read only on

AdWords API Re: Too much criterias?

2010-02-03 Thread AdWords API Advisor
Hi Fabien, What is the error you are receiving? Can you provide some more detail about when this problem occurs in the process? Best, - Eric Koleda, AdWords API Team On Feb 2, 9:40 am, "fabien.beur...@adweb-media.com" wrote: > Hello, > > I have a problem importing all data of an account. > I ‘

AdWords API Re: Cost

2010-02-03 Thread AdWords API Advisor
Hi Dane, It looks like the selectedColumns field is being marshalled correctly, but the aggregationTypes field is still being created with a ur-type. If you apply the same fix to that field it should resolve the issue. For the benefit of the community, can you post some sample code that shows how

AdWords API passing an array of keywords

2010-02-03 Thread Ajit
Hello All related_search = ti_srv.module::RelatedToKeywordSearchParameter.new base_kwd = ti_srv.module::Keyword.new base_kwd.text = ['google', 'yahoo'] base_kwd.matchType = 'EXACT' related_search.keywords = [base_kwd] is it possible to pass an array of keywords in base_kwd.tex

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

2010-02-03 Thread Ralph Heimburger
solve my issue. the destinationUrl has to be outside the identifier. operations = [{'operator': 'SET', 'operand': { 'type': 'BiddableAdGroupCriterion', 'adGroupId': adgroup_id, 'criterion': { 'id': keywordid

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

2010-02-03 Thread Ralph Heimburger
I am having the same issue. Here is my code: keywordObject = { 'type': 'BiddableAdGroupCriterion', 'adGroupId': adgroup_id, 'criterion': { 'id': keywordid, 'destinationUrl': destUrl } } When I run this using

AdWords API UNEXPECTED_INTERNAL_API_ERROR Trying to Add one or more Criterion

2010-02-03 Thread Kyle LeNeau
Hello, I am getting a very generic error when I try to add new criterion. I am trying to add multiple operations at one time except I am getting an UNEXPECTED_INTERNAL_API_ERROR returned. I have tried reducing the number of operations per call all they way down to one and am consistently getting

AdWords API UNEXPECTED_INTERNAL_API_ERROR Trying to Add one or more Criterion

2010-02-03 Thread Kyle LeNeau
Hello, I am getting a very generic error when I try to add new criterion. I am trying to add multiple operations at one time except I am getting an UNEXPECTED_INTERNAL_API_ERROR returned. I have tried reducing the number of operations per call all they way down to one and am consistently getting

AdWords API Re: can I make report using more than one aggregation type but running the report only once?

2010-02-03 Thread ipsita rout
Hi Eric thanks a lot for the response.Your response helped me a lot to solve a big problem.So many many thanks for that important information. Now I need another help. I found another error that some of the fields are mutually Exclusive in nature.Hence they cant be used at a time. Now my query is h

AdWords API InfoService.get() fails in v200909

2010-02-03 Thread Zweitze
When calling InfoService.get() using v200909 I consistently get an exception "INVALID_ID @ selector". Everything is OK when I use v13. I use the .NET client 6.2.0. Sample log: -BEGIN API CALL- Request --- POST /api/adwords/info/v200909/InfoService User-Age

AdWords API what does this option AutoKeywordMatchingStatus ?

2010-02-03 Thread kolok
Hi Eric, I do not understand what does this option AutoKeywordMatchingStatus ? What it does when I opted in automatic status ? How work automatic status ? Thank you Nicolas -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this g