I have 2000 ads in 2000 adgroups (1 ad in each adgroup). I get the
list of ad ids then iterate through them to update the url. All look s
fine when I debug and updateads does not throw an error. However I
get charged and my ads don't get updated. The array of ads I'm passing
in is correct. Pleas
The urls of Ads cannot be updated.
Only the status-field is mutable.
Please see
http://code.google.com/apis/adwords/docs/developer/AdService.html#updateAds
But of course you can recreate the Ad with a different url and deleting/pausing
the 'old' one (and accepting the loss of the Ad-history
Hi there,
I have a little problem with the geo targeting of the adwords api. It
seems, that the proximity for my target city gives the same results as
without this geo target. I don't think, that this makes sense. If I
put the geo target to the city itself I get different results, but I
need a ci
Hi Materie,
I know there is an issue in the account structure report such that
each keyword gets reported multiple times for every change in the
campaign budget. So, for example, in a campaign where the budget has
been changed five times, each keyword would be reported five times.
The API team
Hi there,
When i request a structure reports for a campaign, it delivers a
response containing duplicates:
...
...
After examination it appears the duplicates propagate through to group
reports. Since the ad and keyword files are about 40 mb and 750 mb
(!!!), my guess is that thes
You schould make endDay and startDay (both field and property)
nullable in your Web reference Reference.cs file.
It works.
public System.DateTime ? startDay {
get {
return this.startDayField;
}
set {
this.startDayField =
Dear Jeff,
It seems that you are from API team.
I would like to know that is it possible to send an API call (one
call) of 10,000 keywords at a time using Google API?
Basically I would like to reduce cost since I have to get report on
more than 1 million keywords
Therefore, what I am looking is t
Ardyk: You can use the AdWords editor to do bulk "cut and paste"
imports of campaigns, ad groups, keywords (including negative
keywords), and ad texts. There are some features it does not support
(position preference and time-of-day management, for example). It is
much less cumbersome than manual
Hello Lars,
I don't know of any specific limitation regarding proximity targets
and Germany.
What I'd suggest doing is using the AdWords web interface to check to
make sure that your campaign geo-targeting options are set up as you
intend them to be. If you create a geo-target via the AdWords
Hello,
As Tino points out, the cost in API units is identical regardless of
the batch size you use for your addCriteria() calls. So that's not a
consideration.
Here are a couple of things to keep in mind when deciding how to
batch up your criteria:
- You need to either call checkCriteria() in
Unfortunately your calculations are not correct:
API costs for an addCriteria-call in CriterionService are 20 per item ,
not per call!
So adding 10.000 keywords, will cost you 10.000 * 20 API units, regardless in
how many calls you split the request.
Though batch-requests are very useful in
Sorry, I do not have any official numbers.
But perhaps Jeff can help you this (european) afternoon, when the Googlers
start to work at the WestCoast ;-)
Tino
--
Refined Labs GmbH
Landwehrstraße 17
80336 München
Tel +49 89 1392879-0
[EMAIL PROTECTED]
http://www.refinedlabs.com
We have been getting a lot of 500 Internal Server Error with a fault
string of "Either this object does not exist, or this user does not
have permission to access it." when checking the status of a
successfully validated and scheduled ReportJob. There does not appear
to be any coincidence with th
When I use an AOL Marketplace account to try to get a daily keyword
report, I get this error:
"You must supply an MCC login to perform the current operation."
The account manager says there is no concept of MCCs for AOL
Marketplace.
Does this mean that the Adwords API does not support rep
As it is well known, updateAds() currently only supports the
alteration of the status of an ad. It would be most useful to retain
the same functionality of the Google AdWords GUI via the API. In
other words, instead of having to delete the ad, and then recreate it
(thus losing the CTR and other
15 matches
Mail list logo