Just a hunch, but does the xmlns for the sandbox differ? Your
request XML has
xmlns="https://adwords.google.com/api/adwords/cm/v200909";
Perhaps it should be adwords-sandbox.google.com ?
--
Rohan
On Wednesday 02 June 2010 08:56 PM, JohnW2G wrote:
I see that this problem has been posted be
Hi,
Rohan [CC'd] would you consider deleting your all your Google-Adwords
distributions from CPAN? They'll still all be available via BACKPAN
(http://backpan.perl.org/authors/id/R/RO/ROHAN/) but deleting them will
mean Google-Adwords will no longer be indexed or appear on search.cpan.org.
That'
Hi,
I'm the author of the Google::Adwords Perl module which is
currently on CPAN.
I thought I'll make it clear for now, that I have no plans of
upgrading this module for the v2009 API. Google provides a Perl
library for the new API so that would be the best route. Besides
the changes are n
Hi,
Note that I've released v1.12.2 which now supports GeoTarget
exclusions.
excluded* fields added to the CityTargets, CountryTargets,
MetroTargets and RegionTargets objects
Use cpan to upgrade or download it from here -
http://search.cpan.org/CPAN/authors/id/R/RO/ROHAN/Google-Adwords-1.12.
Hi,
It looks to me like you're using an incorrect XPath expression to
get to your results. "//body" i.e. I guess using "//moreSpecific"
should help.
I've also had a try at this using Google::Adwords, but on the
sandbox.
my $seed_keyword1 = Google::Adwords::SeedKeyword->new;
$seed_keyword1
Hi,
I've released v1.12 of the Google::Adwords Perl module which now
has support for v13 of the Adwords API. All my sandbox tests
pass, so it should be an easy enough upgrade for you. Please use
the cpan utility to upgrade. If not, you can download it from here -
http://search.cpan.org/CPAN/a
, so he might end up answering himself.
>>> Cheers,
>>> -Jeff Posnick, AdWords API Team
>>> On Jan 13, 8:00 pm, hhwang wrote:
>>>> Hi, Adwords.
>>>> Our company is currently using thrid party client library written in
>>>> perl by Rohan Alme