| Yahoo-Marketing documentation | Contained in the Yahoo-Marketing distribution. |
Yahoo::Marketing::ForecastService - an object that let you know the results you might expect from your ads (impressions, clicks, cost, and other performance metrics). Keep in mind that the results from a forecast are estimates only and are not guaranteed. You can perform forecasts for ad groups or keywords.
See EWS documentation online for available SOAP methods:
http://searchmarketing.yahoo.com/developer/docs/V7/reference/services/ForecastService.php
Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
Creates a new instance
| Yahoo-Marketing documentation | Contained in the Yahoo-Marketing distribution. |
package Yahoo::Marketing::ForecastService; # 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/;
1;