I am using sandbox to test traffic estimator and I know that google
returns dummy values in sandbox. But how off are they from normal
numbers. For example I typed in Dentist; Chicago on traffic estimator
sandbox api and I got Average CPC as $2,567.65 and $3,200.50. The
estimator tool values are $2
this is very similar to the question i recently asked about duplicated
field names. it is quite odd that one can specify PlacementUrl as a
valid field.
there is a very obvious disconnect betweeen the xml attribute name
(what matters), the field name (what we specify), and the "human
readable" des
how can MaxCpc and ProxyMaxCpc be the same data? aren't the
semantically quite different?
On Dec 10, 3:46 pm, AdWords API Advisor
wrote:
> Hi,
>
> In these cases there are two field names for the same data, which is
> why they map to the same xmlAttributeName. We'll work on cleaning up
> these
18843632
20101120
20101210
Hi Eric,
Thanks for the help. I tried this but when I call the service I get a
Adgroupcriterionerror of: AdGroupCriterionError.CONCRETE_TYPE_REQUIRED
When I looked this up it says that I need a type of keyword or
placement. But I am not doing either of these types when doing
product. Here is my c
Hey Eric -
That makes sense... perhaps getReportFields() could be updated so that
it only returns valid fields or an exception could be thrown if there
is an invalid field in your report definition? Or both?
Thanks -
mm
On Dec 10, 5:38 pm, AdWords API Advisor
wrote:
> Hi,
>
> PlacementUrl won't b
Hi Shanmukha,
Product ads are not enabled using keywords, so it makes sense that
there is no data for them in a keyword report. Product criteria are
used to enable product ads, but unfortunately there isn't a report for
product criteria yet.
Best,
- Eric Koleda, AdWords API Team
On Dec 10, 1:18
Hi,
In these cases there are two field names for the same data, which is
why they map to the same xmlAttributeName. We'll work on cleaning up
these duplicates, but for the mean time you can pick one and use it in
your reports.
Best,
- Eric Koleda, AdWords API Team
On Dec 10, 12:16 pm, J wrote:
Hi Thiago,
The core engineering team is working on a solution, but for the moment
there are no workarounds. This problem does not affect v13 reports.
Best,
- Eric
On Dec 10, 8:55 am, Thiago Medeiros wrote:
> Hello Eric!
>
> Thanks for reply! But it doesn't work because if I create the report o
Hi,
This time window has changed recently, and the team estimates that
last month's data will be available around the 20th of the month.
They are working to improve upon this, but for the moment the 20th is
a reasonable expectation.
Best,
- Eric Koleda, AdWords API Team
On Dec 10, 11:09 am, kees
Hi Jeremy,
Please see my response in your existing thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/6936ace5873b85fb/
Best,
- Eric Koleda, AdWords API Team
On Dec 9, 8:18 pm, Jeremy Brooks wrote:
> I cannot seem to find, in the documentation, how to specify either a
Hi Jeremy,
Only CountryTargets can be used in the TargetingIdeaService.
Best,
- Eric
On Dec 9, 8:12 pm, Jeremy Brooks wrote:
> Eric,
> I cannot seem to find, in the documentation, how to specify either a
> metro code or coordinates for a geo target in the TargetingIdeaService.
> Is this even po
Hi,
PlacementUrl won't be returned for a KEYWORDS report, since keywords
don't have placement URLs.
Best,
- Eric Koleda, AdWords API Team
On Dec 10, 11:58 am, mm wrote:
> Sometime yesterday the 2 keyword fields quit being returned and I am
> now only seeing the 1 expected field.
>
> On Dec 9, 1
Hi,
CPC estimates can be obtained for keywords using
TrafficEstimatorService:
http://code.google.com/apis/adwords/docs/reference/latest/TrafficEstimatorService.html
Calls to the traffic estimator service cost 15 API units per keyword.
http://code.google.com/apis/adwords/docs/ratesheet.html
Hi,
The values of AdNetworkType1 as reported by getReportFields() are
"SEARCH" and "CONTENT". Although these values appear differently in
the downloaded report, you must use these values in the predicate.
See this blog post for more information about working with predicates:
http://adwordsapi
Hi,
Please ensure that the client account you are trying to connect to is
up to date and has the correct billing information configured.
Best,
- Eric Koleda, AdWords API Team
On Dec 9, 10:31 am, k-kai wrote:
> I'm trying to access the AdWords API via my MCC account. Logging in to
> the MCC, eve
Hi Reed,
Unfortunately it still isn't possible to get a report on remarketing
criteria (CriterionUserLists). The impressions and clicks that come
from these criteria will be rolled up into higher level reports, such
as ADGROUP, CAMPAIGN, and ACCOUNT. You can add the field
ConversionTypeName to b
Hi,
You can use Product criteria to add this product targeting information
to an ad group:
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.Product.html
We don't have any example that show how to create product criteria,
but it's very similar to adding other t
Hi Irio,
I'm not sure why some keywords have categories and others don't, but
I'll try to get more information and then update this thread.
Best,
- Eric Koleda, AdWords API Team
On Dec 9, 6:05 am, Irio wrote:
> Hi!
>
> We have queried quite a lot of keywords to get their categories from
> the A
Hi,
I'm not able to replicate this issue. Are v20009 - v201008 requests
working?
Best,
- Eric Koleda, AdWords API Team
On Dec 8, 9:25 pm, Peter wrote:
> Hey AdWords Team,
>
> It looks like the sandbox may be acting up again, I've tried on 3
> accounts and received the same error.
> If you coul
Hi,
I'd like to know if it will be possible to set AdParam in a bulk job.
Since we have to create one AdParam per keyword and per numeric value
in the ad, that implies a very important number of operations. In my
case, 2 operation per keyword, and I'm working on AdWords accounts
that reach the mill
so i've defined a keyword report with pretty much all the fields,
according to the csv file obtainable via the documentation:
http://code.google.com/apis/adwords/docs/appendix/keywords_performance_report.csv
so there's 50 named fields, but of those 50, 5 of them have duplicated
xml attribute spec
Sometime yesterday the 2 keyword fields quit being returned and I am
now only seeing the 1 expected field.
On Dec 9, 1:09 pm, mm wrote:
> Hey guys -
> I've got 2 questions about the data returned for a V201008
> KeywordsPerformanceReport. First, I've got a report definition where I
> am specifyin
The official Google rep answer is: after day 7 of teh month. We see
that on day 8 of december the month value for november is still not in
de api
http://code.google.com/intl/nl/apis/adwords/docs/reference/latest/TargetingIdeaService.MonthlySearchVolume.html
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Chris,
As I mentioned earlier, we don't have any AdWords API specific
documentation available yet for OAuth support. The scope is "https://
{server}/api/adwords/", where {server} is either "adwords.google.com"
or "adwords-sandbox.google.com".
Best,
- Eric
On Dec 9, 9:27 pm, chris h wrote:
>
Hi All,
I am looking for a solution for the following
- I have a account with Adwords which was created after being invited
by my manager(who has a billing enabled account). The account creation
went through fine and I now have a Adwords account.
- As a developer, I now need Adwords API access.
Hello Eric!
Thanks for reply! But it doesn't work because if I create the report on
UI, this report don't return the adGroupID and CampaignID, only the
name
of adGroup and Campagn.
some questions:
1.) To return the ID's trough the name isn't the best way.. or you
think it is the best one whil
Normal 0 false false false EN-US X-NONE X-NONE
MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable
{mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99;
mso-style-qformat:yes; mso-style-parent:""; mso-p
The official Google rep answer is: after day 7 of teh month. We see
that on day 8 of december the month value for november is still not in
de api
http://code.google.com/intl/nl/apis/adwords/docs/reference/latest/TargetingIdeaService.MonthlySearchVolume.html
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
29 matches
Mail list logo