Movatterモバイル変換


[0]ホーム

URL:


US20140100898A1 - Order Queue Management in Event Ticket Network Systems - Google Patents

Order Queue Management in Event Ticket Network Systems
Download PDF

Info

Publication number
US20140100898A1
US20140100898A1US14/101,126US201314101126AUS2014100898A1US 20140100898 A1US20140100898 A1US 20140100898A1US 201314101126 AUS201314101126 AUS 201314101126AUS 2014100898 A1US2014100898 A1US 2014100898A1
Authority
US
United States
Prior art keywords
event
tickets
user
request
purchase
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US14/101,126
Inventor
Tilmann Bruckhaus
James A. Scheinblum
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Eventbrite Inc
Original Assignee
Eventbrite Inc
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 Eventbrite IncfiledCriticalEventbrite Inc
Priority to US14/101,126priorityCriticalpatent/US20140100898A1/en
Publication of US20140100898A1publicationCriticalpatent/US20140100898A1/en
Assigned to EVENTBRITE, INC.reassignmentEVENTBRITE, INC.ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: BRUCKHAUS, TILMANN, SCHEINBLUM, JAMES A.
Assigned to VENTURE LENDING & LEASING VII, INC., VENTURE LENDING & LEASING VIII, INC.reassignmentVENTURE LENDING & LEASING VII, INC.SECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: EVENTBRITE, INC.
Assigned to VENTURE LENDING & LEASING VIII, INC.reassignmentVENTURE LENDING & LEASING VIII, INC.SECURITY INTEREST (SEE DOCUMENT FOR DETAILS).Assignors: EVENTBRITE, INC.
Assigned to EVENTBRITE, INC.reassignmentEVENTBRITE, INC.RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS).Assignors: VENTURE LENDING & LEASING VII, INC., VENTURE LENDING & LEASING VIII, INC.
Abandonedlegal-statusCriticalCurrent

Links

Images

Classifications

Definitions

Landscapes

Abstract

In particular embodiments, a method includes receiving a request to purchase tickets for an event from a user, and associating the request with a queue workflow or a termination workflow based on an application of a probabilistic model, where the inputs to the probabilistic model may include the number of tickets requested by the user, the total number of tickets that other users are requesting to purchase, and the current number of tickets available for the event.

Description

Claims (18)

What is claimed is:
1. A method comprising, by one or more processors associated with one or more computing devices:
receiving, by one or more of the processors, a first request to purchase a first number of tickets for an event from a first user;
determining, by one or more of the processors, an order success probability for purchasing the first number of tickets for the event using a probabilistic model; and
allowing, by one or more of the processors, the first user to purchase the first number of tickets if the order success probability is above a threshold probability.
2. The method ofclaim 1, wherein allowing the first user to purchase the first number of tickets if the order success probability is above the threshold probability comprises associating the first request with a queue workflow.
3. The method ofclaim 1, further comprising:
not allowing the first user to purchase the first number of tickets if the order success probability is below the threshold probability.
4. The method ofclaim 3, wherein not allowing the first user to purchase the first number of tickets if the order success probability is below the threshold probability comprises associating the first request with a termination workflow.
5. The method ofclaim 1, wherein the inputs to the probabilistic model comprise:
the first number of tickets (n1);
a total number of tickets for the event that r second requests from r second users, respectively, are requesting to purchase; and
a current number of tickets available for the event (T).
6. The method ofclaim 5, further comprising:
if the probabilistic model returns a likelihood of success for purchasing n1 tickets above the threshold probability, then associating the first request with the queue workflow;
else associating the first request with the termination workflow.
7. The method ofclaim 1, wherein if a number of open in-process workflows is greater than zero, then associating the first request with an open in-process workflow.
8. The method ofclaim 7, wherein the number of open in-process workflows is equal to a process limit minus a number of second requests associated with an in-process workflow.
9. The method ofclaim 7, further comprising:
if associating the first request with the in-process workflow, then decrementing the number of open in-process workflows.
10. The method ofclaim 7, further comprising:
if associating the first request to the in-process workflow, then transmitting ticket purchase information to the first user.
11. The method ofclaim 1, further comprising:
accessing r second requests from r second users, respectively, wherein each second request is to purchase n2 tickets for the event and each second request is associated with an in-process workflow or a queue workflow;
determining a second order success probability (p2) for each second request; and
wherein allowing the first user to purchase the first number of tickets if the order success probability is above the threshold probability comprises allowing the first user to purchase the first number of tickets if
(i=0irp2i·n2i)+(p1·n1)T+ɛ,
and wherein:
n1 is the first number of tickets;
p1 is order success probability for purchasing the first number of tickets;
T is a current number of tickets available for the event; and
ε is a user-defined threshold.
12. The method ofclaim 11, further comprising:
not allowing the first user to purchase the first number of tickets if
(i=0irp2i·n2i)+(p1·n1)>T+ɛ.
13. The method ofclaim 11, further comprising:
periodically updating one or more of the current number of tickets available for the event, the number of open in-process workflows, the first order success probability, or the second order success probability.
14. The method ofclaim 11, wherein the second order success probability for each second request is based on a duration that the second request has been associated with the in-process workflow or the queue workflow.
15. The method ofclaim 14, wherein the second order success probability for each second request is further based on one or more of an event information for the event or an user information for the second user corresponding to the second request.
16. The method ofclaim 11, wherein p2i=1−exp(−λ·ti), wherein tiis a duration that the second request has been associated with the queue workflow.
17. An apparatus comprising: one or more processors; and a memory coupled to the processors comprising instructions executable by the processors, the processors operable when executing the instructions to:
receive a first request to purchase a first number of tickets for an event from a first user;
determine an order success probability for purchasing the first number of tickets for the event using a probabilistic model; and
allow the first user to purchase the first number of tickets if the order success probability is above a threshold probability.
18. One or more computer-readable non-transitory storage media embodying software that is operable when executed to:
receive a first request to purchase a first number of tickets for an event from a first user;
determine an order success probability for purchasing the first number of tickets for the event using a probabilistic model; and
allow the first user to purchase the first number of tickets if the order success probability is above a threshold probability.
US14/101,1262011-12-142013-12-09Order Queue Management in Event Ticket Network SystemsAbandonedUS20140100898A1 (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
US14/101,126US20140100898A1 (en)2011-12-142013-12-09Order Queue Management in Event Ticket Network Systems

Applications Claiming Priority (2)

Application NumberPriority DateFiling DateTitle
US13/325,771US8606644B1 (en)2011-12-142011-12-14Order queue management in event ticket network systems
US14/101,126US20140100898A1 (en)2011-12-142013-12-09Order Queue Management in Event Ticket Network Systems

Related Parent Applications (1)

Application NumberTitlePriority DateFiling Date
US13/325,771ContinuationUS8606644B1 (en)2011-12-142011-12-14Order queue management in event ticket network systems

Publications (1)

Publication NumberPublication Date
US20140100898A1true US20140100898A1 (en)2014-04-10

Family

ID=49681643

Family Applications (2)

Application NumberTitlePriority DateFiling Date
US13/325,771Active2032-01-17US8606644B1 (en)2011-12-142011-12-14Order queue management in event ticket network systems
US14/101,126AbandonedUS20140100898A1 (en)2011-12-142013-12-09Order Queue Management in Event Ticket Network Systems

Family Applications Before (1)

Application NumberTitlePriority DateFiling Date
US13/325,771Active2032-01-17US8606644B1 (en)2011-12-142011-12-14Order queue management in event ticket network systems

Country Status (1)

CountryLink
US (2)US8606644B1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9659102B1 (en)*2014-07-112017-05-23ProSports Technologies, LLCEvent application
US20170205792A1 (en)*2016-01-142017-07-20Rockwell Automation Technologies, Inc.Presentation of graphical visualizations and control mechanisms in-line with programming logic
US9870585B2 (en)2014-07-112018-01-16ProSports Technologies, LLCInteractive seat beacon with customization
CN108053278A (en)*2017-12-082018-05-18中铁程科技有限责任公司Ticket processing method and system, computer readable storage medium
CN110175880A (en)*2019-04-022019-08-27阿里巴巴集团控股有限公司Commodity purchasing method and device
US20210157631A1 (en)*2019-11-252021-05-27Live Nation Entertainment, Inc.Automated queue shutdown for efficient resource management
US11853923B2 (en)2020-08-062023-12-26Vigilante Strategy LLCMethod for controlling remote system settings using cloud-based control platform

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9608929B2 (en)*2005-03-222017-03-28Live Nation Entertainment, Inc.System and method for dynamic queue management using queue protocols
US8756178B1 (en)*2011-10-212014-06-17Eventbrite, Inc.Automatic event categorization for event ticket network systems
US9049105B1 (en)*2012-05-112015-06-02Amazon Technologies, Inc.Systems and methods for tracking and managing event records associated with network incidents
US9910874B1 (en)*2013-06-282018-03-06Emc CorporationScalable alerter for security information and event management
US20170153708A1 (en)*2015-11-292017-06-01Tusher ChakrabortySecured and Noise-suppressed Multidirectional Gesture Recognition
US10909479B2 (en)*2016-02-122021-02-02David Harris WaltersPersonalized multimedia autographing system
CN107302488B (en)*2016-04-142021-07-09创新先进技术有限公司Virtual article distribution method, system and server
US11416912B2 (en)*2016-05-132022-08-16Digital River, Inc.High volume transaction queueing with machine learning
US20180053260A1 (en)*2016-08-162018-02-22Samuel Richard BarlowDigital method for facilitating the organisation ofan event or project
CN118940870A (en)*2017-09-142024-11-12亚当·J·爱泼斯坦 Multi-venue automation
US12190669B2 (en)2017-09-142025-01-07Adam J. EpsteinMulti-activity venue automation
US11301787B1 (en)*2020-08-102022-04-12Fanimal, Inc.Computer mediated transaction commit system
US11893613B2 (en)*2020-12-232024-02-06Shopify Inc.Systems, manufacture, and methods for controlling access to resources

Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20070124259A1 (en)*2005-03-222007-05-31Adam SussmanComputer-implemented systems and methods for resource allocation
US20120330697A1 (en)*2007-09-042012-12-27Ticketmaster LlcMethods and systems for validating real time network communications

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20070124259A1 (en)*2005-03-222007-05-31Adam SussmanComputer-implemented systems and methods for resource allocation
US20120330697A1 (en)*2007-09-042012-12-27Ticketmaster LlcMethods and systems for validating real time network communications

Cited By (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US9659102B1 (en)*2014-07-112017-05-23ProSports Technologies, LLCEvent application
US9870585B2 (en)2014-07-112018-01-16ProSports Technologies, LLCInteractive seat beacon with customization
US20170205792A1 (en)*2016-01-142017-07-20Rockwell Automation Technologies, Inc.Presentation of graphical visualizations and control mechanisms in-line with programming logic
CN108053278A (en)*2017-12-082018-05-18中铁程科技有限责任公司Ticket processing method and system, computer readable storage medium
CN110175880A (en)*2019-04-022019-08-27阿里巴巴集团控股有限公司Commodity purchasing method and device
US20210157631A1 (en)*2019-11-252021-05-27Live Nation Entertainment, Inc.Automated queue shutdown for efficient resource management
US12299475B2 (en)*2019-11-252025-05-13Live Nation Entertainment, Inc.Automated queue shutdown for efficient resource management
US11853923B2 (en)2020-08-062023-12-26Vigilante Strategy LLCMethod for controlling remote system settings using cloud-based control platform

Also Published As

Publication numberPublication date
US8606644B1 (en)2013-12-10

Similar Documents

PublicationPublication DateTitle
US8606644B1 (en)Order queue management in event ticket network systems
US8812525B1 (en)Local SQL files for mobile clients
US11182844B2 (en)Virtual resource transfer method, client device, application server, and system
US10204374B1 (en)Parallel fraud check
US10462138B2 (en)Application programming interface access controls
US9064212B2 (en)Automatic event categorization for event ticket network systems
US20140039945A1 (en)Customized Check-in for Event Ticket Network Systems
US20130339186A1 (en)Identifying Fraudulent Users Based on Relational Information
CN110869962A (en)Data collation based on computer analysis of data
US9684914B1 (en)Techniques for real-time dynamic pricing
US11783393B2 (en)Optimization of data queue priority for reducing network data load speeds
US12086800B2 (en)Performing entity actions using email interfaces
US8666829B1 (en)Detecting fraudulent event listings
US20150095247A1 (en)Classifying Fraud on Event Management Systems
JP6527282B1 (en) INFORMATION PROCESSING METHOD, INFORMATION PROCESSING DEVICE, AND INFORMATION PROCESSING PROGRAM
US10733018B2 (en)Systems and methods for providing services in a stateless application framework
US8844031B1 (en)Detecting spam events in event management systems
WO2016038592A1 (en)System, apparatus and method for access and authorization control
US12050897B2 (en)Controlled rollouts for frontend assets
US20250265369A1 (en)Computer interfaces and techniques for protecting sensitive data
US20160012521A1 (en)System and Method for Online Bidding
US20150088729A1 (en)Online property reservation service provider for reserving properties for lease
JP2021056952A (en)Information processing method, information processing device, and information processing program
US11468081B2 (en)System and method for enhanced transaction utility
US20210056615A1 (en)Enhanced shopping using mobile devices and micro-location data for in-store item pick-up by a trusted contact

Legal Events

DateCodeTitleDescription
ASAssignment

Owner name:EVENTBRITE, INC., CALIFORNIA

Free format text:ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:BRUCKHAUS, TILMANN;SCHEINBLUM, JAMES A.;SIGNING DATES FROM 20111209 TO 20111213;REEL/FRAME:035413/0340

STCBInformation on status: application discontinuation

Free format text:ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

ASAssignment

Owner name:VENTURE LENDING & LEASING VII, INC., CALIFORNIA

Free format text:SECURITY INTEREST;ASSIGNOR:EVENTBRITE, INC.;REEL/FRAME:042926/0727

Effective date:20170630

Owner name:VENTURE LENDING & LEASING VIII, INC., CALIFORNIA

Free format text:SECURITY INTEREST;ASSIGNOR:EVENTBRITE, INC.;REEL/FRAME:042926/0727

Effective date:20170630

ASAssignment

Owner name:VENTURE LENDING & LEASING VIII, INC., CALIFORNIA

Free format text:SECURITY INTEREST;ASSIGNOR:EVENTBRITE, INC.;REEL/FRAME:046251/0072

Effective date:20180529

ASAssignment

Owner name:EVENTBRITE, INC., CALIFORNIA

Free format text:RELEASE BY SECURED PARTY;ASSIGNORS:VENTURE LENDING & LEASING VII, INC.;VENTURE LENDING & LEASING VIII, INC.;REEL/FRAME:046976/0248

Effective date:20180925


[8]ページ先頭

©2009-2025 Movatter.jp