netvantage marketing
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 87
Affiliate-Marketing 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-05 License: Freeware Price: Free
202 downloads
Michigan search engine marketing 1.0
michigan search engine marketing bar, from Netvantage Marketing - a Michigan internet marketing firm specializing in paid search management, search en... more>> <<less
Download (1083KB)
Added: 2009-04-10 License: Freeware Price: Free
196 downloads
Yahoo::Marketing 0.08
Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services. more>>
Yahoo::Marketing is an interface for Yahoo! Search Marketings Web Services.
SYNOPSIS
This collection of modules makes interacting with Yahoo! Search Marketings Web Services as easy as possible.
Sample Usage:
use Yahoo::Marketing::Keyword;
use Yahoo::Marketing::KeywordService;
my $service = Yahoo::Marketing::KeywordService->new;
# setup your credentials
$service->username( your username )
->password( your password )
->license( your license )
->master_account( your master account ID )
->account( your account ID )
->endpoint( https://sandbox.marketing.ews.yahooapis.com/services );
# OR
$service->parse_config( section => sandbox );
# create a keyword object, and add it
my $keyword = Yahoo::Marketing::Keyword->new
->adGroupID( $ad_group_id )
->text( some text )
->alternateText( some alternate text )
->sponsoredSearchMaxBid( 1.00 )
->status( On )
->advancedMatchON( true )
->url( http://www.someurl.com )
;
my $keyword_response = $service->addKeyword( keyword => $keyword );
# added keyword will have ID set
my $added_keyword = $keyword_response->keyword;
...
Yahoos Marketing API allows you to manage your search marketing account in an automated fashion rather than manually. The API is exposed as a standard SOAP service that you can make calls to. This set of modules is designed to make using the SOAP service easier than using SOAP::Lite (for example) directly. There are 2 main types of modules available.
The service modules (CampaignService, AdGroupService, BidInformationService, etc) are used to make the actual calls to each of the SOAP services in the API. The other type of module provided are the complex type modules, each of which represents one of the complex types defined in one of the WSDLs of the SOAP service. Examples include Campaign, AdGroup, Ad, PendingAd, CreditCardInfo, etc.
Yahoo::Marketing will call LocationService for you, and cache the results. This should be completely transparent. See the documtation for cache, cache_expire_time, purge_cache and clear_cache in Yahoo::Marketing::Service for more details.
<<lessSYNOPSIS
This collection of modules makes interacting with Yahoo! Search Marketings Web Services as easy as possible.
Sample Usage:
use Yahoo::Marketing::Keyword;
use Yahoo::Marketing::KeywordService;
my $service = Yahoo::Marketing::KeywordService->new;
# setup your credentials
$service->username( your username )
->password( your password )
->license( your license )
->master_account( your master account ID )
->account( your account ID )
->endpoint( https://sandbox.marketing.ews.yahooapis.com/services );
# OR
$service->parse_config( section => sandbox );
# create a keyword object, and add it
my $keyword = Yahoo::Marketing::Keyword->new
->adGroupID( $ad_group_id )
->text( some text )
->alternateText( some alternate text )
->sponsoredSearchMaxBid( 1.00 )
->status( On )
->advancedMatchON( true )
->url( http://www.someurl.com )
;
my $keyword_response = $service->addKeyword( keyword => $keyword );
# added keyword will have ID set
my $added_keyword = $keyword_response->keyword;
...
Yahoos Marketing API allows you to manage your search marketing account in an automated fashion rather than manually. The API is exposed as a standard SOAP service that you can make calls to. This set of modules is designed to make using the SOAP service easier than using SOAP::Lite (for example) directly. There are 2 main types of modules available.
The service modules (CampaignService, AdGroupService, BidInformationService, etc) are used to make the actual calls to each of the SOAP services in the API. The other type of module provided are the complex type modules, each of which represents one of the complex types defined in one of the WSDLs of the SOAP service. Examples include Campaign, AdGroup, Ad, PendingAd, CreditCardInfo, etc.
Yahoo::Marketing will call LocationService for you, and cache the results. This should be completely transparent. See the documtation for cache, cache_expire_time, purge_cache and clear_cache in Yahoo::Marketing::Service for more details.
Download (0.066MB)
Added: 2006-12-07 License: Perl Artistic License Price:
1051 downloads
Keyword Marketing Buddy 2.3
Keyword Marketing Buddy is a great tool that lets you compare the popularity of several different keyword groups at once. more>>
Keyword Marketing Buddy is a great tool that lets you compare the popularity of several different keyword groups at once.
Enter in a few general keywords, and Keyword Marketing Buddy will generate a list of keywords related to the original keywords and order them according to popularity. Keyword Marketing Buddy will even tell you how many searches each keyword gets a month.
Main features:
- Keyword Marketing Buddy is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- The user gives Keyword Marketing Buddy a list of keywords, and the Buddy automatically generates a list of related keywords. For virtually no work at all, you get a lot of great ideas for other keywords you might want to market to.
- Use Keyword Marketing Buddy for your own research, or add it to your web site for added functionality for your visitors.
- Each search produces an easy-to-copy list of comma-separated keyword, popularity pairs, so you can import your lists to a spreadsheet, or imort it into our Keyword Market Value Analyzer.
- Set the maximum number of keywords that can be entered in at one time.
<<lessEnter in a few general keywords, and Keyword Marketing Buddy will generate a list of keywords related to the original keywords and order them according to popularity. Keyword Marketing Buddy will even tell you how many searches each keyword gets a month.
Main features:
- Keyword Marketing Buddy is easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- The user gives Keyword Marketing Buddy a list of keywords, and the Buddy automatically generates a list of related keywords. For virtually no work at all, you get a lot of great ideas for other keywords you might want to market to.
- Use Keyword Marketing Buddy for your own research, or add it to your web site for added functionality for your visitors.
- Each search produces an easy-to-copy list of comma-separated keyword, popularity pairs, so you can import your lists to a spreadsheet, or imort it into our Keyword Market Value Analyzer.
- Set the maximum number of keywords that can be entered in at one time.
Download (0.005MB)
Added: 2006-03-01 License: Freeware Price:
1333 downloads
Yahoo::Marketing::Ad 0.08
Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad. more>>
Yahoo::Marketing::Ad is an object to represent a Yahoo Marketing Ad.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
accountID
adGroupID
contentMatchQualityScore
description
displayUrl
editorialStatus
name
shortDescription
sponsoredSearchQualityScore
status
title
update
url
get (read only) methods
createTimestamp
deleteTimestamp
lastUpdateTimestamp
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
accountID
adGroupID
contentMatchQualityScore
description
displayUrl
editorialStatus
name
shortDescription
sponsoredSearchQualityScore
status
title
update
url
get (read only) methods
createTimestamp
deleteTimestamp
lastUpdateTimestamp
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
MyEasyMarket 4.1
MyEasyMarket is a small but powerful eshop solution for small or large e-business. more>>
MyEasyMarket is a small but powerful eshop solution for small or large e-business. It includes full remote administration via Web, logging, basket solution, buying solution, products administration, categories, user administration, and different administrators for different sections.
You have a little bussines and you want to be present on the internet too? You dont want to spend a lot of money on some marketing without a real solution. Our current version of MyEasyMarket is just 84kb(with pictures included). For a shop online solution with PHP and MySQL, you can chose this without problems. Because the all sources are about 150kb(with two languages included), you can modify easy and without problems and create your dream e-shop where you can put all do you want to sell or advertise.
Because this e-shop solution must be easy for all of the people, you can do the administration remote, with your favorite internet browser. You dont need a FTP client, or programs like other e-shop needs. You can even select wich products do you need in the front page, without making any modifications with HTML editors, or other HTML programs or image editors.
If your e-shop is too big, this is not a problem, because you can make different combinations to manage it You can just put a person to check the logs of what all people do on your eshop. Or you can put a person to work only with transcations. And another people to work with the products of e-shop, and probably, or the look of your e-shop. Of course probably you want to have all access everywhere. The eshop can do this too.
Another part that you need included in an e-shop solution is the basket and the formulars to gather your customers data safe. MyEasyMarket has all of this included. They are compatibles with all browsers, even the text mode browsers, intuitive design and concept, fast and secure. He will log you everything, any fraud atempt with all info(like the browser used, the proxy used, remote ip address, and a lot more).
Of course we cant put all the functions here because this page will be too big. We think that is all do you need for an eshop for start. If you think you know some good parts that we need to implement in our future versions of the e-shop, dont hesitate to contact us. You can send you code too to be included in the next versions of the e-shop.
<<lessYou have a little bussines and you want to be present on the internet too? You dont want to spend a lot of money on some marketing without a real solution. Our current version of MyEasyMarket is just 84kb(with pictures included). For a shop online solution with PHP and MySQL, you can chose this without problems. Because the all sources are about 150kb(with two languages included), you can modify easy and without problems and create your dream e-shop where you can put all do you want to sell or advertise.
Because this e-shop solution must be easy for all of the people, you can do the administration remote, with your favorite internet browser. You dont need a FTP client, or programs like other e-shop needs. You can even select wich products do you need in the front page, without making any modifications with HTML editors, or other HTML programs or image editors.
If your e-shop is too big, this is not a problem, because you can make different combinations to manage it You can just put a person to check the logs of what all people do on your eshop. Or you can put a person to work only with transcations. And another people to work with the products of e-shop, and probably, or the look of your e-shop. Of course probably you want to have all access everywhere. The eshop can do this too.
Another part that you need included in an e-shop solution is the basket and the formulars to gather your customers data safe. MyEasyMarket has all of this included. They are compatibles with all browsers, even the text mode browsers, intuitive design and concept, fast and secure. He will log you everything, any fraud atempt with all info(like the browser used, the proxy used, remote ip address, and a lot more).
Of course we cant put all the functions here because this page will be too big. We think that is all do you need for an eshop for start. If you think you know some good parts that we need to implement in our future versions of the e-shop, dont hesitate to contact us. You can send you code too to be included in the next versions of the e-shop.
Download (0.084MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1225 downloads
Yahoo::Marketing::Role 0.08
Yahoo::Marketing::Role is an object to represent a user role for an account, e.g. AccountAdministrator or CampaignManager. more>>
Yahoo::Marketing::Role is an object to represent a user role for an account, for example, AccountAdministrator or CampaignManager.
Roles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
get (read only) methods
name
<<lessRoles determine the capabilities that a user has, which in turn determine the operations a user can execute within the system. The association between a User, a Role, and an Account is an Authorization.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
get (read only) methods
name
Download (0.066MB)
Added: 2006-12-13 License: Perl Artistic License Price:
1045 downloads
Internet-Marketing-Affiliate-Program 1.0
The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
Yahoo::Marketing::AdGroup 0.08
Yahoo::Marketing::AdGroup is an object to represent a Yahoo Marketing AdGroup. more>>
Yahoo::Marketing::AdGroup is an object to represent a Yahoo Marketing AdGroup.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
ID
accountID
adAutoOptimizationON
advancedMatchON
campaignID
contentMatchMaxBid
contentMatchON
name
sponsoredSearchMaxBid
sponsoredSearchON
status
watchON
get (read only) methods
contentMatchMaxBidTimestamp
createTimestamp
deleteTimestamp
lastUpdateTimestamp
sponsoredSearchMaxBidTimestamp
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
ID
accountID
adAutoOptimizationON
advancedMatchON
campaignID
contentMatchMaxBid
contentMatchON
name
sponsoredSearchMaxBid
sponsoredSearchON
status
watchON
get (read only) methods
contentMatchMaxBidTimestamp
createTimestamp
deleteTimestamp
lastUpdateTimestamp
sponsoredSearchMaxBidTimestamp
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::Keyword 0.08
Yahoo::Marketing::Keyword is an object to represent a Yahoo Marketing Keyword. more>>
Yahoo::Marketing::Keyword is an object to represent a Yahoo Marketing Keyword.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
adGroupID
advancedMatchON
alternateText
sponsoredSearchMaxBid
status
text
update
url
watchON
get (read only) methods
accountID
canonicalSearchText
createTimestamp
deleteTimestamp
editorialStatus
lastUpdateTimestamp
phraseSearchText
sponsoredSearchMaxBidTimestamp
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
adGroupID
advancedMatchON
alternateText
sponsoredSearchMaxBid
status
text
update
url
watchON
get (read only) methods
accountID
canonicalSearchText
createTimestamp
deleteTimestamp
editorialStatus
lastUpdateTimestamp
phraseSearchText
sponsoredSearchMaxBidTimestamp
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::Account 0.08
Yahoo::Marketing::Account is an object to represent a Yahoo Marketing Account. more>>
Yahoo::Marketing::Account is an object to represent a Yahoo Marketing Account.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
advancedMatchON
businessTypeCode
contentMatchON
displayURL
marketID
masterAccountID
name
nameFurigana
personalID
sitePassword
siteUserName
sponsoredSearchON
vatCode
websiteURL
get (read only) methods
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
METHODS
new
Creates a new instance
get/set methods
ID
advancedMatchON
businessTypeCode
contentMatchON
displayURL
marketID
masterAccountID
name
nameFurigana
personalID
sitePassword
siteUserName
sponsoredSearchON
vatCode
websiteURL
get (read only) methods
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::Service 0.08
Yahoo::Marketing::Service is a base class for Service modules. more>>
Yahoo::Marketing::Service is a base class for Service modules.
SYNOPSIS
This module is a base class for various Service modules (CampaignService, AdGroupService) to inherit from. It should not be used directly.
There are some methods common to all Services that are documented below.
See also perldoc Yahoo::Marketing::AccountService ...::AdGroupService ...::AdService ...::BasicReportService ...::BidInformationService ...::BudgetingService ...::CampaignService ...::ExcludedWordsService ...::ForecastService ...::KeywordResearchService ...::KeywordService ...::LocationService ...::MasterAccountService ...::UserManagementService
Please see the API docs at
http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/index.asp#services
for details about what methods are available from each of the Services.
<<lessSYNOPSIS
This module is a base class for various Service modules (CampaignService, AdGroupService) to inherit from. It should not be used directly.
There are some methods common to all Services that are documented below.
See also perldoc Yahoo::Marketing::AccountService ...::AdGroupService ...::AdService ...::BasicReportService ...::BidInformationService ...::BudgetingService ...::CampaignService ...::ExcludedWordsService ...::ForecastService ...::KeywordResearchService ...::KeywordService ...::LocationService ...::MasterAccountService ...::UserManagementService
Please see the API docs at
http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/index.asp#services
for details about what methods are available from each of the Services.
Download (0.066MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1044 downloads
Yahoo::Marketing::Campaign 0.08
Yahoo::Marketing::Campaign is an object to represent a Yahoo Marketing Campaign. more>>
Yahoo::Marketing::Campaign is an object to represent a Yahoo Marketing Campaign.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
ID
accountID
advancedMatchON
campaignOptimizationON
contentMatchON
description
endDate
name
sponsoredSearchON
startDate
status
watchON
get (read only) methods
createTimestamp
deleteTimestamp
lastUpdateTimestamp
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
ID
accountID
advancedMatchON
campaignOptimizationON
contentMatchON
description
endDate
name
sponsoredSearchON
startDate
status
watchON
get (read only) methods
createTimestamp
deleteTimestamp
lastUpdateTimestamp
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::ErrorType 0.08
Yahoo::Marketing::ErrorType is an object to represent a Yahoo Marketing ErrorType. more>>
Yahoo::Marketing::ErrorType is an object to represent a Yahoo Marketing ErrorType.
SYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
key
param
get (read only) methods
<<lessSYNOPSIS
See http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/dataObjects.asp for documentation of the various data objects.
new
Creates a new instance
METHODS
get/set methods
key
param
get (read only) methods
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1050 downloads
Yahoo::Marketing::AdService 0.08
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service. more>>
Yahoo::Marketing::AdService is an object that provides access to Yahoo Marketings Ad SOAP Service.
SYNOPSIS
See EWS documentation online for available SOAP methods:
http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/services/AdService.asp
Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
new
Creates a new instance
<<lessSYNOPSIS
See EWS documentation online for available SOAP methods:
http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/services/AdService.asp
Also see perldoc Yahoo::Marketing::Service for functionality common to all service modules.
new
Creates a new instance
Download (0.066MB)
Added: 2006-12-08 License: Perl Artistic License Price:
1051 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above netvantage marketing search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed