this is what i did so far :
i installed aw_api_php_lib_2.2.0.tar
put the files under "htdocs" (i am using apache server)
changed auth.ini and settings.ini
and when I run AddCampaign.php it seems to execute up until the line:
$campaignService = $user->GetCampaignService('v201003');
then dies, or c
this is what i did so far :
i installed aw_api_php_lib_2.2.0.tar
put the files under "htdocs" (i am using apache server)
changed auth.ini and settings.ini
and when I run AddCampaign.php it seems to execute up until the line:
$campaignService = $user->GetCampaignService('v201003');
then dies, or c
this is what i did so far :
i installed aw_api_php_lib_2.2.0.tar
put the files under "htdocs" (i am using apache server)
changed auth.ini and settings.ini
and when I run AddCampaign.php it seems to execute up until the line:
$campaignService = $user->GetCampaignService('v201003');
then dies, or c
I am able to download the .XML report from Report Service, however,
the formating of cost is not correct. If the real cost is $1.85, the
XML will show 185. What properties can I change to get the
correct formating? In this case, the correct formating should be
$1.85 or 1.85. Thank you!
--
It's in millionths.
Have a look at
http://code.google.com/apis/adwords/docs/developer/adwords_api_services.html
- "Monetary Units".
Even if this is vor the v13 webservices, I assume it's the same for
v2010
On Jul 1, 2:08 pm, y2beck wrote:
> I am able to download the .XML report from Report Servi
Hi -
I'm new to the AdWords API and I can't seem to get out of the starting
gate. I'm pretty sure I've got my request formatted correctly, and
I'm using a valid Google ID, but I keep getting the error "The
developer token is invalid." Can anyone help?
I'm using this endpoint:
https://adwords-s
Since today, when using the targeting idea service with thte following
search parameters:
{
RelatedToKeywordSearchParameter,
KeywordMatchTypeSearchParameter,
CountryTargetSearchParameter,
LanguageTargetSearchParameter
}
I no longer retrieve (any) data for the seed keywords, only for other
r
Hi,
for several weeks i started a request to use the AdWords-API.
And i wonder that i get no feedback. Does anyone know how much time it
takes for the approval of the API??
thank you very much in forefront
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussi
Hi
I have recently started to receive peculiar results from a recently
working request. Until then the following request returned the EXACT
and BROAD match search volumes for the requested phrase, in this
example 'estrogen', now it returns results that are not the required
phrase, I also tried the
Thanks!
On Jul 1, 10:18 am, manolator wrote:
> It's in millionths.
> Have a look
> athttp://code.google.com/apis/adwords/docs/developer/adwords_api_servic...
> - "Monetary Units".
> Even if this is vor the v13 webservices, I assume it's the same for
> v2010
>
> On Jul 1, 2:08 pm, y2beck wrote:
Hi guys,
I was running daily reports which have now stopped due to the 22nd
June sunset for V13.
I see on the whats new v2009 page that the ReportService is "coming
soon"
http://code.google.com/apis/adwords/v2009/docs/whatschanged.html
Just wondering what people are doing (if anything) to pull re
Starting this morning, when requesting keyword stats using the
Targeting Idea Selector, Targeted Monthly Searches is returning a data
point for June 2010, but has no count.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspo
Receiving InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when
submitting a BulkMutateJob.
The API docs state is:
"Indicates that a server-side error has occured. InternalApiErrors
are generally not the result of an invalid request or message sent by
the client."
"REASON: UNEXPECTED_INTERNAL_A
Hi Don,
I believe a fix has been pushed out for this problem, and the report
seems to be working on my account. Can you try downloading a campaign
report again?
Best,
- Eric
On Jun 29, 1:40 pm, Don Spaulding wrote:
> Any update on this error?
>
> // Sorry, my long-polling timeout is 1 week.
>
I want to update the adgroupadstatus. is there a complete c# code
example that performs a bulkmutatejobservice. I am look for a code
example that has all the code and I can take and just minipulate the
example? I need a little help.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also fin
Hi Pen,
I just tested out the AdWords Keyword Tool, and I'm not seeing any
restrictions for brand terms. For example, a search on viagra returns
search volume, competition graph, etc.
https://adwords.google.com/select/KeywordToolExternal
Are you seeing something different? Which country are
Hi,
Your last analysis is correct, this error is because you are
specifying fractions of a penny, which isn't allowed.
Best,
- Eric Koleda, AdWords API Team
On Jun 29, 10:27 pm, ojak wrote:
> This might be an API limitation, maybe?
>
> It looks like all USD values need to be rounded to the near
Hi,
Only the runtime environment dependencies are needed. To isolate the
cause of the problem further, can you try out the no-client library
method detailed here:
http://code.google.com/p/google-api-adwords-php/wiki/NoClientLibrary
Best,
- Eric
On Jun 29, 11:46 pm, zac439 wrote:
> Eric,
>
>
Hi,
The Ruby client library includes examples for many services:
http://code.google.com/p/google-api-adwords-ruby/source/browse/#svn/trunk/examples/v200909
Best,
- Eric Koleda, AdWords API Team
On Jun 29, 6:03 pm, skarayan wrote:
> I am having difficulty finding sample code that retrieves k
Hi,
Some accounts are still using an older version of the user interface,
that doesn't include the "AdWords API Center" tab. There should be a
link on the My Client Center tab to enable the new user interface,
that includes this tab.
Best,
- Eric
On Jun 30, 8:15 am, tjez wrote:
> I have the sa
Hi Kevin,
The only way to do this is to get all AdGroupAds and check the
approvalStatus and disapprovalReasons fields.
Best,
- Eric Koleda, AdWords API Team
On Jun 30, 8:38 pm, Kevin wrote:
> Hi,
>
> I have lots of disapproved ads on many accounts because of bad
> destination URLs. Those URLs
Thanks for the response.
It'd probably be a good idea to clarify this (intended) behavior in
the API docs, as the 'type Money' docs make no mention of this
limitation and the confusion over the error has appeared across
multiple API toolkit discussions.
Thanks!
On Jul 1, 12:44 pm, AdWords API
Thanks for the response.
It'd probably be a good idea to clarify this (intended) behavior in
the API docs, as the 'type Money' docs are unclear regarding the
specifics of this behavior. Also, the error type is a bit confusing,
as the failure type may imply that the error is a data type problem
ra
Is it possible to query the start time of a BulkMutateJob?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received th
I'm trying to use the ReportDefinitionService. I'm able to add the
ReportDefinition successfully but most of the time when I tried to
download the report I get an Unspecified Error from the dotNET API
function DownloadReportDefinition. Is there a status I need to check
first to see if the report is
hi everybody.
i'm using the java code in order to receive global monthly searches,
competition and targeted monthly searches.
for some keys it works (though the results differ from the web query
tool).
but for some keys i now get NULL results, a few weeks ago it worked...
example:
[gpogle] -> mon
26 matches
Mail list logo