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
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
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
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
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
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?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
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
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
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
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 & "
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
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..
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?
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
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
=~=~=~=
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
AdWordsUser user = new AdWordsUser();
// Get the CampaignService.
CampaignService campaignService =
(CampaignService)user.GetService(AdWordsService.v200909.CampaignService);
// Get the AdGroupService
//===
l
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
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 ?
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
23 matches
Mail list logo