Keyword : "car insurance"
MaxCPC : $10
Type : Exact
Via API :
Estimates for keyword with text "car insurance":
Lower average position is "4.0".
Upper average position is "6.0".
Lower clicks per day is "415.84586".
Upper clicks per day is "623.76886".
Lower cpc is "4390587" = $4.39
Uppe
Yes, I am aware of the fact that the API uses the settings English and
All Countries and Google Search network only.
I set it to English and All Countries in
https://adwords.google.com/select/KeywordToolExternal
and I got position 4-6, avgCPC as $15.42 which is still far different
from the API re
Thank you. It worked for me.
On Nov 18, 7:49 pm, AdWords API Advisor
wrote:
> Hi Sreenu,
>
> The main cause of account locking is excessive logins. The v2009 API
> uses authTokens, which are generated by the ClientLogin service
> (http://code.google.com/apis/accounts/docs/AuthForInstalledApps.ht
Hi Eric,
Thanks for your reply.
First time I tried with IDEAS itself. It did not work.
Then I was trying with each requestType.
My goal is to get keywords for given seedkeyword.
In V13, I used KeywordToolService and getKeywordVariations method.
I am trying to migrate to the new version.
I thing
Hi,
I've figured out the problem lies in the parameters set in the
serviceModel and I am able to get full records of adgroup for each
campaign. But still, the campaign records are not complete compared
to my google account. Since all of the campaigns might be created
within a short period, I am w
Hi Eric,
Yes I have been able to access it. I can still do getCampaign etc.
It's just the updateCriteria that no longer works.
Thanks,
Peer
--
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-...@
Hi Peer,
Have you previously been able to access this campaign without error?
Best,
- Eric Koleda, AdWords API Team
On Nov 19, 5:26 pm, "Peer Jakobsen (AdWords API Guru)"
wrote:
> Hi API Team,
>
> Why are we getting this error (feature not supported by v13) for the
> below SOAP request?
>
>
>
Hi,
The likely cause is a mismatch in the language and location targeting
between the two methods. The TrafficEstimatorService makes certain
assumptions about language and location, which are explained in this
blog post:
http://adwordsapi.blogspot.com/2008/07/traffic-estimator-service-explain
Hi Jay,
Both the {keyword} and the {creative} tags works for sitelinks
Cheers,
Peer
--
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 e
Hi Raj,
The field "requestType" does not accept the value "IDEA_TYPE". The
value must be either "IDEAS" or "STATS":
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.RequestType.html
Best,
- Eric Koleda, AdWords API Team
On Nov 19, 2:07 pm, Raj wrote:
> Hi all,
Hi API Team,
Why are we getting this error (feature not supported by v13) for the
below SOAP request?
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
https://adwords.google.
Hi Santhosh,
Were you able to find out if there is a keyword id parameter that
works with site link clicks?
Thanks,
Jay
On Nov 10, 5:14 pm, Santhosh Nair wrote:
> Thanks Eric. I will post this question on AdWords forum.
> Santhosh
>
> On Nov 10, 9:56 am, AdWords API Advisor
> wrote:
>
>
>
> >
Great, it looks like I got everything working. Thank you for all your
help.
The targeted monthly searches gives data back for last 12 months. Is
there a normal time frame that the previous months count becomes
available? So on 12/1 will November search count be available?
On Nov 19, 6:26 am
Hi
Am using v13 instead of v2009 because I need the estimated CPC values.
I gave :
keyword = {
'text': 'mesothelioma',
'maxCpc': SOAPpy.Types.untypedType('3000'), # $30
'type': SOAPpy.Types.untypedType('Exact')
}
Output I got was
$ python estimate_keyword.py
Estimates for keyword with
Hi all,
Q 1)
I am trying to get a list of keywords for a given seed keyword
using TargetingIdeaService.
This service has too many parameters to be send in the requesting
xml.
I am sending the following request_xml.
''.
''.
''.
''.
'rajani'.
'BROAD'.
''.
''.
'KEYWORD'.
'IDEA_TYPE'.
'TARGETED_
Hi Reed,
A BulkMutateJob contains a series of operations to perform, such as
CampaignOperation, AdGroupOperation, etc. These operations are
normally fed into their respective service's mutate() method. For
example, the CampaignService mutate() method has a cost of 1 unit for
an ADD operation. T
Hi,
You can determine if you have free units by logging into the AdWords
web interface with your MCC credentials and navigating to "My Account"
-> "AdWords API Center". Not everyone is eligible for free API units,
and more information can be found here:
http://adwords.google.com/support/aw/bin
Hi,
Do you have the SOAP XML request and response? That would show if the
email header is being sent correctly.
Best,
- Eric Koleda, AdWords API Team
On Nov 19, 7:38 am, "alexis.rouss...@gmail.com"
wrote:
> The fact is that this code worked very well two months ago!
>
> On 19 nov, 11:11, "alex
Hi Lakatos,
Thank you for the clarifying reply. I don't often have the chance to
understand the reasons why people need to use the API, so this was
insightful. I can see how DKI doesn't make sense in your scenario,
and how using the AdWords API could simplify the repetitive work.
Best,
- Eric
Hi Dan,
Before you spend too much time debugging I'd double check that you are
looking at the right campaign in the web interface. Since the process
is working for other campaigns this could just be a mix up.
Alternatively, have you tried retrieving the new ads using the API?
Best,
- Eric Koleda
Hi,
The AVERAGE_TARGETED_MONTHLY_SEARCHES attribute is based of the
targeting search parameters used in the request. For example:
CountryTargetSearchParameter:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.CountryTargetSearchParameter.html
LanguageTargetSearch
The rate sheet is a little vague about the API costs for the bulk
service: It lists the costs as 1 unit plus costs of the operations.
What does the "cost of operations" translate to? Is it the same as
the V13 costs to perform the individual actions (ie, create an ad is
50, unpdate an ad status is
The fact is that this code worked very well two months ago!
On 19 nov, 11:11, "alexis.rouss...@gmail.com"
wrote:
> Hi
>
> I'm using the v13 version with VB.net
>
> My code is :
>
> Imports com.google.adwords
>
> Private ServiceGoogle As New CampaignService()
>
> ServiceGoogle.email = New email1
Where can you see if you're account has free units? Does everyone get
these?
On 17 nov, 18:46, AdWords API Advisor
wrote:
> Hi,
>
> Yes, if an account has free API units those will be used up first.
> Any additional units will be billed to the account that owns the
> developer token.
>
> Best,
>
Hi
I'm using the v13 version with VB.net
My code is :
Imports com.google.adwords
Private ServiceGoogle As New CampaignService()
ServiceGoogle.email = New email1()
ServiceGoogle.email.Text = New String() {"myem...@jkh.com"}
(...)
And when i do that : MaCampagneGoogle = ServiceGoogle.addC
Hi Eric,
Thanks for your kind input. While I am not knowledgeable about APIs I
am a Google Advertising Professional and a Top Contributor in the
AdWords Help Forum which translates I am supposed to know DKI...:)
Well, jokes aside, I'll give you a specifc example to identify the
issue. The website
Hi,
I'm using Ruby and Rails to make a BulkMutateJob call to create about
100 new ads to a campaign, across a dozen or so ad groups. The call
itself is successful, adwords returns me a job number, and when I
query the job status it gets marked as complete with no failed
operations a short while la
27 matches
Mail list logo