Yahoo::Marketing::APT::EditorialService - an object that provides operations for retrieving editorial tags for ads (in the ad library) and URLs and submitting complaints.


Yahoo-Marketing-APT documentation Contained in the Yahoo-Marketing-APT distribution.

Index


Code Index:

NAME

Top

Yahoo::Marketing::APT::EditorialService - an object that provides operations for retrieving editorial tags for ads (in the ad library) and URLs and submitting complaints.

SYNOPSIS

Top

See EWS documentation online for available SOAP methods:

http://help.yahoo.com/l/us/yahoo/ewsapt/webservices/reference/services/

Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.

new

Creates a new instance


Yahoo-Marketing-APT documentation Contained in the Yahoo-Marketing-APT distribution.
package Yahoo::Marketing::APT::EditorialService;
# Copyright (c) 2010 Yahoo! Inc.  All rights reserved.
# The copyrights to the contents of this file are licensed under the Perl Artistic License (ver. 15 Aug 1997)

use strict; use warnings;

use base qw/Yahoo::Marketing::APT::Service/;




1;