Yahoo::Marketing::KeywordResearchService - an object that provides operations for generating keyword recommendations based on advertiser bidded data.


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

Index


Code Index:

NAME

Top

Yahoo::Marketing::KeywordResearchService - an object that provides operations for generating keyword recommendations based on advertiser bidded data.

SYNOPSIS

Top

See EWS documentation online for available SOAP methods:

http://searchmarketing.yahoo.com/developer/docs/V7/reference/services/KeywordResearchService.php

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

new

Creates a new instance


Yahoo-Marketing documentation Contained in the Yahoo-Marketing distribution.
package Yahoo::Marketing::KeywordResearchService;
# Copyright (c) 2009 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::Service/;


sub _add_account_to_header { return 1; } # force addition of account to header

1;