Re: fault error string index out of range -1

2010-08-05 Thread AdWords API Advisor
Hi, Can you post the response xml online so I can take a look at it? Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 6, 12:40 am, newbie wrote: > I'm making a request to adword campaign service using the following > xml and then get the index out of range error.  Any help would be > greatl

Re: Remove keywords with Google Keyword ID recorded, but sometimes get INVALID_ID error

2010-08-05 Thread AdWords API Advisor
Hi, Can you post a sanitized xml for such a failed request? Cheers, Anash On Aug 6, 4:13 am, Adwords Beginner wrote: > Thanks for Anash's good advice. Now the code of removing keywords look > better without needing to use fake matchtype or keyword text. > > Unfortunately, the INVALID_ID errors

How to supply account credentials in code?

2010-08-05 Thread electron
Hi, Im a php programmer and I have an adwords API script im working on. What code can I use to override the auth.ini file and specify all the authentication credentials in my code? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsap

Re: Authentification failed

2010-08-05 Thread SEO Sniffer
Now It works online on my linux webserver. Offline with windows xampp system it doesn't work. On 5 Aug., 22:38, SEO Sniffer wrote: > Yes, I use this Email-Address. I cannot understand this problem. > I downloaded aw_api_php_lib_2.2.0 lib, copy the Google folder in my > project and Edit the auth.i

Re: Remove keywords with Google Keyword ID recorded, but sometimes get INVALID_ID error

2010-08-05 Thread Adwords Beginner
Thanks for Anash's good advice. Now the code of removing keywords look better without needing to use fake matchtype or keyword text. Unfortunately, the INVALID_ID errors still occur. And I made sure that the items in each message sent is no more than 500. And apparently the rate of failing to remo

Re: Authentification failed

2010-08-05 Thread SEO Sniffer
Yes, I use this Email-Address. I cannot understand this problem. I downloaded aw_api_php_lib_2.2.0 lib, copy the Google folder in my project and Edit the auth.ini file with my login data. Should I send you my auth.ini file, so that you can test it? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Authentification failed

2010-08-05 Thread AdWords API Advisor
Hi, Please ensure you are using the primary email address listed on this page: https://www.google.com/accounts/ManageAccount Best, - Eric On Aug 5, 1:43 pm, SEO Sniffer wrote: > I use aw_api_php_lib_2.2.0 for php. > That's my auth.ini file. > > email = "mym...@yahoo.de" > password = "mypassw

Re: Can't get KeywordText with ReportDefinitionService v201003 (beta)

2010-08-05 Thread AdWords API Advisor
Hi, At the moment KeywordText (and PlacementUrl) require the KeywordMatchType column. Please try using the both the PlacementUrl and KeywordMatchType column, as that works for me. Best, - Eric On Aug 4, 1:05 pm, bullseye wrote: > Currently I am unable to get either KeywordText (just gives keyw

Re: Only paused and enabled ad groups

2010-08-05 Thread AdWords API Advisor
Hi, Unfortunately the AdGroupSelector doesn't support filtering by status: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.AdGroupSelector.html This would be a nice feature though, and I'll work with the core engineering team to enable it. Best, - Eric Koleda, AdWords

Re: Reporting on Click to call ads

2010-08-05 Thread AdWords API Advisor
Hi, Unfortunately this available isn't yet available in reports scheduled through the UI or the API: http://www.google.com/support/forum/p/AdWords/thread?tid=6fa5b8d9ddc36997&hl=en Best, - Eric Koleda, AdWords API Team On Aug 4, 3:38 am, kendev wrote: > I have a mobile ad which is linked to

Re: v13 ReportService sunset and ReportDefinitionService automatic placement issue

2010-08-05 Thread AdWords API Advisor
Hi Nicola, The forum post you referenced came out before the v201003 ReportDefinitionService was available. The AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT returns automatic placement stats and is usable today. Best, - Eric Koleda, AdWords API Team On Aug 4, 6:12 am, Nicola Bosco wrote: > Hi, > I

fault error string index out of range -1

2010-08-05 Thread newbie
I'm making a request to adword campaign service using the following xml and then get the index out of range error. Any help would be greatly appreciated. Dim xml : xml = " "_ + ""_ + "" & apiEmail & ""_ + "" & apiPassword & ""_ + "V2010 Get All Campaign Inf

fault error string index out of range -1

2010-08-05 Thread newbie
I'm submitting a campaign stats request. Here is my code that is generating the error. Any help would be appreciated. Dim xml : xml = " "_ + ""_ + "" & apiEmail & ""_ + "" & apiPassword & ""_ + "V2010 Get All Campaign Info"_ + "" & apiDevToken & "

Apply paging when creating report using reportDefinitionService

2010-08-05 Thread robert.johans...@adwire.se
In order to not exceed the maximum number of items returned from my reports, I wish to use paging. How can I use it together with the reportDefinitionService (I use PHP)? If my report contain 10 000 items and each page can contain 2 000 items, must I create a new report definition for each page? Al

Re: Authentification failed

2010-08-05 Thread SEO Sniffer
I use aw_api_php_lib_2.2.0 for php. That's my auth.ini file. email = "mym...@yahoo.de" password = "mypassword" userAgent = "SEO Sniffer" applicationToken = "INSERT_APPLICATION_TOKEN_HERE" developerToken = "mydevelopertoken" ; Uncomment to make requests against a client account. ;clientId = "mym..

Re: Get Information About campaign

2010-08-05 Thread James604
I will say the "selectors" just give us very limit functionality. We only can do included "ids". can we do set "excluded" ids? What I mean is if I set a list of campaign ids, get all rest campaigns which are NOT in the given list. And wondering what are new features in 201003 API, any documents?

Re: Sandbox troubles?

2010-08-05 Thread Tilendor
We're able to use the sandbox now. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Re: Authentification failed

2010-08-05 Thread SEO Sniffer
But I use the email and password from my google MMC Account in auth.ini file. emailfrommccacco...@yahoo.de password -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=

Re: anybody can show a working example of campaign creation for . NET

2010-08-05 Thread axum
this is the one i used for just the campaign creation // Get the CampaignService. CampaignService campaignService = (CampaignService) user.GetService(AdWordsService.v200909.CampaignService); // Create campaign. Campaign campaign = new Campaign(); campaign.name

Re: anybody can show a working example of campaign creation for . NET

2010-08-05 Thread axum
AdWordsUser user = new AdWordsUser(); // Get the CampaignService. CampaignService campaignService = (CampaignService)user.GetService(AdWordsService.v200909.CampaignService); // Get the AdGroupService //=== l

Python client library updated!

2010-08-05 Thread AdWords API Advisor
An updated version of the client library for Python is available from http://code.google.com/p/google-api-adwords-python-lib/. This is a major release that introduces adspygoogle.adwords module, which will eventually replace aw_api module. The aw_api module is still supported, but no new features

Slow Performance of BulkMutateJob in uploading keywords

2010-08-05 Thread bobby healy
OK, I've searched everywhere and there doesn't seem to be a single, definitive answer to this question-: "How do I bulk upload about 300,000 keywords as quickly as possible ?" Currently this takes me about 24 hours using the following code. Is there any faster way to do this ?

Re: unable to install the perl API on windows

2010-08-05 Thread AdWords API Advisor
Hi LC, Please check the troubleshooting section of this file http://cpansearch.perl.org/src/PMQS/DB_File-1.820/README, they provide an explanation and workaround to the error you are experiencing. Best, -David - AdWords API Team On Jul 31, 3:58 pm, LC wrote: > Hi, > > I'm using the activestate