Thank you Eric, now is pretty clear.. :))
Thanks a lot!
Best Regards,
Jakov
On Apr 16, 4:06 pm, AdWords API Advisor
wrote:
> Hi,
>
> The SoapFaults returned by the PHP client library extend the Exception
> class, so you can access the message using $e->getMessage(). I am
> currently working on
Hi,
The SoapFaults returned by the PHP client library extend the Exception
class, so you can access the message using $e->getMessage(). I am
currently working on some utility methods to make it easier to get the
inner ApiError objects, and it should be available in the next
release.
Best,
- Eric
Yeah, i it's PHP.
Thanks for your response.
But if you see there is some protected parameters, and i need them.
There should be some method in Class which will treat this object.
you can't just say echo $object->message;
you need to use some method which is in this Class to do it..
So, should I cr
You didn't say what language you are using, but that looks like PHP.
That is a PHP object, so you should be able to do treat it as a
standard PHP array. No need to parse it.
j
On Thursday 15 April 2010, jakov34 elucidated thus:
> Hi,
> Is there any example, how to parse AdWords API Error.
> L
Hi Sawyer,
You can filter the results be using the
KeywordMatchTypeSearchParameter:
http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.KeywordMatchTypeSearchParameter.html
Best,
- Eric Koleda, AdWords API Team
On Mar 29, 6:36 am, Sawyer wrote:
> Dear all,
>
> I ha
Hello,
Apologies that I was not able to revisit this issue until today.
When I run display_stats.pl now, it returns normal output instead of
the InternalAPIError. So things look good!
Thanks,
Kris Arnold
On Mar 22, 10:34 pm, AdWords API Advisor
wrote:
> Hi Kris,
>
> It could have been that
Hi Mike,
This error message is usually returned when the XML being set is
invalid. Can you try validating your XML here:
http://validator.w3.org/check
Can you enable debug output on curl to ensure the XML isn't getting
garbled as it's being sent?
Best,
- Eric Koleda, AdWords API Team
On Mar
Hi Tam,
Only one developer token is allowed per company, regardless of how
many MCC accounts there are. More information is available in the
AdWords API Terms and Conditions:
http://code.google.com/apis/adwords/docs/terms.html
Best,
- Eric Koleda, AdWords API Team
On Mar 22, 7:08 am, Tam wr
Hi Kris,
It could have been that this value wasn't returned correctly. Do you
have the SOAP XML logs from that request?
Best,
- Eric
On Mar 19, 6:04 pm, Kris wrote:
> Thanks for your reply.
>
> It seems that calling get_last_request_id() on the
> Google::AdWords::Client object fails to return
Thanks for your reply.
It seems that calling get_last_request_id() on the
Google::AdWords::Client object fails to return a value. Any ideas
what might be happening?
(Unfortunately, I will not be able to investigate further for several
days.)
Thanks,
Kris Arnold
On Mar 19, 1:52 pm, AdWords
Hi Kris,
It's good to hear that the Perl client library is working well for you
so far. As for the UNEXPECTED_INTERNAL_API_ERROR, do you have the
requestId that was returned in the header of the response?
Best,
- Eric Koleda, AdWords API Team
On Mar 18, 12:29 pm, Kris wrote:
> Hello,
>
> We in
Hi Terance,
Please ensure you use a different email address for the MCC signup
then you use for your AdWords account.
Best,
- Eric Koleda, AdWords API team
On Mar 17, 9:54 am, developer wrote:
> Hi,
>
> I want to access the adwords API.
> The getting started guide says that I need to create a M
Hi,
Please follow up on your original thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/98f7326ab20e2de5/
Best,
- Eric Koleda, AdWords API Team
On Mar 5, 8:25 am, silvester wrote:
> Hi,
> The Adwords api script is working perfectly in my local server which
> is XAMPP a
Hi Anthony,
There are some cases where manual approval is needed for the terms and
conditions. I'll reach out to you offline to get your account
details.
Best,
- Eric
On Mar 4, 9:27 am, Anthony Coleman
wrote:
> Eric,
>
> Yes. That was one of the first things we did. Is there any other
> reason
Eric,
Yes. That was one of the first things we did. Is there any other
reason this error would appear?
- Anthony
On Mar 3, 6:14 pm, AdWords API Advisor
wrote:
> Hi,
>
> Have you set up billing on the MCC account that you used to sign up
> for your developer token? This usually involves adding
You can purchase new credits by increasing the Monthly API budget with
your MCC account on the Adwords GUI (AdWords API Centre).
On 3 mar, 22:06, gasanden wrote:
> I am using Wordstream to manage our Google adwords account. When I
> attempt to "post" changes from Wordstream, I get a "you need mor
Hi,
Have you set up billing on the MCC account that you used to sign up
for your developer token? This usually involves adding a credit card
to the account, and during this process the AdWords API terms and
conditions will be presented to you.
Best,
- Eric Koleda, AdWords API Team
On Mar 2, 10:
Hi,
This is the intended behavior of the API. When you set a field to
null you are indicating that you don't want to change the value of the
field. If you want to set the end date to "No end date" you need to
use the special date 20371230. This information hasn't been
transferred into the new v
Hi Fernando,
This information can be obtained using the AdGroupAdService:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupAdService.html
An example using this service with the Java client library is here:
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/
maybe this?
http://groups.google.com/group/adwords-api/browse_thread/thread/d72456c0e824a17c/265de0571139fc75
On Jan 29, 12:50 pm, jeff wrote:
> we used to be able to update bid without setting the rest criterion
> attributes. with v2009, we got errors like 'matchtype, text... are
> required'. d
Hi,
Yes, that can be a good way to think about it. A Criterion is to a
word as an AdGroupCriterion is to a sentence context.
Best,
- Eric
On Jan 15, 11:55 am, shive wrote:
> On Jan 15, 5:18 pm, AdWords API Advisor
> wrote:
>
> > Hi,
>
> > In the v2009 API a keyword is made of two parts: the
>
On Jan 15, 5:18 pm, AdWords API Advisor
wrote:
> Hi,
>
> In the v2009 API a keyword is made of two parts: the
> BiddableAdGroupCriterion (which extends AdGroupCriterion) and the
> Keyword (extends Criterion). The BiddableAdGroupCriterion (the outer
> object) holds the ad group specific configur
Hi,
In the v2009 API a keyword is made of two parts: the
BiddableAdGroupCriterion (which extends AdGroupCriterion) and the
Keyword (extends Criterion). The BiddableAdGroupCriterion (the outer
object) holds the ad group specific configuration for a keyword,
including it's bid, desitnation URL, etc
We are experiencing the exact same problem this morning:
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
faultSubcode:
faultString: java.net.ConnectException: Connection timed out
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}s
Hi Pete,
Thank you for reporting this issue. There was a small server issue
this morning, but it is resolved now. Let me know if you run into any
further problems.
Best,
- Eric Koleda, AdWords API Team
On Dec 22, 7:15 am, "Pete Lavetsky (AdWords API Guru)"
wrote:
> Over & over & over ...
>
>
Nope, no other MCC account. But I found out clients by customerID.
Strange thing is that emails are different.
On Nov 30, 5:21 pm, AdWords API Advisor
wrote:
> Hi,
>
> The emails returned should all be "real", meaning that requests were
> actually made against them. With the v13 version, emails
Hi,
The emails returned should all be "real", meaning that requests were
actually made against them. With the v13 version, emails will be
returned based off of the developer token, and a developer token is
not limited to the MCC account that owns it. Are there other MCC
accounts in your organiza
Thanks for an answer it works.
But one strange thing - when a list of all client emails is returned
with API usage some emails are unknown.
Meaning they are not in my client DB which means no API requests could
be issued on behalf of then with my account. What kind of emails are
they then?
Is it po
Hi,
All API usage is charged to the account that owns the developer
token. If this expense needs to be spread across multiple clients it
must be billed outside of the AdWords system. You can find out how
many API units were used by a client account by using the InfoService:
v13:
http://code.
Hi Reed,
A BulkMutateJob contains a series of operations to perform, such as
CampaignOperation, AdGroupOperation, etc. These operations are
normally fed into their respective service's mutate() method. For
example, the CampaignService mutate() method has a cost of 1 unit for
an ADD operation. T
THANX ERIC IT WORKED FIIINE!!!
Now I can continue with groups, keywords, adsMaybe I will call u
again...LOL
Tks!
Inah
On 3 nov, 14:28, AdWords API Advisor
wrote:
> Hi,
>
> I looked at the internal error message, and it appears that you are
> not authenticating correctly. If you use the
Hi,
I looked at the internal error message, and it appears that you are
not authenticating correctly. If you use the authentication of an MCC
user, then you must include either a clientEmail or clientCustomerId
header to specify which child AdWords account to operate on. More
information about t
Hi Eric!!Look what I found
[29 Out 2009 18:05:25,101 - DEBUG]
http://schemas.xmlsoap.org/soap/
envelope/">
https://adwords.google.com/api/adwords/cm/
v200909">
0895006c6f0c52ea1d74b6647dadc9d3
1
299
1
soap:ServerInternalApiError.UNEXPECTED_INTERNAL_API_ERROR
@ InternalApiError.UNEXPECTED_INT
Unfortunately I don t have de ID..everything I have I showed hereI
got this error on my Console(StackTrace)...there's any way to see my
envelop SOAP in xml anywhere?
But my team used my Main Class in other computer and they r connecting
with no problems at allstrange isn't?
I tried somethi
Hi,
This appears to be an internal error in the AdWords system. Do you
have the request ID for this request?
Best,
- Eric
On Oct 29, 2:49 pm, Inah from Brazil wrote:
> Hi Eric! Thanks for your answer!
> I understood now how it works!TKS!
> But now I tryin to add campaigns and I gettin another
Hi Eric! Thanks for your answer!
I understood now how it works!TKS!
But now I tryin to add campaigns and I gettin another error...
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
faultSubcode:
faultString: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
faultActor:
fa
Hi,
The CampaignTargetService is what you would use to set these targets
in v200909. There is an example of how to use this service in .NET
here:
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v200906/AddCampaignTarget.cs.
Best,
- Eric Koleda, AdWords API Team
Hi,
Thank you for bringing this to our attention. It does appear that
this is an invalid character problem, and I agree that the error
message is not very helpful. I'll talk with the core engineering team
to see if we can improve the error message returned.
Best,
- Eric Koleda, AdWords API Tea
Hi,
I don't have any news at this time, but keep watching the Official
AdWords API blog for an announcement: http://adwordsapi.blogspot.com/.
Best,
- Eric
On Sep 30, 4:07 am, keesjan wrote:
> Hi Erik,
> any news yet about the new 2009 keyword api service?
>
> On Sep 29, 8:16 pm, AdWords API Ad
Hi Erik,
any news yet about the new 2009 keyword api service?
On Sep 29, 8:16 pm, AdWords API Advisor
wrote:
> Hi Vinoth,
>
> Google doesn't provide raw or exact search numbers, but you can get
> fairly accurate information by using the
> KeywordToolService:http://code.google.com/apis/adwords/d
Hi Vinoth,
Google doesn't provide raw or exact search numbers, but you can get
fairly accurate information by using the KeywordToolService:
http://code.google.com/apis/adwords/docs/developer/KeywordToolService.html.
You may want to start by reading a blog post on the topic:
http://adwordsapi.blog
Hi Haroot,
The categories are keys in the AdWords system, and therefore only
available in English. If you would like to translate the terms while
displaying the values in your application you might want to try using
the Google Language API: http://code.google.com/apis/ajaxlanguage/.
Best,
- Eri
I mean Categories provided in
http://code.google.com/apis/adwords/docs/developer/adwords_api_categories.html.
On Sep 26, 2:26 pm, harroot wrote:
> Hi all
>
> I wander is there a way to get API categories in another language, not
> only in english?
>
> Best
> Haroot.
--~--~-~--~~
Hi Colin,
In a previous message I mentioned that these reports are not only
generated by API users, but by AdWords web interface users as well.
Have you checked with the account owner to ensure they he/she isn't
creating the reports in the UI?
Best,
- Eric
On Sep 25, 9:45 am, Cohn wrote:
> Hi
Hi Eric,
Any chance to figure out who / why API reports are running in this
account
that weren't initiated by me?
I am the only person with API Access to this account.
Thanks,
Tim Cohn
On Sep 17, 6:34 pm, Cohn wrote:
> Hi Eric,
>
> There are only two users on the account myself with User In
Hi Cohn,
The AdWords API is run by Google and is hosted under https://adwords.google.com.
Best,
- Eric
On Sep 18, 12:41 pm, Cohn wrote:
> Who's server / what IP is running the API?
>
> On Sep 17, 7:13 pm, AdWords API Advisor
> wrote:
>
>
>
> > Hi,
>
> > Just to be clear, there is no distincti
Who's server / what IP is running the API?
On Sep 17, 7:13 pm, AdWords API Advisor
wrote:
> Hi,
>
> Just to be clear, there is no distinction between reports generated in
> the API and those generated from the UI. That is, if the account
> owner schedules a report through the UI, you will see t
Hi,
Just to be clear, there is no distinction between reports generated in
the API and those generated from the UI. That is, if the account
owner schedules a report through the UI, you will see that report when
you run ReportServive.getAllJobs(). Likewise, if you schedule a
report via the API t
Hi Eric,
There are only two users on the account myself with User Interface and
API access and
the account "owner" who has "Administrative Access" only.
I am a sole proprietor and no one else would have access to any of my
API related details.
I and I alone have generated all of the reports in
Hi,
Unfortunately there isn't a simple way to determine who scheduled a
given report. Here are a few areas you can look into though:
1) Do you have users logging in to the AdWords web interface that are
creating reports?
2) Do you have any scheduled reports that could be automatically
running?
Hi Gerard,
To help investigate this can you please provide the full SOAP XML
Request and Response for a request that exhibits the behavior you are
seeing?
Thanks,
- Eric
On Sep 8, 11:07 am, AdWords API Advisor
wrote:
> Hi Gerard,
>
> Thanks for brining this to our attention. I'll talk to the
Hi Gerard,
Thanks for brining this to our attention. I'll talk to the core
engineering team and see if they have any information about this
behavior.
Best,
- Eric Koleda, AdWords API Team
On Sep 4, 8:13 pm, Gerard wrote:
> Is anyone else experiencing random slowness in the AdWords API
> Sandb
Hi Ivan,
I would recommend logging in to your MCC account and verifying that
your developer token is still active. This information can be found
under "My Account" -> "AdWords API Center". Ensure there are no
alerts at the top of this screen.
Best,
- Eric Koleda, AdWords API Team
On Aug 19, 3
Hi,
I have my own value objects for all adword .net api classes.
in that case is it correct to set specified = true in
corresponding field.
For example in AdGroup
public AdGroupStatus Status
{
get { return _status; }
set
{
_status = val
Ok
Thank's for quick answer :).
Best
Harut.
On Tue, Aug 4, 2009 at 12:22 PM, AdWords API Advisor <
adwordsapiadvi...@google.com> wrote:
>
> Hi Harut,
>
> statusSpecified and status are independent properties of AdGroup
> objects, setting value for one property does not affect the value of
> the
Hi Harut,
statusSpecified and status are independent properties of AdGroup
objects, setting value for one property does not affect the value of
the other property. However, they work together when you make an
AdWords API call. For instance, assume that you are trying to Enable a
Paused AdGroup.
Hi Anash
Did you mean that if I set the value like this
adGroup.statusSpecified = default value(false);
then even when I set the value of
adGroup.status = AdGroupStatus.Enabled;
adGroup.status will be equals its dafault value?
Best
Harut.
On Mon, Aug 3, 2009 at 10:20 PM, AdWords API Advisor <
Hi Harut,
I assume you are writing .NET code. .NET's WSDL to code converter
generates an additional field named like propertyNameSpecified if it
encounters a nilable value type in WSDL. While setting values to such
a field, you also have to mention serviceName.propertyNameSpecified =
true. If not
Hi Harroot,
If you are trying to get a record of the unit cost for a request,
every API response includes a header named "units" which contains the
number of units used by the request, even when a fault occurs. More
information can be found on the AdWords API Introduction page:
http://code.googl
Hello khan,
How can I get the unit cost from google when I make the service call?
I'm using the java to access the adwords services.
Thanks and regards,
PPL
On Jul 27, 5:43 pm, khan_ajaz wrote:
> Hello
>
> Dear Harroot
>
> Can you please describe what kind of fails of services call may be i
>
Hello
Dear Harroot
Can you please describe what kind of fails of services call may be i
can help you out
what i have in my mind you can saved your Unit cost in db after call
each and services
you are calling.
Regards
Ajaz Khan
On Jul 23, 1:18 pm, harroot wrote:
> Hi all
>
> In my applicatio
Hello,
Yes, we are gradually adding additional developers to the v2009
whitelist. Don't be surprised if it takes several weeks before being
added.
Cheers,
-Jeff Posnick, AdWords API Team
On Jul 23, 6:08 am, keesjan wrote:
> Hi,
> I send in a request to get the 2009 token
> here:http://code.
Hello Christian and Alex,
You can specify multiple criteria, across multiple ad groups, in a
single updateCriteria() call. I would definitely not try to update all
8000 in a single call, but you should be able to batch your updates in
groups of 100 or so criteria. Your updateCriteria() calls wil
good question,
I'm also looking for decision for this problem...
Also, I have the same performance problem related to AdParams (LiveAds
API) in my flow to process all criterions for selected AdGroups.
Regards,
Alex
On Jun 18, 7:33 pm, linux wrote:
> Thanks now we have another problem, we have
Thanks now we have another problem, we have about 1600 adgroups with
8000 keywords online, if we use getAllCriteria it is always a single
request, so we need 1600 requests to update our keyword list. this
take a long time about 30 min. how could we speed up this request?
thanks
christian
On 16
Hello,
It's possible to add multiple ad groups to the same campaign in one
SOAP request. See addAdGroupList():
http://code.google.com/apis/adwords/docs/developer/AdGroupService.html#addAdGroupList
It's also possible to update multiple ad groups in one SOAP request.
See updateAdGroupList():
And to follow up on this once more:
For 2 days now im getting a "A connection that was expected to be
established was closed by the server"-Webexception..*sigh*
Is Google doing any kind of maintainance atm?
On 26 Mai, 10:52, quaylar wrote:
> Hello Jeff,
>
> Just wanted to let u know, that the e
Hello Jeff,
Just wanted to let u know, that the errors have not occured for 2
weeks now.
Apart from this change concerning the "Expect: 100-continue" header i
havent changed
anything in my code.
Anyways, this change did not seem to do the trick, since a different
type of error occured aftwards.
pletely without any disconnections.
> About the SOAP log; I have enabled the SOAP log file from now on. As soon as
> our tool runs into a forcibly closed connection, I will send you the log.
>
> Cheerz
>
> Paz
>
>
>
> > Date: Mon, 11 May 2009 12:43:19 -0700
> >
.
Cheerz
Paz
> Date: Mon, 11 May 2009 12:43:19 -0700
> Subject: AdWords API Re: API-Access impossible
> From: adwordsapiadvi...@google.com
> To: adwords-api@googlegroups.com
>
>
> Hello Pazcal,
>
> I've been speaking to Qu offthread and gathering some additio
Hello Pazcal,
I've been speaking to Qu offthread and gathering some additional
data, but no, there is not currently any indication as to what the
cause or resolution is.
If you happen to have a SOAP log of a request that resulted in a
disconnection, feel free to pass it along to the email addr
Hi Jeff and Qu,
The reason why I'm react is because I'm running into the same
problems. Since I've updated to API v13, I'm having the same errors.
Only the strangest thing I have is, it isn't happening every time...
We are running our tool every night at 04.00 GMT +1. Sometimes the
tool complete
Hello Jeff,
I appreciate your help, thank you very much.
I just sent an email to adwordsapiadvi...@google.com with my MCC
customer-id.
best regards,
--qu
On 6 Mai, 16:58, AdWords API Advisor
wrote:
> Hello Qu,
>
> If you could give me some more information about your requests I
> could do so
Hello Qu,
If you could give me some more information about your requests I
could do some spot checks in the production logs--I'm not sure that
anything conclusive will turn up, but I'll see. Either a requestId
from the SOAP response header of a successful request, or the customer
id number of yo
Hi again Jeff,
Unfort. i wasnt able to resolve this issue so far.
Is it possible for Adwords Support, to check their logs regarding the
"api hit-limit" that was mentioned
by you in one of the linked threads?
It would be of great help to know, whether the connection was really
reset on Google's si
Hello Jeff,
Thank u very much for your answer, i will try to give u more detailed
information.
As i stated before, the whole sync is taking 1,5-2h usually, right now
this exception
occurs after abt 1h.
The point is, there is no single individual call to the API that is
supposed to take a long tim
Hello Quaylar,
If the individual API calls you're making taking an exceedingly long
time to complete, then yes, it's possible that the AdWords API server
is closing the connection (and this may also manifest itself as the
502 - Bad Gateway errors). But they would have to be very long
operations,
Hello Todd,
Your questions are a good excuse to share all our info--I'm sure
you're not alone in your curiosity.
1. You can post to this Google Group via email (addressed to adwords-
a...@googlegroups.com) or via the web interface (http://
groups.google.com/group/adwords-api).
2. Pending API c
Thanks; I've flagged that for the documentation team to resolve in a
future update to the Developer's Guide.
Cheers,
-Jeff Posnick, AdWords API Team
On Apr 18, 6:40 am, "mainoskaruse...@gmail.com"
wrote:
> http://code.google.com/apis/adwords/docs/developer/Website.html
>
> has link "New Keywor
I am not sure I agree with the 'limited resources' theory. But I do
take your point with the Parking analogy. However, Google's car park
is massive. The biggest car park in the industry that they expand
daily.
I can't see that 'having access to all functions' would 'degrade'
performance...seems li
On Mar 26, 7:15 pm, Phil <5000...@googlemail.com> wrote:
> I understand everything that you said, but I am afraid I don't agree.
> I am somewhat astounded that you are defending the API cost based on
> the fact that it prevents irrisponsible coding.
No, I never said it prevents irresponsible codi
I appretiate your comments, but I am afriad you are missing the point.
It is not always Software Directly costs X and makes Y. Do I really
need to explain why?
You seem to have a very simplistic view of how money moves around,
especially in regard to AdSpend.
My app is doing what it is intended t
I don't think Google's point is trying to prevent "inefficient"
coding. It's just simple economics. It costs them money to run the
Adwords API: hardware, software, bandwidth, etc. They recoup that cost
through API charges.
If your application isn't generating any revenue, it begs the question
w
I understand everything that you said, but I am afraid I don't agree.
I am somewhat astounded that you are defending the API cost based on
the fact that it prevents irrisponsible coding.
And I resent the implication of your last statement.
Remember: sometime any cost is too much, no matter the mer
I tend to think that Google wants to prevent that you write software
reviewing all your keyword bids... every five minutes. If you do that
using the web interface you need thousands of people for a small
account. With the API you would only need one computer, and skills in
asynchronous programming
Hello,
To update the thread: there was an issue that prevented AdWords API
usage information from being updated following the scheduled downtime
on March 14. For a few days after there was a backlog of usage info,
and both the display in the AdWords web interface and the count
returned via the I
Hi Jeff,
Thanks for that.
...one day will this all be free and easy?
On Mar 20, 4:27 pm, AdWords API Advisor
wrote:
> Hello,
>
> I have a bug open with the engineering team to determine whether
> there was some underlying problem that prevented the display in the
> web interface from being upd
Hello,
I have a bug open with the engineering team to determine whether
there was some underlying problem that prevented the display in the
web interface from being updated. Hopefully if there is a problem we
can get it resolved so that no further confusion ensues.
Cheers,
-Jeff Posnick, AdWord
Hi, Thanks for taking the time to reply.
Must have been a web thing. Now the data is showing, (and your
comment), proves it was still being stored. I had a glimmer of hope
that they had decided to stop charging.
:)
Phil.
On Mar 19, 6:54 pm, ReedP wrote:
> I have a job that runs each night to che
HI, It has updated now.
It has been 3 or 4 days (depending on when the Google day passes).
Thank you for your reply, however.
Regards
Phil.
On Mar 19, 5:31 pm, AdWords API Advisor
wrote:
> Hello Phil,
>
> The AdWords API Center web interface should show your API unit usage
> from previous days,
I have a job that runs each night to check all of our usages, and it's
been getting numbers for the last three days (and before that
probably, I only checked the last three days).
-reed
On Mar 19, 1:31 pm, AdWords API Advisor
wrote:
> Hello Phil,
>
> The AdWords API Center web interface should
Hello Mark,
Right, unfortunately using a different Application token wouldn't
help you there as there is no way to filter on Application token using
the InfoServce (or in any other AdWords API service, as far as I
recall).
We also have a policy of not granting multiple Developer tokens to
the
Hello Phil,
The AdWords API Center web interface should show your API unit usage
from previous days, yes. I haven't heard about anything that might
have prevented this display from being updated recently.
If you could let me know the customer id for your MCC account, I
could look into things o
We're attempting to do a few things, but mainly we want to get reports
of our API usage by application. Our new application will have a
different pricing model for API usage. Historically, we've done this
through the InfoService, but moving forward in the new application,
we'd like to track our
Hello Mark,
Could you explain a bit more what you're hoping to achieve--what
exactly would "separating API usage per application" entail from your
perspective? If you're talking about billing for API usage, for
instance, using a different Application token wouldn't affect that at
all, nor would
Hello Jay,
The information on that rate sheet that you linked to is correct, and
you would incur charges for using the AdWords API in the manner you
describe.
Cheers,
-Jeff Posnick, AdWords API Team
On Mar 15, 1:15 pm, "breakfromordin...@gmail.com"
wrote:
> Hey guys!
>
> We recently wanted t
Hello,
Report generation via the AdWords API uses the same backend code as
report generation via the web interface, so what you're really seeing
is not technically a slowdown in the API. If you were to generate an
identical report from the web interface it should take the same amount
of time.
You are correct! It was ad distribution (adWordsType) that was my
problem. The saved reports in the login area are pretty useful in
debugging this sort of thing. It'd be great to see an article about
them on the main web site.
I ran the report I wanted by hand, then looked at the saved API
report
Hello Alexander,
Please take a look at the various methods of the InfoService:
http://code.google.com/intl/en/apis/adwords/docs/developer/InfoService.html
Specifically, getUnitCountForClients().
Cheers,
-Jeff Posnick, AdWords API Team
On Feb 11, 1:30 pm, Alexander wrote:
> Is it possible
Hello,
Reports scheduled from the web interface and reports scheduled from
the API are both run by the same common reports service backend code,
and if you specify the exact same parameters and run the reports for a
date in the past that is completely settled, the output will be
identical.
Bas
1 - 100 of 117 matches
Mail list logo