I can add that this case doesn't happen with the non-validation
service (sandbox and production environments). Is there any problem
with the validation service ?
On Mar 18, 2:16 pm, Qmeapi wrote:
> Hi,
>
> I've written some code to validate campaigns before submitting them to
> the google platfor
Hi,
I've written some code to validate campaigns before submitting them to
the google platform. That was working but this morning the mutate
function still return null. Here's the code:
-
try {
[...]
//Campaign VALIDATION service
Hi,
To address your questions:
a) Auth tokens expire after 2 weeks, or when a user changes the
password on their account.
b) The reason returned for an expired auth token is
LOGIN_COOKIE_INVALID, which isn't immediately obvious. We are working
on improving the documentation to make this more cl
Hi,
In general we recommend using the AdWords API PHP client library,
since it simplifies some of the more complicated interactions with the
API. It's difficult to determine what the problem is without seeing
the generated SOAP XML request and response, can you capture this? Or
perhaps the reque
Hi Ram,
The subclasses of ApiError contains the reason. For example,
DateError has a reason field:
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.DateError.html
To get the index of the operation you need to parse the OGNL value in
the fieldPath. A simple way to get
Hi,
The TrafficEstimatorService is not yet available in the v2009 version
of the API. For now we recommend using the v13 version of this
service for getting traffic estimates.
Best,
- Eric
On Mar 16, 6:37 pm, iGods wrote:
> chiming in late in the game... has this functionality been restored to
Hi,
For failed requests, the SOAP fault will include an ApiException,
which will include an array of ApiErrors, one for each error that
occurred. The ApiError contains a fieldPath, which will indicate
which operation and possibly which specific field caused the error.
You can parse this informati
Hi Pete,
Peer is correct, only the status of an ad can be updated. There is
simple way to remember what's mutable and what's not for ads and
criteria: the outer object is mutable, the inner object isn't.
AdGroupAd { // mutable
Ad // not mutable
}
AdGroupCrierion { //
Hi Jeff,
Can you post the value of the requestId header that comes back in the
SOAP XML response when you get this error?
Best,
- Eric
On Mar 16, 2:05 pm, Achal Rastogi wrote:
> Hi Eric,
>
> I just upgraded our java client lib to 7.1.0. It resolved the memory
> issue but I am still seeing a lot
On Wednesday 17 March 2010, Joshua J. Kugler elucidated thus:
> All I get from the campaign_service.Get(selector) call (this is using
> suds in Python):
>
> (CampaignPage){
>totalNumEntries = 0
>Page.Type = "CampaignPage"
>totalBudget =
> (Budget){
> period = "DAILY"
>
Hi,
To use the AdWords API you need an AdWords account and you have to
register to use the API.
Best,
- Eric Koleda, AdWords API Team
On Mar 16, 8:23 am, kobold3012 wrote:
> I'm student, i have exercise to get sites by topic, now i found in
> code.google.com this code by link :http://code.googl
Hi Hudar,
We are also looking into enabling OAuth for the AdWords API, but at
this time we recommend using the ClientLogin API.
Best,
- Eric Koleda, AdWords API Team
On Mar 16, 5:20 pm, "Peer Jakobsen (AdWords API Guru)"
wrote:
> You can access an adwords account in 2 ways through the API
> 1.
Hi Morten,
Can you confirm that this ad group id is valid? Can you confirm that
you are using the correct credentials?
Best,
- Eric
On Mar 15, 7:20 pm, Morten Blinksbjerg Nielsen
wrote:
> I'm still having problems. I use the PHP library, and I've just
> upgraded to version 2.0.1.
>
> My code i
So, the migration guide for the 200909 API says to replace this call:
campaign_service.GetCampaignStats(campaign_id, '2009-01-01', '2009-01-31')
use this:
selector = {
'ids': [campaign_id],
'statsSelector': {
'dateRange': {
'max': '20090131',
'min': '200
We use the ClientLogin RESTful API for authentication (http://
code.google.com/apis/accounts/docs/AuthForInstalledApps.html) for
Google Adwords API v200909.
We have a question when the response for this authentication request
contains "CaptchaRequired" error code. In this event, will the account
g
> The purpose of the CampaignCriterion is to allow you to add negative
> keywords or placements to a campaign, as is available in the AdWords
> web interface.
Thanks for your reply, Eric. Unfortunately it isn't what I was looking
for. It's clear from the API that this adds a Criterion to a Campaig
Hi,
Did anyone get wrong results from the report service for March 12,
2010 (or any other date for that matter)?
Currently the following is happening for reports for March 12, 2010
(regardless of the requested time frame) and only for one customerId:
We're scheduling a DefinedReportJob to retrie
Hi,
I just tried this using the PHP client library and it worked fine.
$adParam2 = new AdParam($adGroupId, $keywordId, '£40', 2);
My PHP file is saved as UTF-8, so the pound sign is automatically
being encoded correctly. If you are working in another encoding can
specify the unicode code poin
Hi Kevin,
To address your questions:
1) This question is about the Adwords project, not specifically the
API. Try looking in the AdWords Help Center:
http://adwords.google.com/support/aw/?hl=en
2) Ditto.
3) Traffic estimation takes into account the history of an account, so
it must be run at th
Hi Simon,
The purpose of the CampaignCriterion is to allow you to add negative
keywords or placements to a campaign, as is available in the AdWords
web interface.
Best,
- Eric Koleda, AdWords API Team
On Mar 16, 12:41 am, Simon wrote:
> Ok, I've figured out some answers.
>
> Although the Campai
Hi,
When using the selector in STATS mode the results should be in the
same order as in the request. However, for flexibility purposes you
may want to include the KEYWORD attribute in your results and simply
use that value when analyzing the results.
Best,
- Eric Koleda, AdWords API Team
On Mar
Hi Daniel,
I haven't heard of any other cases of this happening. Can you double
check that the crossClient parameter is set to "true" on the
DefinedReportJob?
Best,
- Eric Koleda, AdWords API Team
On Mar 15, 10:26 am, Daniel wrote:
> Hi!
>
> Since about 5 days i can't get a Search Query Report
Hi Matt,
Can you post more information about the error message you are
receiving? Which endpoint URL are you using?
Best,
- Eric Koleda, AdWords API Team
On Mar 13, 7:51 pm, Matthew McGinty wrote:
> I'm looking
> here:http://code.google.com/apis/adwords/v2009/docs/callguide.html#keyword...
>
Still about the ad's..
How can i know how long ago the ad was created?
regards,
Thiago.
On 17 mar, 18:10, "tsmthi...@gmail.com" wrote:
> Hello,
>
> Is there any way to get the disapproved Ad's through api (v13 report
> or v200906)?
>
> The only way that i see, is returning all of the ads, and c
Hello,
Is there any way to get the disapproved Ad's through api (v13 report
or v200906)?
The only way that i see, is returning all of the ads, and check one by
one if one of them is disapproved, but with this way, i will pay a lot
of API units.
Another question is: Can i get the ad's with zero i
Eric,
Sorry about the delayed response. We recently went live with V200909
and still seeing the issue. We have enabled logging and will provide
you the logs as soon as possible.
We also have a retry mechanism to try for 3 times with a 10 sec wait
between each retry.
Chandra
On Mar 3, 8:15 pm, A
Indeed that was the solution. I figured that a bit after I posted but
did not update this thread. But thanks for your response.
On Mar 9, 1:35 pm, AdWords API Advisor
wrote:
> Hi,
>
> You aren't specifying a clientEmail or clientCustomerId field in your
> header, and the authToken used is generat
Hi All,
To help you get started using and updating the client library, we've
made sure that the current code is up to date with most of the
services from v200909 of the API.
The only services that are missing from this build are InfoService,
BulkMutateJobService, and TargetingIdeaService. These
Hi,
What are the support for audiences in V2009? In V13 all soap requests
fails on an adgroup if it contains an audience.
Will they show up as uservertical:x or using their "real" name.
Can we get a reference data file in the sample libraries similar to
the categories.csv file.
Thanks
--
=~=~=
Hi,
I am using AdWordsUser object to pass in header related info. The
problem is that first time when I am instantiating the object and pass
in the soapheader dictionary, it takes about 15 seconds. I was
wondering if I can speed it up somehow.
AdWordsUser user;
user = new AdWordsUser(GetHeader
We'll be performing routine system maintenance on Saturday, March 20th from
approximately 10:00am to 2:00pm PDT. You won't be able to access AdWords or
the API during this time frame, but your ads will continue to run as normal.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~
Hello,
I am dealing with some v13 code and I am trying to learn and migrate
that code. I have seen that certain data ie. email, password,
clientEmail was accessible from the service object.
Take an instance of the AdGroupService in V13. This object exposes
those fields however in the new V200909
Hi team,
I am trying to get aall AdGroups criterion information for a given
campaign ID or adGroupID for selected period.
I am getting results but they are alltime results rather than selected
date range.
I am using the following lines of code for date range.
$daterange=new DateRange();
$
System downtime - March 18, 2010 10:00 AM through March 18, 2010 2:00 PM
Pacific Time.
It seemed like an unusual time to do maintenance since they are usually on
Saturdays.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April
Hi -
I have noticed that the values I am returned when retrieving the
search volume (TARGETED_MONTHLY_SEARCHES and GLOBAL_MONTHLY_SEARCHES)
is wildly different from the values I see when querying from within
the KeywordTool.
Is it perhaps that I'm not constructing my TargetingIdeaSelector
correct
I have been working on migrating code from v13 to v2009. One of the
things that I did with v13 was create Video Ads. The code couldn't
actually upload a video (this had to be done through the AdWords web
UI), but once there was a video, I could use the API to create video
ads that referenced that
The problem was that headline, url, displayurl, description1 and
description2 should be also in the ns1 namespace.
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/
v200909" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>...headers...ADD37
On Mar 16, 6:24 pm, AdWords API Advisor
wrote:
> Hi Rick
>
> We are aware that the Perl client library is out of date, and we are
> actively working on updating it to take full advantage of the v200909
> version of the API. We encourage AdWords API Perl developers to
> contribute to the open so
Up to now I've successfully implemented Campaign and AdGroup services.
AdGroupAd service however doesn't accept my ads. The mutate method
tells that all fields are empty, while they are not.
Here is the XML posted:
http://schemas.xmlsoap.org/soap/
envelope/" xmlns:ns1="https://adwords.google.com/a
Hi,
I want to access the adwords API.
The getting started guide says that I need to create a My client
Center (MCC) first.
I tried doing that but got an error on the third step. so my gmail
address got registered but did not go through the complete process. I
tried registering for MCC again but go
Yes. Do it all the time. Nothing special beyond using the same
insertion syntax you use in the Web UI.
-reed
On Mar 16, 10:47 pm, Chris
wrote:
> Hi Guys,
>
> So I think my subject title pretty much states my question - I would
> like to know if keyword insertion is possible via the API. If it i
Concerining my last message I finally found bug on my site ,
sorry for problem
On 16 Mar, 16:09, mariek wrote:
> I also confirm having problem with ruby lib
>
> On 16 Mar, 00:20, Morten Blinksbjerg Nielsen
>
> wrote:
> > I'm still having problems. I use the PHP library, and I've just
> > upgrade
I have a question that I can't seem to find the answer to in the FAQ
or on the forums. Maybe I just haven't looked into the right places
yet, but since this is a particularly frustrating response, I'll ask
here.
Why?
I know when v13 is sunsetting, but what I can't seem to figure out is
why Google
Hi Guys,
So I think my subject title pretty much states my question - I would
like to know if keyword insertion is possible via the API. If it is
not currently possible are there any plans to introduce this to the
API in the near future?
Cheers,
Chris
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
We use the ClientLogin RESTful API for authentication (http://
code.google.com/apis/accounts/docs/AuthForInstalledApps.html) for
Google Adwords API v200909.
As recommended, we plan on caching the authtoken returned by the
ClientLogin API for subsequent use in AdWords API calls.
A few questions ari
I have been searching for answers and testing my code for days, but
still don't have it working. This article is a great start for
information about using the v200909 Google AdWords API without the
Client Library, but it's hard to translate the sample code to other
API functions:
http://code.googl
Hi,
We are seeing the below error for one of our clients for Google
Adwords API v200909
com.google.api.adwords.cm.CampaignCriterionServiceSoapBindingStub.get()
method.
What is the cause for this Error?
Thanks,
semdev
Error Stacktrace:
-
Enum
com.google.ads.api.services.
47 matches
Mail list logo