New version SAME ERROR. Anyone, Someone, who has a clue..waiting for
a response.
$criterion = new SoapVar(NULL, NULL, 'Keyword', $namespace);
$criterion->id = 'XX';
$adGroupCriterion = new SoapVar(NULL, NULL,
'BiddableAdGroupCriterion', $namespace);
$adGro
Hello,
Even if we set following request header, the report does not have amount
figure in micros. It still gives the cost, cpc etc in $ format. What else we
can do to get the amount in micros. Please suggest.
urlConn.setRequestProperty("returnMoneyInMicros", Boolean.toString(true));
Thanks,
Dh
Hello,
The reports had been working good so far but suddenly started getting XML
response with response code as 200 in the downloaded report file instead of
JSON response. The XML response we are getting is shown below. When we
re-ran the report, we again got JSON response and on third run agai
Eric,
45 seconds isn't small enough for some of my accounts (throws
TOO_MANY_CHANGES exception). Are we expected to call this service in
a long long loop of 5 second increments just to get a day's worth of
change history? This seems rather a waste.
Brian
On Mar 23, 11:40 am, Eric Koleda wrote
hi,
I've set the campaignID's (array) for getting the adGroupCriterion
stats
I could retrieve the adgroupID and criterion ID in the results but i
also want
the campaignID to verify how many adgroups and keywords are there
under a campaignID.
Is there any provision for that in v201008 api? please h
PS: api version 201008
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribe
Entire mutate code w/o wsdl and soap header is below,
$criterion = array(
'adGroupId' => (float) $adgroup_id,
'criterion' => array('id' => (float) $criterion_id,
'Criterion.Type' => 'Keyword' ),
'userStatus' => 'PAUSED'
Okay, here's the requestId from the SOAP request generated (using a 45
second limit!) on Monday at 11:33am PST:
c61e8adfdda36cd38b117e7484003235
On Mar 24, 1:03 am, "Anash P. Oommen"
wrote:
> Hi BeeGeez,
>
> Every SOAP response from the AdWords API Server contains a unique number
> called request
Hi Alex,
The URL should start with code.google.com:
http://code.google.com/intl/ru/apis/adwords/
Information on how to sign up for API access is available here:
https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=en&answer=15104
Best,
- Eric Koleda, AdWords API Team
--
=~=
Hi Hondo,
There is no automatic way to copy the data from your production account to
the sandbox, and you'll have to create your own account structure after each
sandbox refresh.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog
Hi Mike,
Switching to v201101 will not necessarily resolve these problems, but there has
been other BMJS issues in the past that have been due to v200909, so it may be
worth investigating. Your solution on how to handle the failures sounds
reasonable, and I'll talk to the core engineering team
Hi all
I am trying to create an Adgroup Performance Report for all campaigns
within an account but am struggling to get the right sort of syntax. I
appreciate this may be easy as pie for most users on here, however I
would be extremely grateful if someone could either post some code
that does this
Hi Chris,
More information about the useragent header is here:
http://code.google.com/apis/adwords/docs/headers.html
API usage always gets billed to the MCC that owns the developer token, even
when OAuth is used for authentication.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Eric,
For the useragent, I'm assuming we can use anything - like our app name?
When using OAuth, who gets billed for the API usage?
I'll try again, and post a sanitized URL. Even though it won't serve our
needs until the download servlet does oauth, it is still a necessary first
step and is li
Hi Chris,
If you are authenticating as the client account directly then you only need
to specify the developerToken and useragent SOAP headers.
The error is pretty broad, meaning only that there was a problem with OAuth.
I would check that you are using the correct scope, and if that still
do
Anash,
Thanks. That was what I needed. I for some reason couldn't find how
to do it in the sample code.
In some of the documentation I have read an authorization it looks
like the token has a time out. I am using the
ReportDefinitionService. Do you know what the time limit is on this
service?
Hi,
It may take up to 1 hour for the payload errors to be resolved. After an
hour you should receive the final results, which should indicate what the
problem was.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsap
Hi Eric,
This is not an MCC situation, which is why switching to OAuth makes sense.
We don't have have UI or API access to the customer's Adwords account.
Instead, we are having them grant us an access token. So in this scenario,
what information needs to be in the SOAP header?
Is the Authent
Hi Chris,
All of the AdWords API SOAP services support OAuth, but the report download
servlet doesn't yet support it. The clientEmail is handled the same way
with OAuth, in that you need to specify it if you are logging in with the
credentials of an MCC account and want to target the request t
Hi Jean,
Yes, the account data will be used when generating the estimates. If you
log in to your AdWords account and select "Reporting and Tools" -> "Traffic
Estimator" this should return the same numbers as the API.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find
You can do this with 2 parameters, e.g. param1 = 219/2 and param2 = 36.0
So use your params as param1 = "runs"/"wickets" & param2 = "overs"."balls"
Params allow "/"
see
http://code.google.com/apis/adwords/docs/reference/latest/AdParamService.AdParam.html
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
use examples to make some custom data. What you ask is not possible,
as far as i know.
Best,
On 24 mar., 07:34, hondo wrote:
> hi,
>
> can someone recommend me a tool to initilize my sandbox account with test
> data?
>
> I don't want to implement create function for campaigns/adgroups... just to
Hi guys,
I'm trying to log in to AdWords sandbox using the .NET client library
and constantly getting the following error:
System.Net.WebException: Unable to connect to the remote server --->
System.Net.Sockets.SocketException: No connection could be made
because the target machine actively refus
hi,
can someone recommend me a tool to initilize my sandbox account with test
data?
I don't want to implement create function for campaigns/adgroups... just to
initialize my sandbox.
Because our app mostly use reporting functionality of AdWords API.
Is somehow possible to use "Google Editor" f
Hi,
Spoke too soon. / and . are supported in v201101, so you can support the ad
you suggested. Thanks Chris.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://gr
Hi,
Looks like the server is removing plus signs from the keyword, so for now I
don't think you could get suggestions for c++. I've opened an issue with the
AdWords team, they will investigate this issue further. I'll update you once
I hear from them.
Cheers,
Anash P. Oommen,
AdWords API Advis
Hi Remya,
The report service in v201101 is called ReportDefinitionService and its wsdl
url is
https://adwords.google.com/api/adwords/cm/v201101/ReportDefinitionService?wsdl
. The documentation is available at
http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.html
Hi,
The client libraries have code examples for setting ad params. For example,
the PHP code example is here:
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/SetAdParams.php
.
That said, it might not be that easy to get this done; an ad can have have
only 2
Hi Jan,
Are you using the AdWords API PHP library? If yes, you could refer to
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetAllCampaigns.php
for
getting all campaigns. If you are facing any issues running this example,
let me know.
Cheers,
Anash P. Oo
Hi,
Which client library are you using?
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Hi BeeGeez,
Every SOAP response from the AdWords API Server contains a unique number
called requestId, that looks like ae782faeea7250ad579c59a3c21ff884. A
typical soap response is given below:
http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201101";>ae782f
HI,
Install Fiddler and enable https debugging in it. Set the client library's
proxy url to firebug (I think it is http://localhost:). See what request
is going to the clientlogin url and capture those logs. Email them to me
(anash.p.oom...@google.com) and ping this thread. I'll troubleshoo
We authenticate using an MCC account and specify a client account
using ClientEmail. I have double and triple checked the data we are
sending and it is correct.
I'm using v200909 client libraries and VB.net
I am sending
email
password
useragent
developerToken
applicationToken
clientEmail
Still
33 matches
Mail list logo