Hi,
What I want is getting the ApiException like the Java example does.
The object should have a "errors" property which is an array of
detailed error information, as documented in
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.ApiException.html
Seems adwords4r didn't im
Hi Eric,
Sorry for this wrong error.
Of course, it was only the client email that was bad.
Thank you,
jeff
On 15 mar, 23:43, AdWords API Advisor
wrote:
> Hi Jeff,
>
> It looks like you may be using the wrong clientEmail when trying to
> make this request. Please double-check your credentials
Well,
I'm trying to post using the php adwords api from Google.
When trying to post a £ sign i get the error:
xa3...' is not a valid utf-8 string
So, the only ones I can post is £ or £.
But even then im not sure how they will come out when the advert is
displayed...
On Mar 4, 12:03 pm, Kema
Hi,
getting the below error when edit ad
[faultstring] => [ReadOnlyError.READ_ONLY @
operations[0].operand.ad.id]
[faultcode] => soap:Server
[detail] => stdClass Object
(
[ApiExceptionFault] => stdClass Object
(
[message] => [ReadOn
I'm still having problems. I use the PHP library, and I've just
upgraded to version 2.0.1.
My code is based on examples/AddAds.php. Basicly I just changes
$adGroupId to match one of my groups. I can create campains and
groups, but not ads.
Hope someone can help :-) Let me know what more info you'
Hi,
Just a little bit confuses. If we want to import client's existing
adword campaign to our application on behave of client, could we do it
using oauth? So we don't need to ask client to give us their adword
account, but fill in on the google page directly.
Or is there another way without askin
I'm student, i have exercise to get sites by topic, now i found in
code.google.com this code by link :http://code.google.com/p/adwords-
api-dotnet-samples/source/browse/trunk/src/GetSitesByTopics.cs , but
in this code i haven't understand this fragment:
private static String email = "INSERT_LOGIN_E
Hi,
I try to use AdWords api with perl. I started with AdGroupAdService.
After call method with selector and headers, i get error message
"QuotaCheckError.INVALID_TOKEN_HEADER @"
I am using Google::AdWords::AuthToken library.
So code look like (logic has beeen copied from adwords-api-perl-
sa
Hi Ales,
The error you are receiving isn't very clear, and we'll work on
changing that. The reason that the URL is invalid is because it
contains unescaped spaces. Spaces in URLs must be escaped as %20.
Best,
- Eric Koleda, AdWords API Team
On Mar 15, 9:05 am, Ales Sturala wrote:
> Hello,
> w
Hi,
This is expected behavior. The statistics in a report can be
corrected if more data comes in regarding invalid clicks, etc. The
values are fairly stable after about 3 hours after the close of the
day, but you may want to re-download the report a day later to get the
most accurate data.
ht
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
> upgraded to version 2.0.1.
>
> My code is based on examples/AddAds.php. Basicly I just changes
> $adGroupId to match one of my groups
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 of
AuthenticationError.CLIENT_EMAIL_INVALID errors which failed our bid
update. Any suggestion on a workaround?
thanks
Jeff
On Mar 15, 7:17 am, AdWords API Advisor
wrote:
> Hi Jeff,
>
Hello,
I'm having an issue updating a TextAd through the Sandbox API. The
requestId is 16af688abeb0335fce11fcd2fda14a2f ... I am changing the
headline of the TextAd, but the mutated result is not reflecting
that. No exception is being thrown.
I am using AdGroupAdServiceInterface of the Java cli
Hi,
I am calling mutate service on AdGroupAdService. I have for example 5
operation that I want to perform including Add, remove and set. If
there is a policy violation or other kinds of errors in the first or
second operation, does the mutate operation continue with the next
operation or finishe
Only the status property can be updated on ads. If you want to update
the other properties then you have to delete and recreate.
Cheers
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.
Also find us on our blog and discuss
You can access an adwords account in 2 ways through the API
1. Get their account linked to your MCC and use the clientEmail or
accountid to access the account (no need for password)
2. Use a login/password directly (no need to link into your MCC)
Cheers
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
The whole request will be ignored (nothing will get updated). You can
then set exemption requests on the failed operations and then resend
the whole operation array or you can remove the operations that failed
from the array and resend it.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have
It would help if you posted the soap request.
If it's an ADD operation then the id should not be included in the
soap request. If it is an update (SET operation) then remember that
the only property you can update is the status. When doing updates I
think you have to pass an Ad object in the AdGro
Hi, Peer
Thank you for the quick answer. The api throws an error when try to
mutate a list of operations. Do I have to parse the errors to find
out which ones failed or there is other method/way to get the failed
operations?
Thank you again
On Mar 16, 5:22 pm, "Peer Jakobsen (AdWords API Guru
Hi Guy,
The limits on geo targets has not changed in v2009. We'll update the
documentation to include this information.
Best,
- Eric Koleda, AdWords API Team
On Mar 11, 2:00 pm, Guy Zucker wrote:
> Hi,
>
> I've been looking for a limit on the number of Geo-Targets you can upload in
> v2009 (Ca
Hi Suraiya,
Please see my response to another thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/d738463da3b5bdbe
Best,
- Eric Koleda, AdWords API Team
On Mar 3, 6:26 pm, Suraiya wrote:
> Hello,
> I tried to get a fresh copy of Google Adwords api V200909 for Perl.
> Aft
Hi,
Please see my response on another thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/d738463da3b5bdbe
Best,
- Eric Koleda, AdWords API Team
On Feb 26, 5:21 pm, dsanborn wrote:
> Per the instructions in the google-api-adwords-perl/README file I have
> done the follow
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 source project and help to accelerate the
process, but we want
chiming in late in the game... has this functionality been restored to
the API in v2009?
thanks.
On Feb 26, 8:36 am, AdWords API Advisor
wrote:
> Hi,
>
> The TargetingIdeaService does not return estimated CPC values. This
> can be done using the TrafficEstimatorService, which hasn't yet been
>
What is the maximum number of operations allowed in the
AdGroupCriterionService mutate call?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
ht
I am trying to parse the ApiException returned by v2009 APIs and match
the errors to appropriate operation index. I can manually parse the
faultString and figure out which operations have errors, but I am
trying to build a generic Java routine that works for all types of
errors. I understand OGNL c
26 matches
Mail list logo