I'm new to AdWords and to the API. I'm writing a batch process that
will create and download reports. And that's all fine. But I'd also
like to be able to determine if a report with certain criteria already
exists. I can get _all_ the reports for a client id but I can't get a
report for a campaignI
I have heard that there is a limit of 100 report definitions per client
but I have not been able to find any documentation on this.
I was wondering what version this is for, is it currently being
enforced and any another information you might have.
Cheers,
Trevor
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Kevin,
This error is usually caused by attempting to create a campaign within
an MCC account, which isn't permitted. Ensure you have the
clientEmail or clientCustomerId headers set and referencing a client
account.
Best,
- Eric Koleda, AdWords API Team
On Oct 7, 4:52 pm, kh1964 wrote:
> I a
Hi David,
Please keep in mind that these errors may appear from time to time due
to temporary resource issues in the AdWords API system:
http://code.google.com/apis/adwords/docs/troubleshooting.html#InternalApiError
If you provide the request ID that was included in the SOAP XML
response I can
Hi,
No official sunset date has yet been announced for v13 or v200909, but
you can expect it to be some time in the first half of 2011.
Best,
- Eric Koleda, AdWords API Team
On Oct 7, 4:59 pm, Zoroaster wrote:
> Has Google announced plans to shut down the v200909 API, or just the
> v13 one? If
Hi Calford,
The TIS choosing to combine statistics for the accented and non-
accented version of a word does not reflect any changes in the way
Google.com search or AdWords ad serving behaves. As far as I know all
accents are treated the same way.
Best,
- Eric
On Oct 8, 9:10 am, calford wrote:
I've been trying to run the python samples, but I'm getting the
following error:
{{{
Traceback (most recent call last):
File "get_all_campaigns.py", line 41, in
campaigns = campaign_service.Get(selector)[0]
File "../../../../adspygoogle/adwords/CampaignService.py", line 83, in
Get
'Campaign', sel
Hi Dom,
Unfortunately it isn't possible in v201008 to retrieve the javascript
code snippet for a conversion type / tag using the API. We are
investigating other ways to programatically generate the javascript
code snippet, but we don't have any solutions at this time. For now
you'll need to fetc
Hi Javeed,
More information about Location Extensions and how they work is
available here:
http://adwords.google.com/support/aw/bin/topic.py?hl=en&topic=21773
AdExtensionOverrides can be used to force an ad to only show for one
extension, instead of all of them which is the default behavior.
C
Hi,
The TrafficEstimatorService is not available in v210108, and if you
are developing a new application this would be the better version to
use:
http://adwordsapi.blogspot.com/2010/09/discover-v201008-trafficestimatorservic.html
Best,
- Eric Koleda, AdWords API Team
On Oct 7, 5:58 am, AdWor
Hi ,
I am new to this API , I need a function to get the keywords and then
the ranking of that.
I guess I need to use adGroupCriterionService , but don't see any
function to get keywords
Any hint or example is really appreciated.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us
Hi Alex,
It looks you are running into a known issue where language filtering
causes problems for STATS requests:
http://groups.google.com/group/adwords-api/browse_thread/thread/53b854406eca8293/c8dc05831be0ddc7?show_docid=c8dc05831be0ddc7
Please follow that other thread for updates.
Best,
-
Hi Trevor,
The field KeywordId is now available in the ad performance report,
which will allow you to get statistics for unique ad-keywords
combinations. The other fields of the keywords (text, match type,
etc) will need to be retrieved using the AdGroupCriterionService or
keywords performance re
Hi Calford,
I think this may be related to a separate issue involving language
filters in STATS requests:
http://groups.google.com/group/adwords-api/browse_thread/thread/53b854406eca8293/c8dc05831be0ddc7?show_docid=c8dc05831be0ddc7
Best,
- Eric
On Oct 6, 12:10 pm, calford wrote:
> Hi,
>
> I
Hi,
Thank you for reporting this issue. I did some tests and I am also
seeing the same behavior. I'll work with the core engineering team to
resolve the problem. If you are using version v201003 or v201008 you
can switch to using the IdeaTextMatchesSearchParameter, which has an
excluded field t
Hi Wilrik,
Thanks for letting us know about this change in report field xml
attribute names. We apologize for the sudden change, and we'll work
with the core engineering team to ensure that these names remain
stable.
As for the percentServed field, I am not aware of any immediate plans
to includ
Hi All,
The engineering team has identified an issue where language filters
are used incorrectly in STATS requests. They are working to correct
the problem and should hopefully have a fix available within the next
week or so. For now the recommendation is to omit a language filter
for STATS requ
Dear Forum,
i think the is a problem with the ACCOUNT_PERMANCE_REPORT enum in the
system.
Every request in the ReportDefinitionService runs fine except the AP-
report.
Iam getting only errors all the time from that report type.
PHP-Code (from api samples):
---
$user = new AdWord
Hi,
Since bulk jobs limit the amount of different campaigns handled to
max. 10 per bulk job (http://code.google.com/intl/sv/apis/adwords/docs/
bulkjobs.html) I wondered if there was an equal limit to the amount of
different campaigns among the operations of a single campaign service
mutate request
Hi,
1) You need to set your original AdGroup to control only, so it later
gets paused if you promote your experiment.
2) The Quality scores will get preserved the system is smart enough to
understand that you are duplicating your ad group. So the suggestion
made in the post still valid.
Best,
-
Hello,
I just started using the API, and am having my developer/programmer in
Europe set it all up since I am not an expert programmer. However,
After 15 credits being used we all of a sudden started seeing:
QuotaCheckError.ACCOUNT_INACCESSIBLE
Which I researched and means the "acocunt is fr
I just ran a small test and got a bit confused
i searched for café in google.fr and google.es
and the adwords campaigns on the results page are related to coffee.
So the search and adwords does take into consideration the accents,
but the api just doesnt show the results?
--
=~=~=~=~=~=~=~=~=~
Hello,
is it possibel to get Data from the TrafficEstimatorServiceInterface
and TargetingIdeaServiceInterface for Keywords that contains "+". Or
is it necessary to escape the "+" to recieve Data for those keywords.
As we send Keyword that contained "+" it return the Keyword with
blankspaces at th
In a successful call to GetGeoLocationService the name of the german
city "Hannover" will be replaced by "Hanover" in the resultset. The
result is then used for a LocationExtension resulting. When displayed
the ad has "Hanover" in the address line, which is irritating for a
german audience.
Is the
Hi,
when I try to download a report created by v201008 I'have this error:
"culdn't read report"
Is there a restriction on account? The report are created for
AccountId and I try to download with the main account.
This error occours everytime. I use the PHP client library to create a
report.
The r
Hi Anash,
i refer to the new reports, which probably not saved while creating. I
guess i just have to create reports and than download them.
Within the old report center it was possible to let create all reports
using webinterface and just download these reports bei the api.
Another question:
I c
26 matches
Mail list logo