Skip Menu |

This queue is for tickets about the Google-Adwords CPAN distribution.

Report information
The Basics
Id: 34466
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Google-Adwords

People
Owner: Nobody in particular
Requestors: jt [...] aaanet.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: AdService::checkAds
Date: Thu, 27 Mar 2008 13:39:50 +0300
To: <bug-Google-Adwords [...] rt.cpan.org>
From: Торопов Евгений <jt [...] aaanet.ru>
Greetings, sub checkAds { my ( $self, $args_ref ) = @_; my @params; # The Ads foreach my $ad ( @{ $args_ref->{ads} } ) { if ( not defined $ad->id ) { die "id must be set for the Ad object\n"; <== this should be removed as for now you can't check ad before creating it (ad doesn't have ID yet). Google successfully checks ad without ad ID } } Cheers, Eugne
From: rohan [...] almeida.in
Hi Eugene, So you can call checkAds on Ads which are not created yet? -- Rohan
Subject: Re: [rt.cpan.org #34466] AdService::checkAds
Date: Sat, 29 Mar 2008 16:07:30 +0300
To: <bug-Google-Adwords [...] rt.cpan.org>
From: "Eugene Toropov" <jt [...] aaanet.ru>
Yes. That's what I'm using this sub for: before creating ads I check them for meeting google policies and only if there is no any errors got from google - I create ads Cheers, Eugene Show quoted text
----- Original Message ----- From: "Rohan Almeida via RT" <bug-Google-Adwords@rt.cpan.org> To: <jt@aaanet.ru> Sent: Friday, March 28, 2008 11:48 PM Subject: [rt.cpan.org #34466] AdService::checkAds <URL: http://rt.cpan.org/Ticket/Display.html?id=34466 > Hi Eugene, So you can call checkAds on Ads which are not created yet? -- Rohan
This is fixed in v1.9