WO2001039010A2 - Procede et dispositif destines a un programme d'affiliation de courrier electronique - Google Patents

Procede et dispositif destines a un programme d'affiliation de courrier electronique Download PDF

Info

Publication number
WO2001039010A2
WO2001039010A2 PCT/US2000/031836 US0031836W WO0139010A2 WO 2001039010 A2 WO2001039010 A2 WO 2001039010A2 US 0031836 W US0031836 W US 0031836W WO 0139010 A2 WO0139010 A2 WO 0139010A2
Authority
WO
WIPO (PCT)
Prior art keywords
mail
webmaster
subscriber
content
information
Prior art date
Application number
PCT/US2000/031836
Other languages
English (en)
Other versions
WO2001039010A3 (fr
WO2001039010A9 (fr
Inventor
John B. Ferber
Original Assignee
Advertising.Com
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Advertising.Com filed Critical Advertising.Com
Priority to AU17804/01A priority Critical patent/AU1780401A/en
Publication of WO2001039010A2 publication Critical patent/WO2001039010A2/fr
Publication of WO2001039010A3 publication Critical patent/WO2001039010A3/fr
Publication of WO2001039010A9 publication Critical patent/WO2001039010A9/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising

Definitions

  • This invention is drawn to an e-mail affiliate program and process for marketing purposes. It includes software for the implementation of a system to produce e-mail marketing lists. A preferred embodiment for these lists is to supply subscribers for Internet publications commonly known as "ezines".
  • the present invention is drawn to software that allows an enterprise to offer cash, prizes, or incentives to webmasters or consumers in exchange for their assistance in (i) accumulating subscribers or e-mail addresses and/or (ii) getting subscribers to view advertisements or to refer associates to the program.
  • the subscribers typically subscribed via their e-mail address
  • the subscribers may subscribe for content-based subscriptions/newsletters/alerts, marketing message only-based subscriptions/mailings, and incentive-based subscriptions where the subscriber mayreceive incentives, such as payment in cash, program points toward prizes, discounts on products or opportunities to win sweepstakes, in exchange for responding to future e-mails and other marketing messages or content delivered through internet-enabled channels.
  • the present invention includes: a) a sign-up means that allows webmasters or consumers to enter their information, including e-mail address, and the right to market to it, online through a web browser so that they can participate into the program; b) a set of instructions and computer coding into which the webmaster or participant must use as a method of which to promote the program , including prompting the user for an action, like entering information or clicking somewhere, before they are eligible; c) a statistical interface which provides the webmaster or participant with a way to see how many subscribers and/or referrals they have generatedand or what revenue/prizes/incentives they have accumulated to date (either instantly directly after the transaction, or at any time as a cumulative sum of all chance possibilities that have occurred in the past); and d) a software application which allows an administrator of the program to 1) view accounts of participants, 2) view number of participants, 3) edit information on participants, 4) keep track of subscriber and webmaster referral information, and 5) send e-mails to the subscribers and/or the participants.
  • the software allows a consumer to sign-up to subscribe for delivery of information or content such as ezines, newsletters, alerts or marketing messages with each such delivery to be sent to the subscriber's e-mail address. Consumers may subscribe for more than one offering (i.e., co-registration).
  • the e-mail delivery system of the present invention includes a system that consists of software and hardware allowing the owner of a mailing list the ability to e-mail out marketing messages to their subscribers and enable them to track the responses of those messages.
  • Tracking of responses includes: a) whether the subscriber received the e-mail, opened the e-mail, read the e-mail, how long they read the e-mail, did they perform any action inside of the e-mail such as fill in information, click on a hyperlink; b) the geographic location of the subscriber(s), area code, domain name, ISP, sex, marital status, occupation, etc...
  • this reporting can be in the form of individually reported data or group reported data; c) the ability to track subscribers over time in regards to all of the e-mails they have received, the ads they have received, the ads they have responded to, characteristics about that subscriber, including, but not limited to, observed behavior, demograhic and pyschographic data that is available on the subscriber; d) the ability to track on a timeline when any of the actions, such as opening, clicking, etc., occurred for the population sample mailed to; and e) the ability to send different messages to sample groups with the same info, decision which message is most effective, and send more of the better-performing message to the rest of the population with the same or similar demographics/details.
  • Figure 1 illustrates a basic network architecture for practicing the present invention.
  • Figure 2 illustrates a basic flow diagram for practicing the present invention.
  • the term "webmaster” refers to any entity, including an individual or publisher, who uses a website to deliver or generate new subscribers to a product or service.
  • a "participant” refers to any user of the present invention, including a webmaster or a subscriber.
  • click(s) refers to any measurable response from a consumer, including, but not limited to, selection by a mouse, rollerball, pointer, stylus, jog-dial, or any other user- selection device, and/or conversions or sales resulting therefrom.
  • Internet refers to any network of networks, whether wired or wireless, including WANs and global networks such as the ARPAnet-derived network commonly referred to as the Internet and the high- bandwidth Internet2.
  • Ad(s) and “advertisement(s)” refer to any creative or content produced, at least in part, for advertising purposes such as branding or the promotion of products or services.
  • e-mail refers to any messaging to a specific entity over an internet to an internet-enabled device, including, but not limited to, both ordinary SMTP-based POP3 and IMAP e-mail, instant messaging (IM), and short messaging service (SMS).
  • IM instant messaging
  • SMS short messaging service
  • e-mail address refers to any identifier of a participant that allows for delivery of messages and/or content to the participant's internet-enabled device, including, but not limited to, standard "name( ),domain.tld” e-mail addresses, IP addresses, and phone numbers.
  • the following is a rough schema of the tables required by an ezine database of the preferred embodiment. Although described below with reference to an ezine, the system is equally suited for delivery of any information or content requested by subscribers to any internet-enabled device, including, but not limited to, newsletters, marketing messages, alerts and other subscriber requested content.
  • the "basic" tables describe individual entities in the ezine system: users (subscribers and webmasters), ads, and the different ezines themselves. These tables do not rely on information from other tables, and so have unique primary (i.e., not composite) keys.
  • Ad Table Each row of this table describes one ad that can be inserted into an ezine issue Columns: • banner_id (primary key) // required, varchar (30) • banner_text // required, TEXT • banner_URL // required, varchar (80) • num_clicks // required, BIGINT DEFAULT 0 • num_impressions // required, BIGINT DEFAULT 0 • is_active // required, char(l) • entry_datetime // required, datetime
  • Advertiser Table Each row of this table describes one advertiser Columns: • system_account (primary key) // varchar ( 50 ) not null • advert iser_name (unique ) // varchar ( 50 ) , not null
  • Ad Campaign Table Each row of this table describes one advertiser campaign Columns: • campaign_id (primary key) // varchar (30) not null • system_account (unique) // varchar (50) not null, references system_account in advertiser table • banner_id // varchar (30) not null, references banner_id in ads table • num_clicks // bigint default 0 • num_impressions // bigint default 0 • start_datetime // datetime • end_datetime // datetime • comments // text • gross_payment // decimal (5, 2) • percent_done // int (3) • target_percent // int (3) • unit_difference // bigint • effective_CPM // bigint
  • Website Table Each row of this table describes a webmaster and a website (since a webmaster might own several different sites). Columns: • site_URL (primary key) //required, varchar (80) • site_name // required, varchar (80) • site_description // required, varchar (255) • account_number (foreign key) // required, varchar(80), references account_number field in webmaster table
  • Website Sign-up Field Table Each row of this table describes a sign-up field to be displayed to new subscribers when they are referred by the specified website. Columns: • site_URL (foreign key) // required, varchar (80), references site_URL field in website table • field_name (foreign key) // required, varchar (30), references field_name in signup field table • is_required // required -- is this subscriber required to fill in this field when they signup from this site, char(l), Y
  • Website Hosted Ezines Table Each row of this table describes one ezine that can be hosted by a given website when the website is being used by a webmaster to generate subscriptions. Columns: • ezine_code (foreign key) // required, char(2), references ezine_code in ezine table; • site_URL (foreign key) // required, varchar (80), references site_URL in signup field table
  • Ezine Subscribers Table Each row of this table describes one subscriber to a given ezine Columns: • email (foreign key) // required, varchar( ⁇ ), references email in user table • ezine_code (foreign key) // required, char (2), references ezine_code in ezine table • signup_datetime // required, datetime, when user signed up to receive this ezine • last_modified_timestamp // timestamp, this is the last time that the user modified their subscription to this ezine. Initially this is the same as signup_datetime .
  • Ezine Ad Stats Table Each row of this table describes one ad's impression and click statistics for a given ezine or individual mailing of an ezine. Columns: • banner_id (foreign key) // required, varchar(30), references banner_id in ad table • num_clicks // required, bigint, how many times this ad has been clicked from this ezine • position_in_ezine // required, int (3), position of ad in ezine • issue_id (foreign_key) // required, varchar (30) references issue_id in ezine_issue table
  • the software of the invention also provides various web interface tools for the ezine system, including those used by ezine administrators, webmasters, subscribers, including: • Ezine Content Creation This allows a list creator/moderator to submit content for a list. • Distribution Administration Allows ezine administrator to indicate start time for distribution of one or more ezines. Also allows administrator to cancel one or more distributions in progress. Administrator should be able to add or remove subscribers or webmasters, as needed. • Stats Viewer Allows ad server personnel to view/extract database stats about ads, lists, webmasters, individual ezines, or subscribers. • Subscriber Sign-up Allows subscribers to sign up for one or more ezines or other information they want.
  • the user enters their e-mail address and selects the ezines or other information they want.
  • a confirmation number is e-mailed to them, which they must use to confirm their sign-up. If possible, a cookie is put on their device at this point.
  • Subscriber Confirmation This is where the user confirms their sign-up for the selected ezines. They are optionally required to fill out a survey. Once completed, they are added to the mailing list for the desired ezines or other information.
  • Subscriber Ezine Change Allows subscribers to sign-up for new ezines or cancel subscription to ezines they're already receiving.
  • Webmaster Sign-up Allows webmasters to sign up, and indicate a referring (second-tier) webmaster.
  • the webmaster is required to fill out a survey of information.
  • Webmaster Stats/Admin Allows webmasters to view the stats for the number of subscribers and webmasters they've referred to the program (and the payout they'll receive). They can also change their account info and get the required HTML code to place on their webpages or get other information needed to refer subscribers.
  • Conversion utility Imports existing flat files into a database (i.e., MySQL or Oracle). These are a series of perl or other language scripts that process the various flat files, and write a handful of new flat files which contain the combined data. These new flat files can then be imported into the database via the LOAD or other command.
  • Bounce remover Removes undeliverable addresses from the database. To facilitate this, the present invention adds its own header to each e-mail sent: X-Sent-To: address@domain.com.
  • FIG. 1 illustrates a basic network architecture for practicing the present invention, wherein an ad server 110 supplies the needed software to webmaster servers 120 and subscriber devices 130, either directly or indirectly (i.e., via another webmaster server or subscriber device which already has downloaded the software) over internet 100.
  • the ad server 110 provides both an ad server database 112 and a referral/payout database 114.
  • the system also can include a separate list server 140, that maintains its own subscriber list database 142, and a separate content server 150.
  • Figure 2 illustrates a basic flow diagram for practicing the present invention.
  • An initial step 200 in the process is for webmasters to sign-up and download the software needed to practice the invention from an enabling entity such as an ad server.
  • This sign-up can be done in any suitable manner, but is preferably accomplished through use of a web-based sign- up form or page, wherein the webmaster provides the input required for the user table and the webmaster table, as described above. This input can also include any referring webmaster information.
  • this sign-up can be done in any suitable manner, but is preferably accomplished through use of a web-based sign-up form or page, wherein the consumer provides the input required for the confirmation table, user table, and subscriber table, as described above.
  • This input can also include any referring webmaster or referring subscriber information.
  • the webmasters and subscribers have the necessary software/code to refer, at 230, other webmasters and subscribers and this information is tracked by the ad server, at 250.
  • the information or content that the subscriber has opted-in to receive is e-mailed to the subscriber at 240, and the subscriber responses are tracked at 250.
  • the information collected is then used for purposes such as to calculate incentives and payouts for the program participants, at 260.
  • the ad server can analyze the collected information by categories/fields, including but not limited to, website, ezine, ad campaign, ad, ad position, subscriber (including demographics, etc.), time, etc. to improve the effectiveness of the marketing response.
  • categories/fields including but not limited to, website, ezine, ad campaign, ad, ad position, subscriber (including demographics, etc.), time, etc. to improve the effectiveness of the marketing response.
  • the present invention makes it easy to collect, manage, and communicate with consumers using e-mail and other forms of push-based messaging as the primary vehicle for communication of marketing content.
  • the present system makes it simple to offer bounties or other types of compensation to any participant interested in referring new users into the system as well as offer a multiple tier referral system so that those participants can refer others as well.
  • the present invention makes it possible to track the entire path of a communication and all of the actions inside of it for modeling, reporting, auditing and other analytical purposes.
  • the system also simplifies the process for generating custom marketing communications in large capacity.
  • the present invention simplifies the process of enabling the selection, insertion and delivery of marketing communications inside of the main communication layer and enables an administrator to easily administer all aspects of the software from an intuitive web based interface. As disclosed, it enables the systems to run self-sufficient and be monitored for maximum performance.
  • the present invention also enables the entire system to be scaleable.

Landscapes

  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

La présente invention a pour objet de faciliter la collecte et la gestion d'informations ainsi que la communication avec des utilisateurs utilisant le courrier électronique et d'autres formes de messagerie en tant que véhicule principal pour la communication de données mercatiques. Un logiciel facilite l'offre de primes ou d'autres types de récompense à chaque participant disposé à indiquer de nouveaux utilisateurs pour ce système, et met à disposition de ces participants un système de référence multiniveau leur permettant également d'indiquer d'autres personnes. La présente invention permet de suivre l'ensemble du trajet d'une communication et tous les événements qui s'y produisent en vue d'une modélisation et pour la réalisation d'autres objectifs analytiques. Elle simplifie le processus d'autorisation de la sélection, de l'insertion et de la distribution de communications mercatiques à l'intérieur de la couche de communication principale, et permet à un administrateur de gérer facilement tous les aspects du logiciel à partir d'une interface intuitive basée sur Internet.
PCT/US2000/031836 1999-11-20 2000-11-20 Procede et dispositif destines a un programme d'affiliation de courrier electronique WO2001039010A2 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU17804/01A AU1780401A (en) 1999-11-20 2000-11-20 Method and apparatus for an e-mail affiliate program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US16669099P 1999-11-20 1999-11-20
US60/166,690 1999-11-20

Publications (3)

Publication Number Publication Date
WO2001039010A2 true WO2001039010A2 (fr) 2001-05-31
WO2001039010A3 WO2001039010A3 (fr) 2002-05-10
WO2001039010A9 WO2001039010A9 (fr) 2002-11-21

Family

ID=22604318

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2000/031836 WO2001039010A2 (fr) 1999-11-20 2000-11-20 Procede et dispositif destines a un programme d'affiliation de courrier electronique

Country Status (2)

Country Link
AU (1) AU1780401A (fr)
WO (1) WO2001039010A2 (fr)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002054174A2 (fr) * 2001-01-02 2002-07-11 Tucciarone Joel D Systeme de messagerie electronique et procede d'utilisation
DE102004035550A1 (de) * 2004-07-22 2006-02-16 Siemens Ag Verfahren zum Betrieb eines Netzwerks
US7203684B2 (en) * 2003-10-07 2007-04-10 Google, Inc Serving content-targeted ADS in e-mail, such as e-mail newsletters
US7260783B1 (en) 2003-07-08 2007-08-21 Falk Esolutions Gmbh System and method for delivering targeted content

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5848396A (en) * 1996-04-26 1998-12-08 Freedom Of Information, Inc. Method and apparatus for determining behavioral profile of a computer user
WO1998058334A1 (fr) * 1997-06-16 1998-12-23 Doubleclick Inc. Procede et appareil de placement automatique de publicites
US5937392A (en) * 1997-07-28 1999-08-10 Switchboard Incorporated Banner advertising display system and method with frequency of advertisement control

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5848396A (en) * 1996-04-26 1998-12-08 Freedom Of Information, Inc. Method and apparatus for determining behavioral profile of a computer user
WO1998058334A1 (fr) * 1997-06-16 1998-12-23 Doubleclick Inc. Procede et appareil de placement automatique de publicites
US5937392A (en) * 1997-07-28 1999-08-10 Switchboard Incorporated Banner advertising display system and method with frequency of advertisement control

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
DR. RALPH F. WILSON: "Relationship E-Mail Marketing vs. Spam" INTERNET ARTICLE, [Online] no. 59, 1 August 1999 (1999-08-01), pages 1-5, XP002182554 Retrieved from the Internet: <URL:http://www.wilsonweb.com/wmta/email-r elationships.htm> [retrieved on 2001-11-12] *
KOHDA Y ET AL: "UBIQUITOUS ADVERTISING ON THE WWW: MERGING ADVERTISEMENT ON THE BROWSER" COMPUTER NETWORKS AND ISDN SYSTEMS, NORTH HOLLAND PUBLISHING. AMSTERDAM, NL, vol. 28, 1 May 1996 (1996-05-01), pages 1493-1499, XP002037594 ISSN: 0169-7552 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002054174A2 (fr) * 2001-01-02 2002-07-11 Tucciarone Joel D Systeme de messagerie electronique et procede d'utilisation
WO2002054174A3 (fr) * 2001-01-02 2002-11-28 Joel D Tucciarone Systeme de messagerie electronique et procede d'utilisation
US7260783B1 (en) 2003-07-08 2007-08-21 Falk Esolutions Gmbh System and method for delivering targeted content
US7203684B2 (en) * 2003-10-07 2007-04-10 Google, Inc Serving content-targeted ADS in e-mail, such as e-mail newsletters
DE102004035550A1 (de) * 2004-07-22 2006-02-16 Siemens Ag Verfahren zum Betrieb eines Netzwerks

Also Published As

Publication number Publication date
WO2001039010A3 (fr) 2002-05-10
WO2001039010A9 (fr) 2002-11-21
AU1780401A (en) 2001-06-04

Similar Documents

Publication Publication Date Title
US7184971B1 (en) Method and apparatus for an E-mail affiliate program
US11080760B2 (en) Method and system for providing network based target advertising and encapsulation
US8108253B2 (en) Identifying advertising specialist
CN102823225B (zh) 跟踪其它域上的社交网络系统的用户的活动的方法和系统
US8131585B2 (en) Method and system for providing network based target advertising
US20040044569A1 (en) Systems and method for providing targeted message in a media player
US20040054589A1 (en) Method and system for providing network based target advertising and encapsulation
US20120179536A1 (en) System and method for management and optimization of off-line advertising campaigns with a consumer call to action
US20040122735A1 (en) System, method and apparatus for an integrated marketing vehicle platform
US20130226707A1 (en) Systems and methods for interactively delivering advertisement units to a web browser
US20060293949A1 (en) Method and apparatus for generating targeted advertisements
JP2014160491A (ja) ソーシャルネットワークにおける広告のターゲット設定
US20070239538A1 (en) Incentivized relationship-data communication to select targeted content method and system
WO2002086677A2 (fr) Procede et systeme de simulation de la distribution de publicite ciblee
KR20120010098A (ko) 사용자 맞춤 광고 서비스를 제공하는 시스템 및 그 동작방법
US20070219867A1 (en) System and methodology for incentivizing purchasers and providing purchase price rewards
US20010039515A1 (en) System and method for payment for targeted messaging over a network
US20110270670A1 (en) Method and system for facilitating online advertising
US20190205927A1 (en) System and method for advertising and distributing messages
CN110232606A (zh) 一种利用趣味性和奖励来增加用户粘度的广告方法
KR20000024661A (ko) 고객관리데이터베이스와 이메일을 이용한 인터넷 광고효과 극대화 방법
KR20110127767A (ko) 온라인 뉴스 열람률 증진을 위한 인센티브 시스템 및 그 시스템을 이용한 온라인 뉴스 열람률 증진방법.
WO2001039010A2 (fr) Procede et dispositif destines a un programme d&#39;affiliation de courrier electronique
AU2009204280A1 (en) Self serve advertising system and method
KR20090074670A (ko) 복수개의 이종 광고매체 광고 중계처리 방법

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

AK Designated states

Kind code of ref document: C2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: C2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

122 Ep: pct application non-entry in european phase