Thu Mar 27 06:40:39 2008jt [...] aaanet.ru - Ticket created
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
Fri Mar 28 16:48:32 2008rohan [...] almeida.in - Correspondence added
From:
rohan [...] almeida.in
Hi Eugene,
So you can call checkAds on Ads which are not created yet?
--
Rohan
Fri Mar 28 16:48:34 2008The RT System itself - Status changed from 'new' to 'open'
Sat Mar 29 09:08:00 2008jt [...] aaanet.ru - Correspondence added
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