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
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
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,
-
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
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
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
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,
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
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
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
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
>
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
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
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
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
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
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
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 ‘
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
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
solve my issue. the destinationUrl has to be outside the identifier.
operations = [{'operator': 'SET',
'operand': {
'type': 'BiddableAdGroupCriterion',
'adGroupId': adgroup_id,
'criterion': {
'id': keywordid
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
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
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
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
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
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
27 matches
Mail list logo