Re: Getting started

2010-07-01 Thread netport
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

Re: Getting started

2010-07-01 Thread netport
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

Re: sandbox is not working?

2010-07-01 Thread netport
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

Report Service Formating Data - COST

2010-07-01 Thread y2beck
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! --

Re: Report Service Formating Data - COST

2010-07-01 Thread manolator
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

Problem making getClientAccounts request to Sandbox

2010-07-01 Thread de...@wordnik.com
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

Targeting Idea Service using the java API client

2010-07-01 Thread Martin
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

time for approval of the API

2010-07-01 Thread ad...@lederoase.de
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

get request on TargetingIdeaService started returning different results within the last 12 hours

2010-07-01 Thread Stuart
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

Re: Report Service Formating Data - COST

2010-07-01 Thread y2beck
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:

My reports stopped, whats the alternative now?

2010-07-01 Thread Justin
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

Monthly search volume

2010-07-01 Thread Jason Tan
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

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-07-01 Thread ojak
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

Re: Error when attempting to download report in v201003

2010-07-01 Thread AdWords API Advisor
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. >

Bulkmutatejobservice

2010-07-01 Thread axum
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

Re: brand related searches

2010-07-01 Thread AdWords API Advisor
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

Re: Receiving BiddingError.BID_TOO_MANY_FRACTIONAL_DIGITS for non-fractional digits (Ruby API)?

2010-07-01 Thread AdWords API Advisor
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

Re: SOAP-ERROR: Parsing WSDL

2010-07-01 Thread AdWords API Advisor
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, > >

Re: Code for retrieving keyword traffic information in v201003 in ruby

2010-07-01 Thread AdWords API Advisor
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

Re: Problem in accessing API center for My Account

2010-07-01 Thread AdWords API Advisor
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

Re: reapprove ads

2010-07-01 Thread AdWords API Advisor
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

Re: Receiving BiddingError.BID_TOO_MANY_FRACTIONAL_DIGITS for non-fractional digits (Ruby API)?

2010-07-01 Thread ojak
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

Re: Receiving BiddingError.BID_TOO_MANY_FRACTIONAL_DIGITS for non-fractional digits (Ruby API)?

2010-07-01 Thread ojak
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?

2010-07-01 Thread ojak
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

Error downloading report

2010-07-01 Thread coldsurf
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

v200909 global monthly searches returns null all the time

2010-07-01 Thread stain
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