WO2004079551A2 - Associating website clicks with links on a web page - Google Patents
Associating website clicks with links on a web page Download PDFInfo
- Publication number
- WO2004079551A2 WO2004079551A2 PCT/US2004/006898 US2004006898W WO2004079551A2 WO 2004079551 A2 WO2004079551 A2 WO 2004079551A2 US 2004006898 W US2004006898 W US 2004006898W WO 2004079551 A2 WO2004079551 A2 WO 2004079551A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- identifying indicia
- additional identifying
- web page
- user
- identifier
- Prior art date
Links
- 230000000007 visual effect Effects 0.000 claims abstract description 23
- 230000009471 action Effects 0.000 claims description 49
- 238000000034 method Methods 0.000 claims description 46
- 238000004590 computer program Methods 0.000 claims description 27
- 230000004913 activation Effects 0.000 claims description 16
- 238000001994 activation Methods 0.000 claims description 16
- 238000004891 communication Methods 0.000 claims description 11
- 238000013480 data collection Methods 0.000 description 25
- 230000000694 effects Effects 0.000 description 7
- 230000006870 function Effects 0.000 description 6
- 230000004044 response Effects 0.000 description 6
- 238000004458 analytical method Methods 0.000 description 5
- 238000010586 diagram Methods 0.000 description 5
- 230000003993 interaction Effects 0.000 description 4
- 230000007246 mechanism Effects 0.000 description 4
- 230000015654 memory Effects 0.000 description 4
- 230000005540 biological transmission Effects 0.000 description 3
- 238000004422 calculation algorithm Methods 0.000 description 3
- 230000003111 delayed effect Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 238000009877 rendering Methods 0.000 description 3
- 238000013459 approach Methods 0.000 description 2
- 230000006399 behavior Effects 0.000 description 2
- 235000014510 cooky Nutrition 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000012545 processing Methods 0.000 description 2
- 230000003068 static effect Effects 0.000 description 2
- 238000007619 statistical method Methods 0.000 description 2
- 230000008901 benefit Effects 0.000 description 1
- 239000003086 colorant Substances 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000001514 detection method Methods 0.000 description 1
- 239000000126 substance Substances 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION 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/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
Definitions
- the present invention is related to tracking website usage, and more particularly to accurately identifying and associating objects activated by a user during the course of navigating a website.
- website usage and other customer behavior may be tracked by a website server, or by another server such as a data collection server (also known as a data collector), which may be remotely located.
- the data collection server is notified of activity on a website so that it can monitor and track the activity.
- One method of achieving this notification is through the use of a request for embedded content.
- Embedded content is part of a web page, such as an image, that is requested as a separate file from the file containing the web page.
- the separate file may be requested from the website server or from a remote server, such as a remote content server or data collection server.
- a remote server such as a remote content server or data collection server.
- the website server sends the web page file to the user's client.
- the client such as a web browser, then attempts to render the file as a viewable web page.
- the client may find a reference to a separate file located on the website server or a remote server. After the content is located and sent to the client, the client renders the separate file containing the embedded content along with the original web page.
- a web beacon (also known as a web bug) is a particular type of embedded content where the content itself is irrelevant, but the request for content carries useful information.
- a web beacon is often a transparent image having very small dimensions, such as 1 pixel by 1 pixel. This image is small enough to be invisible to the user.
- the web beacon causes the client to send a resource request to a server such as a data collection server.
- the web beacon may include a script (or other code) that causes the client to include, in the resource request, additional information about the user and the user's environment.
- the additional information can include the data from a cookie, or other information about the client's operating environment or status.
- the data collection server may, in response to the request, cause the client to set an additional cookie for identification for tracking purposes.
- the web beacon request can be used to indicate to a data collection server that a particular web page is being rendered.
- HTML Hypertext Markup Language
- the term "ad.datacollectionserver.com” refers to the address of the data collection server.
- Another common method of including the request is to use a scripting language such as JavaScript so as to cause the browser to dynamically generate a request to the data collection server.
- a scripting language such as JavaScript
- One advantage of using a script instead of a static image tag is that the script can cause the browser to perform other functions including gathering additional data and sending it along with the request.
- the result is a request sent to the data collection server upon the occurrence of an event, such as the loading and rendering of a web page.
- the data collection server can perform various types of tracking functions. For example, the data collection server can count the number of requests associated with a web page so as to monitor traffic on the web page. By counting the number of times the web beacon element has been requested from the data collection server, the server can determine the number of times a particular page was viewed. By using JavaScript to dynamically construct the request for the web beacon and encode additional information, other identifying information can be obtained for further analysis.
- Other types of website usage tracking are also well known, such as for example log file analysis. In such an approach, statistical analysis is performed on server logs in order to detect and analyze website traffic, and usage patterns.
- Such information is useful in many ways, including for example collecting feedback that leads to improved web page design; determining the effect of various degrees of prominence of links and graphic elements on web pages; and the like.
- What is needed, then, is a method and system for reliably and accurately tracking the actual links a user clicks on (and other objects the user activates) during the course of navigating a site.
- What is further needed is a mechanism for automatically and uniquely identifying links on a page so that the user's interactions with the links can be accurately tracked.
- a mechanism for accurately reporting web page object usage statistics What is further needed is a improved report format that visually depicts web page object usage statistics.
- Fig. 1 is a block diagram depicting a system for website traffic data collection.
- Links may optionally be tagged with a unique "name". In this case, in one embodiment, neither the OBJECT ID nor the search factor is employed, but rather only the page name and link name are used to make the association.
- Object IDs are not present (for example, if browser 110 does not generate Object IDs), objects are matched using whatever identifying indicia are available, such as action and TYPE.
- the values stored in log 108 can then be used to generate reports indicating statistics summarizing historical website usage.
- One example of a type of report that can be generated is a representation of a web page wherein visual indicators of usage are superimposed. For example, the report can depict links on a web page colored with different color densities and/ or hues to indicate relative frequency with which the links have been activated.
- Object 401 A has an OBJECT ID of 1 and an action of http://www.one.com.
- Object 401B has an OBJECT ID of 2 and an action of http://www.two.com.
- Object 401C has an OBJECT ID of 3 and an action of http://www.three.com.
- Web page 202 has a Page ID of "Page A”.
- report 201 is shown alongside an image of the web page 102 being analyzed.
- report 201 is provided to a site administrator or owner interacting with data collection server 106.
- report 201 includes identification 202 of the website and web page being analyzed; report date 203; report options and settings 204; page metrics 205; and links 206 to related reports.
- variable levels and shades of color density are superimposed on the displayed view of web page 102, in order to visually represent the relative number of clicks each item 208 or screen region has received.
- Color key 207 is a legend to indicate the meaning of various superimposed colors.
- Such a computer program may be stored in a computer readable storage medium, such as, but is not- limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
- a computer readable storage medium such as, but is not- limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
Landscapes
- Business, Economics & Management (AREA)
- Engineering & Computer Science (AREA)
- Accounting & Taxation (AREA)
- Development Economics (AREA)
- Strategic Management (AREA)
- Finance (AREA)
- Game Theory and Decision Science (AREA)
- Entrepreneurship & Innovation (AREA)
- Economics (AREA)
- Marketing (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CA002518109A CA2518109A1 (en) | 2003-03-04 | 2004-03-04 | Associating website clicks with links on a web page |
JP2006509207A JP4633049B2 (en) | 2003-03-04 | 2004-03-04 | Associating a website click with a link on a web page |
AU2004217115A AU2004217115C1 (en) | 2003-03-04 | 2004-03-04 | Associating website clicks with links on a web page |
EP04717485A EP1604349A4 (en) | 2003-03-04 | 2004-03-04 | Associating website clicks with links on a web page |
Applications Claiming Priority (8)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US45208503P | 2003-03-04 | 2003-03-04 | |
US45208403P | 2003-03-04 | 2003-03-04 | |
US60/452,085 | 2003-03-04 | ||
US60/452,084 | 2003-03-04 | ||
US10/794,809 US7441195B2 (en) | 2003-03-04 | 2004-03-03 | Associating website clicks with links on a web page |
US10/794,809 | 2004-03-03 | ||
US10/795,079 | 2004-03-03 | ||
US10/795,079 US20050216844A1 (en) | 2004-03-03 | 2004-03-03 | Delayed transmission of website usage data |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2004079551A2 true WO2004079551A2 (en) | 2004-09-16 |
WO2004079551A3 WO2004079551A3 (en) | 2005-04-07 |
Family
ID=32966714
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2004/006696 WO2004079544A2 (en) | 2003-03-04 | 2004-03-04 | Delayed transmission of website usage data |
PCT/US2004/006898 WO2004079551A2 (en) | 2003-03-04 | 2004-03-04 | Associating website clicks with links on a web page |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/US2004/006696 WO2004079544A2 (en) | 2003-03-04 | 2004-03-04 | Delayed transmission of website usage data |
Country Status (5)
Country | Link |
---|---|
EP (1) | EP1604349A4 (en) |
JP (1) | JP4633049B2 (en) |
AU (1) | AU2004217115C1 (en) |
CA (1) | CA2518109A1 (en) |
WO (2) | WO2004079544A2 (en) |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007109137A (en) * | 2005-10-17 | 2007-04-26 | Kan:Kk | Portable telephone access identification system, web server, and control method for web server |
EP1894081A2 (en) * | 2005-06-06 | 2008-03-05 | Omniture, Inc. | Web usage overlays for third-party web plug-in content |
EP2415009A4 (en) * | 2009-04-01 | 2012-02-08 | Douglas J Honnold | Determining projection weights based on census data |
US8234370B2 (en) | 2009-06-30 | 2012-07-31 | International Business Machines Corporation | Determining web analytics information |
US8396742B1 (en) | 2008-12-05 | 2013-03-12 | Covario, Inc. | System and method for optimizing paid search advertising campaigns based on natural search traffic |
US8473495B2 (en) | 2006-08-25 | 2013-06-25 | Covario, Inc. | Centralized web-based software solution for search engine optimization |
US8756340B2 (en) | 2007-12-20 | 2014-06-17 | Yahoo! Inc. | DNS wildcard beaconing to determine client location and resolver load for global traffic load balancing |
US8838560B2 (en) | 2006-08-25 | 2014-09-16 | Covario, Inc. | System and method for measuring the effectiveness of an on-line advertisement campaign |
US8943039B1 (en) | 2006-08-25 | 2015-01-27 | Riosoft Holdings, Inc. | Centralized web-based software solution for search engine optimization |
US8972379B1 (en) | 2006-08-25 | 2015-03-03 | Riosoft Holdings, Inc. | Centralized web-based software solution for search engine optimization |
US9021140B2 (en) | 2007-03-12 | 2015-04-28 | Citrix Systems, Inc. | Systems and methods for error detection |
US9231815B2 (en) | 2007-03-12 | 2016-01-05 | Citrix Systems, Inc. | Systems and methods for script injection |
US9262770B2 (en) | 2009-10-06 | 2016-02-16 | Brightedge Technologies, Inc. | Correlating web page visits and conversions with external references |
WO2017078705A1 (en) * | 2015-11-04 | 2017-05-11 | Observepoint, Inc. | Automatic execution of objects in a user interface |
US10360133B2 (en) | 2016-02-04 | 2019-07-23 | Observepoint Inc. | Analyzing analytic element network traffic |
US10826802B2 (en) | 2016-02-09 | 2020-11-03 | Observepoint, Inc. | Managing network communication protocols |
USRE48437E1 (en) | 2008-06-09 | 2021-02-16 | Brightedge Technologies, Inc. | Collecting and scoring online references |
Families Citing this family (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7240112B2 (en) | 2000-05-26 | 2007-07-03 | Ipass Inc. | Service quality monitoring process |
US7519695B2 (en) | 2000-05-26 | 2009-04-14 | Ipass Inc. | Service quality monitoring process |
FR2911740B1 (en) * | 2007-01-18 | 2009-04-24 | Mediametrie Sa | METHOD FOR AUDIENCE MEASUREMENT OF A PLURALITY OF MULTIMEDIA STREAM SOURCES AND AUDIENCE MEASURING SYSTEM USING THE METHOD |
EP2199969A1 (en) * | 2008-12-18 | 2010-06-23 | Adtraction Marketing AB | Method to track number of visitors or clicks |
US8849847B2 (en) | 2010-02-03 | 2014-09-30 | Get Smart Content, Inc. | Rules-based targeted content message serving systems and methods |
US8560610B2 (en) * | 2010-06-16 | 2013-10-15 | Brighttag Inc. | Unified collection and distribution of data |
CN103026350B (en) | 2010-07-21 | 2016-02-10 | 英派尔科技开发有限公司 | Server-client system, messaging device and method |
JP2013235541A (en) * | 2012-05-11 | 2013-11-21 | Bank Of Tokyo-Mitsubishi Ufj Ltd | Web system |
US11379776B2 (en) * | 2015-07-27 | 2022-07-05 | Innovian Corporation | System and method for validating data |
US10977597B2 (en) * | 2015-07-27 | 2021-04-13 | Innovian Corporation | System and method for validating data |
US11132113B1 (en) * | 2020-07-23 | 2021-09-28 | Microsoft Technology Licensing, Llc | Interaction signal processing in distributed computing systems |
Family Cites Families (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5758257A (en) * | 1994-11-29 | 1998-05-26 | Herz; Frederick | System and method for scheduling broadcast of and access to video programs and other data using customer profiles |
US6643696B2 (en) * | 1997-03-21 | 2003-11-04 | Owen Davis | Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database |
US5796952A (en) * | 1997-03-21 | 1998-08-18 | Dot Com Development, Inc. | Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database |
US6266649B1 (en) * | 1998-09-18 | 2001-07-24 | Amazon.Com, Inc. | Collaborative recommendations using item-to-item similarity mappings |
US6466970B1 (en) * | 1999-01-27 | 2002-10-15 | International Business Machines Corporation | System and method for collecting and analyzing information about content requested in a network (World Wide Web) environment |
EP1080427A1 (en) * | 1999-03-26 | 2001-03-07 | Targetmatch Ltd. | Multi-lingual on-line object matching |
US6489968B1 (en) * | 1999-11-18 | 2002-12-03 | Amazon.Com, Inc. | System and method for exposing popular categories of browse tree |
US6848075B1 (en) * | 2000-02-10 | 2005-01-25 | International Business Machines Corporation | Internet web browser with memory enhanced hyperlink display |
US6850988B1 (en) * | 2000-09-15 | 2005-02-01 | Oracle International Corporation | System and method for dynamically evaluating an electronic commerce business model through click stream analysis |
JP2002183155A (en) * | 2000-12-08 | 2002-06-28 | Sony Corp | Communication system, data gathering and distributing system, and storage medium stored with data gathering and distributing program |
US20020087621A1 (en) * | 2000-12-29 | 2002-07-04 | Hendriks Chris L. | Method and system to manage internet user navigation data |
JP2002207764A (en) * | 2001-01-09 | 2002-07-26 | Kentop:Kk | Commodity information distributing system |
US20020093529A1 (en) * | 2001-01-18 | 2002-07-18 | Raja Daoud | Method and apparatus to optimize a computing session based on user interaction with a computer |
-
2004
- 2004-03-04 AU AU2004217115A patent/AU2004217115C1/en not_active Ceased
- 2004-03-04 WO PCT/US2004/006696 patent/WO2004079544A2/en active Application Filing
- 2004-03-04 JP JP2006509207A patent/JP4633049B2/en not_active Expired - Fee Related
- 2004-03-04 EP EP04717485A patent/EP1604349A4/en not_active Withdrawn
- 2004-03-04 CA CA002518109A patent/CA2518109A1/en not_active Abandoned
- 2004-03-04 WO PCT/US2004/006898 patent/WO2004079551A2/en active Application Filing
Non-Patent Citations (2)
Title |
---|
None |
See also references of EP1604349A4 |
Cited By (24)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1894081A4 (en) * | 2005-06-06 | 2010-03-24 | Omniture Inc | Web usage overlays for third-party web plug-in content |
EP1894081A2 (en) * | 2005-06-06 | 2008-03-05 | Omniture, Inc. | Web usage overlays for third-party web plug-in content |
JP2008546103A (en) * | 2005-06-06 | 2008-12-18 | オムニチャー, インク. | Web usage overlay for third-party web plug-in content |
JP2007109137A (en) * | 2005-10-17 | 2007-04-26 | Kan:Kk | Portable telephone access identification system, web server, and control method for web server |
US8473495B2 (en) | 2006-08-25 | 2013-06-25 | Covario, Inc. | Centralized web-based software solution for search engine optimization |
US8838560B2 (en) | 2006-08-25 | 2014-09-16 | Covario, Inc. | System and method for measuring the effectiveness of an on-line advertisement campaign |
US8943039B1 (en) | 2006-08-25 | 2015-01-27 | Riosoft Holdings, Inc. | Centralized web-based software solution for search engine optimization |
US8972379B1 (en) | 2006-08-25 | 2015-03-03 | Riosoft Holdings, Inc. | Centralized web-based software solution for search engine optimization |
US9021140B2 (en) | 2007-03-12 | 2015-04-28 | Citrix Systems, Inc. | Systems and methods for error detection |
US9231815B2 (en) | 2007-03-12 | 2016-01-05 | Citrix Systems, Inc. | Systems and methods for script injection |
US9577919B2 (en) | 2007-12-20 | 2017-02-21 | Yahoo! Inc. | DNS wildcard beaconing |
US8756340B2 (en) | 2007-12-20 | 2014-06-17 | Yahoo! Inc. | DNS wildcard beaconing to determine client location and resolver load for global traffic load balancing |
USRE48437E1 (en) | 2008-06-09 | 2021-02-16 | Brightedge Technologies, Inc. | Collecting and scoring online references |
US8396742B1 (en) | 2008-12-05 | 2013-03-12 | Covario, Inc. | System and method for optimizing paid search advertising campaigns based on natural search traffic |
US8706548B1 (en) | 2008-12-05 | 2014-04-22 | Covario, Inc. | System and method for optimizing paid search advertising campaigns based on natural search traffic |
EP2415009A4 (en) * | 2009-04-01 | 2012-02-08 | Douglas J Honnold | Determining projection weights based on census data |
US8234370B2 (en) | 2009-06-30 | 2012-07-31 | International Business Machines Corporation | Determining web analytics information |
US9262770B2 (en) | 2009-10-06 | 2016-02-16 | Brightedge Technologies, Inc. | Correlating web page visits and conversions with external references |
WO2017078705A1 (en) * | 2015-11-04 | 2017-05-11 | Observepoint, Inc. | Automatic execution of objects in a user interface |
GB2562910A (en) * | 2015-11-04 | 2018-11-28 | Observepoint Inc | Automatic execution of objects in a user interface |
US10210001B2 (en) | 2015-11-04 | 2019-02-19 | Observepoint, Inc. | Automatic execution of objects in a user interface |
GB2562910B (en) * | 2015-11-04 | 2021-04-28 | Observepoint Inc | Automatic execution of objects in a user interface |
US10360133B2 (en) | 2016-02-04 | 2019-07-23 | Observepoint Inc. | Analyzing analytic element network traffic |
US10826802B2 (en) | 2016-02-09 | 2020-11-03 | Observepoint, Inc. | Managing network communication protocols |
Also Published As
Publication number | Publication date |
---|---|
WO2004079544A2 (en) | 2004-09-16 |
AU2004217115C1 (en) | 2009-05-28 |
JP4633049B2 (en) | 2011-02-16 |
WO2004079544A3 (en) | 2005-06-02 |
AU2004217115A1 (en) | 2004-09-16 |
WO2004079551A3 (en) | 2005-04-07 |
EP1604349A2 (en) | 2005-12-14 |
CA2518109A1 (en) | 2004-09-16 |
JP2006524865A (en) | 2006-11-02 |
EP1604349A4 (en) | 2006-12-06 |
AU2004217115B2 (en) | 2008-11-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7441195B2 (en) | Associating website clicks with links on a web page | |
AU2004217115B2 (en) | Associating website clicks with links on a web page | |
EP1894081B1 (en) | Web usage overlays for third-party web plug-in content | |
US7644375B1 (en) | Dynamic path flow reports | |
US7392510B1 (en) | System for tracking and providing access to information about server components invoked during the dynamic generation of web pages | |
US8898796B2 (en) | Managing network data | |
US8577829B2 (en) | Extracting information from unstructured data and mapping the information to a structured schema using the naïve bayesian probability model | |
US8170993B2 (en) | Page grouping for site traffic analysis reports | |
US9232011B2 (en) | Tracking navigation flows within the same browser tab | |
US20140137006A1 (en) | Graphical Overlay Related To Data Mining And Analytics | |
US7243310B2 (en) | Methods and devices for recording changes in visual stimuli observed through browser-based interfaces | |
JP2006146882A (en) | Content evaluation | |
EP2319007A2 (en) | Web page privacy risk detection | |
US10901730B2 (en) | Identifying equivalent javascript events | |
US20080091775A1 (en) | Method and apparatus for parallel operations on a plurality of network servers | |
US20120290909A1 (en) | Methods and apparatus of accessing related content on a web-page | |
US20110282978A1 (en) | Browser plug-in | |
US10291492B2 (en) | Systems and methods for discovering sources of online content | |
RU2669172C2 (en) | Method and monitoring system of web-site consistency | |
US20090037741A1 (en) | Logging Off A User From A Website | |
US7559018B2 (en) | Computer-implemented system and method for data collection | |
CN100437740C (en) | Associating website clicks with links on a web page | |
EP3058545A1 (en) | System for detecting classes of automated browser agents | |
CA3217667A1 (en) | Methods and systems for obtaining and storing web pages |
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 BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG 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 NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): BW GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 2518109 Country of ref document: CA Ref document number: 2006509207 Country of ref document: JP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2004217115 Country of ref document: AU |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2004717485 Country of ref document: EP |
|
ENP | Entry into the national phase |
Ref document number: 2004217115 Country of ref document: AU Date of ref document: 20040304 Kind code of ref document: A |
|
WWP | Wipo information: published in national office |
Ref document number: 2004217115 Country of ref document: AU |
|
WWE | Wipo information: entry into national phase |
Ref document number: 20048091310 Country of ref document: CN |
|
WWP | Wipo information: published in national office |
Ref document number: 2004717485 Country of ref document: EP |