Overviews:
| E-mail Marketing | Keyword Advertising | Affiliate Links | Viral (Referral) Marketing |
Online Web Marketing Dictionary
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Cover | Description | ||||
![]() | Web
Marketing Dictionary. Over 10,000 of the latest
Wireless TeleComm Terms and Definitions along with + 400 diagrams and photographs!!! | ||||
| Format | Pages | Price | |||
| Book | 628 | $39.95 | |||
| |||||
Larry Harte - Editor
Industry leader and expert Larry Harte ensured this dictionary is unbiased and includes the latest information related the Internet Web Marketing industry.
Web Marketing Contributing Experts
Althos recruited 12 Internet web marketing experts, each with specific
knowledge of web marketing technologies and business practices. This team,
together with input from over 1,025 other online contributors gathered, added,
and edited what are now the latest Internet Web Marketing
industry terms and acronyms in use today.
Industry Overviews
E-mail Marketing
Email marketing is email marketing is the process of managing lists, developing ad campaigns, creating promotional offers, broadcasting email messages, and tracking the results. Email marketing systems generally combine advanced message broadcast systems along with tracking systems that can monitor the reception, opening, and response to email messages that have been sent.
This figure shows an example email marketing process with some sample numbers. This example shows that email marketing is the process of managing lists, developing ad campaigns, creating promotional offers, broadcasting email messages, and tracking the results. This diagram shows an example of lists that cost 1 to 10 cents per name. Names in these lists are grouped to match specific marketing campaigns. These marketing campaigns have several promotional offers. The emails are broadcast and some of the emails are returned and 1% to 20% returns is typical. Of the emails that make it to the recipient, some of the emails are never opened. Of the 25% to 80% of the emails that are opened, approximately 2% to 10% click through to the specific product or service order.

Keyword advertising is a marketing process that uses key words that uses key words that potential customers enter into search engines to find product or service information. Keyword advertising is usually paid for by a fixed fee or bidding process. To Keyword advertise, a list of keywords is selected and associated with a URL and a short message to accompany the listing. When the search term(s) matches the keyword, the URL and the descriptive text are displayed. These listings are called sponsored listings.
This diagram shows the basic keyword advertising process. In this example, four companies have submitted ads to a search engines that match a keyword. When a Internet user enters a search word into the search engine, the search engine provides the user with a list of URLs found along with a list of sponsored ads. The sponsored ad presentation (impressions) is organized with the highest bid on top and ads with lower bids positioned lower on the screen.

This figure shows the basic operation of affiliate links. This example shows that affiliate links are provided to affiliate marketing partners and these links are inserted on pages that have a common interest with the affiliate's product. When visitors to the affiliate web sites click on the affiliate link, this link provides the web address of the destination page along with an affiliate ID code. When the destination page is accessed, the affiliate ID code is stored during the visitor's session. If the visitor purchases a product, the affiliate ID is stored along with the order information. This order information and affiliate commission table is used to calculate the commissions that are paid to the affiliate partner.

This figure shows the basic process of viral (referral) marketing. This diagram shows that viral marketing starts with a message that contains some valuable information element along with a referral message (viral message). The viral message is sent to people who have a likely interest in the information contained in the viral message. When people receive a viral marketing message, they are encouraged to forward the message to their friends. This example shows that it is likely that recipients will forward the message on to others who have an interest in the information. This multiplies the effect of the marketing campaign as many more people receive the message than was initially sent.

Quick Start- Some of the most popular terms and definitions:
Affiliate Marketing
Web Marketing Books | |
| 1. | Introduction to Internet Marketing-Search Engine Optimization, Keyword Advertising, Email Promotion, and Affiliate Programs |
| 2. | Introduction to Online Stores-How to Select and Setup and e-Commerce Store and Shopping Cart |
| 3. | Introduction to Search Engine Optimization-Meta Tags, Keywords, Links, and URL Submissions |
| 4. | Introduction to Email Marketing-How to get Lists, Create Ads, and Track Programs |
| 5. | Introduction to
Web Affiliate Marketing Finding Partners, Creating Links, and Tracking Commissions |
| 6. | Introduction to Keyword Advertising - Pay per Click Systems and Strategies |
| 7. | Introduction to Web Billing Systems - Self Ordering, Real Time Billing, and Fraud Control |
| 8. | Wireless Markup Language (WML)- Scripting and Programming using WML, cHTML, and xHTML |
| 9. | Introduction to Bluetooth- Technology, Market, Operation, Profiles, and Services |
| 10. | IP Telephony Basics - Technology, Operation, Economics, and Services |
Magazines & Newsletters | |
| • | Web Marketing Now |
| • | Web Seminarian |
| • | Web Pro News |
| • | Mobile Commerce |
| • | Internet Marketing Center |
| • | CommWeb |
| • | Web Marketing Today |
| • | BToBOnline |
| • | Web Marketing Ezine |
| • | TMCnet |
| • | Target Marketing Magazine |
| • | Information Today, Inc. |
Trade Shows | |
| • |
Streaming
Media East 2007 |
| • | IPTV
World Eastern Europe 2007 |
| • |
Wimax
Asia 2007
|
| • |
OPASTCO |
| • |
Interop
2007 Las Vegas |
| Anga
Cable |
|
|
Broadband
Wireless World 2007
|
|
|
Number: " & ObjError.Number & "
" Response.Write "Description: " & ObjError.Description & "
" Response.Write "Source: " & ObjError.Source & "
" Response.Write "SQLState: " & ObjError.SQLState & "
" Response.Write "NativeError: " & ObjError.NativeError & "
" cError = TRUE end if Next Set ObjError = nothing 'Clean up if cError then Response.Write "
There has been an error in connecting to the database. Please try again later.
" Response.End end if end if ' Set up sql statement sqlText = "SELECT Term, Definition FROM Definitions WHERE Term LIKE '%" ' Get the term entered by the user into the form varTerm = Request.Form("Term") ' Finish the sql statement with the term, (don't forget the ;) sqlText = sqlText & varTerm &"%';" 'DEBUG 'Response.Write sqlText ' Open the recordset RS.Open sqlText, Conn ' Check to see if we got any results from the query into the recordset if not RS.EOF then Response.Write "| Term | Defintion |
|---|---|
| " & RS("Term") & " | " Response.Write "" & RS("Definition") & " |
Thank you for using Althos to help satisfy your Information Needs.
" else ' Here is where we need to provide a form to allow the user to Response.Write "Term " & varTerm & " Not Found
" end if 'Clean up RecordSet RS.Close Set RS=nothing ' Clean up Database Connection Conn.Close Set Conn=nothing end if %>