Hi,
I have download some campaign using AdWords API (I have used
CampaignService) and the results are:
totalConvValue = 82
conversions = 54
valuePerConv = 1.5185185185185186 (82/54 - it's probably calculated as
totalConvValue / conversions)
I see the same results through adwords.google.com web in
Hello,
My token has been approved, could I start to use the API immediately
and the system sends me a bill later on ?
Rgds
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
Hi Faraz,
The equivalent of getKeywordVariations is TargetingIdeaService.get.
See our per-call migration guide at
http://code.google.com/apis/adwords/docs/callguide.html
for more details. You can also refer to
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/Ge
Hi Irio,
The CPC cost for a keyword depends on the keyword itself. Try running
a keyword performance report, it should give you more idea on the
keyword's performance and cost incurred.
Also, is your question specific to AdWords API, or to AdWords?
Cheers,
Anash P. Oommen,
AdWords API Advisor.
Hi Reed,
Thanks for providing the report definition id. I'll ask our team to
investigate this issue.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Nov 30, 8:14 pm, Reed wrote:
> I think this started happening around the 24th - at least that's when
> people started complaining about the data
Hi Faraz,
Unless you need to make calls to a v13 service (e.g. create a cross-
client report using ReportService), you don't need to use Apility.
Let me know if you have more questions.
Cheers,
Anash P. Oommen,
AdWords API Advisor
On Nov 23, 10:06 am, faraz bahi aleem wrote:
> Thanks for the r
Hi Thiago,
The first issue is a known bug, see
http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=50
for details. If it is urgent, I've attached the fixed source file as
part of the issue.
The other feature is under works, it will be made available as part of
next week's updates
Hi Sumit,
The GetTrafficEstimates example is what you need to fetch the CPC for
keywords. When you request traffic estimates, you need to make a
CampaignEstimateRequest, an AdGroupEstimateRequest within it, and
several KeywordEstimateRequests within it. Traffic is calculated based
on the cpc limit
Hi Olemis,
I believe the issue is still with the Python library. If an MCC
account doesn't have access to the client account specified in the
request (or a misconfigured account for that matter), you should get
specific errors from the server, typically an AuthorizationError or
AuthenticationError
Hello,
If I use the function Get with TargetingIdeaService and RequestType =
STATS, do I need to set the request header with ValidateOnly = true ?
Rgds
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups
Hi Anash!
Thanks for reply! Both of them works fine for me (AuthToken and
returnMoneyInMicros).
I'm using lib 11.2, so i changed AdWords/Util/ReportUtilities.cs
instead
of src/lib/util/ReportUtilities.cs
--
Another question: Is there any deadline for cross client support on
ReportService v2
hi,
we had no problem with this dataset till august this year.
http://code.google.com/intl/nl/apis/adwords/docs/reference/latest/TargetingIdeaService.MonthlySearchVolumeAttribute.html
Dit something changed?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discuss
Hi,
I have been using the old v13 TrafficEstimatorService to get estimates
for keyword traffic.
This used to return lowerClicksPerDay and upperClicksPerDay estimates
as floats.
Using the new TrafficEstimatorService in v201008, the
StatsEstimate.Clicks appears to be a long and seems to round down
Hi
We use the TrafficEstimatorService in v13 of the API, and understand
that it will be removed sometime next year, and we will instead have
to use the new TrafficEstimatorService that has been included in
v201008.
However, the new service in v201008 only shows the estimated max
Clicks on a keywo
Hi all!
I've been getting keyword volumes for organic search through the
keyword tool (https://adwords.google.com/select/KeywordToolExternal)
manually doing an "Exact" match.
Right now I have to do a 2011 plan that involves around one million
keywords, so doing it manually is not a possibility anym
Update: The same error happened today, on the same two client accounts
as yesterday. I tried to pull the same report ID an hour or so after
the first attempt, and it also failed. I started to write some recovery
code for the download process, but when I ran it the same report came
back OK, so I'm n
On 12/1/10, AdWords API Advisor wrote:
> Hi Olemis,
>
:o)
> I believe the issue is still with the Python library. If an MCC
> account doesn't have access to the client account specified in the
> request (or a misconfigured account for that matter), you should get
> specific errors from the serve
100% repro.
Was working fine yesterday. I have not changed anything since on my
side.
Anyone else having issues?
I am using the java client lib v8.2.1
thanks
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http:
Here is the request and response for the word pollen. In the traffic
estimator web interface I selected United States and English. For this
example it is lower than the web interface.
request:
https://adwords.google.com/api/adwords/o/v201008";
xsi:type="ns2:TrafficEstimatorSelector">
https://adw
Hey guys -
I am working to migrate our v13 KeywordPerformanceReport code to the
new v201008 ReportDefinition version, but am stumped trying to map a
few of the v13 columns in particular:
Transactions
DefaultCount
DefaultValue
SignupValue
SignupCount
SalesValue
SalesCount
PageViewValue
PageView
Hi Alex,
Thanks for the feedback. I'll talk with the documentation team to see
if we can get more of this information updated.
Best,
- Eric Koleda, AdWords API Team
On Nov 29, 8:36 pm, Alex wrote:
> Hi, everybody!
>
> We started running into SizeLimitError when running the DELETE
> operation o
Hi Martin,
The core issues behind the anomalies you previously noticed are
complex and still being worked on. I'm glad that the team's recent
work has improved the results, and let us know if you see further
problems with the data.
Best,
- Eric
On Nov 30, 5:15 am, Martin wrote:
> We have notic
Hi all,
For a few weeks now, once a week
ReportService.getGzipReportDownloadUrl returns a non-existing
location.
I have info on a recent occurence on Nov 29.
The report id was 1265202581 (it doesn't exist anymore)
The RequestId for the call to ReportService.getGzipReportDownloadUrl
was dff35559d1
Hi,
How can I round the totalCost->microAmount to show the amount in US
dollars? Presently its returning an impossible amount which can't be
the cost per click for the keywords.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.b
24 matches
Mail list logo