KR101809562B1 - Continuity correction system of Web and App - Google Patents

Continuity correction system of Web and App Download PDF

Info

Publication number
KR101809562B1
KR101809562B1 KR1020160145966A KR20160145966A KR101809562B1 KR 101809562 B1 KR101809562 B1 KR 101809562B1 KR 1020160145966 A KR1020160145966 A KR 1020160145966A KR 20160145966 A KR20160145966 A KR 20160145966A KR 101809562 B1 KR101809562 B1 KR 101809562B1
Authority
KR
South Korea
Prior art keywords
application
address
information
app
smart device
Prior art date
Application number
KR1020160145966A
Other languages
Korean (ko)
Inventor
정병완
Original Assignee
주식회사 위피엔피
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 주식회사 위피엔피 filed Critical 주식회사 위피엔피
Priority to KR1020160145966A priority Critical patent/KR101809562B1/en
Application granted granted Critical
Publication of KR101809562B1 publication Critical patent/KR101809562B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9558Details of hyperlinks; Management of linked annotations
    • G06F17/30882

Abstract

The present invention relates to a system for preserving continuity on web and an app, and more specifically, to a system for preserving continuity on web and an app, wherein if a long-address parameter is sent to an app, the address of the parameter is shortened and then stored in a DB and a particular webpage is called; when the webpage is clicked on a smart device where the app is not installed, device information and IP information on the smart device are added and stored in the DB and then the app is installed; and when the app is driven, it is checked whether the app is initially driven and if the initial driving of the app is determined, the device information and the IP information are used to read and send the stored long-address parameter to the app, thereby eliminating inconvenience of accessing the webpage again after installation when the app has not been installed and preserving continuity of access.

Description

웹과 앱 상에서의 연속성 보전시스템{Continuity correction system of Web and App}Continuity correction system of Web and App.

본 발명은 웹과 앱 상에서의 연속성 보전시스템에 관한 것으로, 더욱 상세하게는 긴 주소 파라미터를 어플로 전달할 경우에 해당 파라미터를 단축 주소화하여 디비에 저장 후 특정 웹페이지를 호출하고, 해당 웹페이지를 스마트기기에서 클릭할 경우에 해당 어플이 설치되지 않았다면 클릭한 스마트기기의 디바이스 정보와 아이피(IP) 정보를 디비에 추가하여 저장한 후 어플을 설치하도록 하며, 또한, 어플이 구동되면 최초 구동 여부를 확인하여 최초 구동일 경우에 디바이스 정보와 아이피(IP) 정보를 이용하여 저장한 긴 주소 파라미터를 읽어 들여 해당 어플에 긴 주소 파라미터를 전달하도록 함으로써, 어플 설치가 안되었을 경우에 어플을 설치하여 다시 해당 웹페이지를 접속해야 하는 번거로움을 제거하여 접속의 연속성을 보전해줄 수 있는 웹과 앱 상에서의 연속성 보전시스템에 관한 것이다.
The present invention relates to a continuity maintenance system on a web and an application, more specifically, when a long address parameter is delivered to an application, the parameter is shortened to be addressed, stored in a database, a specific web page is called, If the application is not installed when the smart device is clicked, the smart device device information and IP information of the clicked smart device are added to the database and stored, and the application is installed. In addition, when the application is started, In the case of the first drive, the long address parameter stored by using the device information and the IP information is read and the long address parameter is transmitted to the application. Thus, when the application is not installed, the application is installed again It is a web service that can maintain the continuity of connection by eliminating the hassle of accessing web pages. To a continuity maintenance system on an app.

어플이 이미 설치되어 있는 경우, 어플은 스킴(scheme)을 이용하여 구동하거나 파라미터를 전달하는 것이 가능하다.If the application is already installed, the application can run using a scheme or pass parameters.

예를 들어, 웹브라우저에 myScheme://를 입력하면 myScheme를 스킴으로 등록한 앱이 자동 구동되는 것이다.For example, if you enter myScheme: // in your web browser, your app with myScheme as a scheme will auto-run.

또한, myScheme://copon=c1234567 를 입력하면 어플 내 copon 모듈을 호출하여 c1234567이라는 쿠폰번호를 어플에 전달하는 것이다.Also, typing myScheme: // copon = c1234567 will call the copon module in the app and pass the coupon number c1234567 to the app.

그러나, 앱이 설치되어 있지 않다면 안드로이드의 경우, 레퍼러(referer) 정보를 이용하여 어플을 설치하고, 설치 후, 레퍼러(referer) 정보를 어플에 전달하는 방법을 제공하고 있으나, 상기한 방식도 웹브라우저에 따라 실행되는 것과 실행이 안 되는 것이 있다.However, if the app is not installed, in the case of Android, there is provided a method of installing an application using referer information and transmitting referer information to the application after installation, There are some things that can be executed and others that are not.

또한, IOS의 경우, 상기한 방법은 아예 제공되지 않아 이에 대한 개선 방안이 필요하다.Also, in the case of IOS, the above method is not provided at all, and an improvement plan is needed.

즉, 어플이 설치되어 있지 않더라도 자동으로 어플을 설치할 수 있으며, 설치 후 자동으로 해당 파라미터를 구동하여 해당 페이지로 이동할 수 있는 시스템이 필요하게 되었다.In other words, even if the application is not installed, the application can be installed automatically, and it is necessary to have a system that can automatically move the corresponding parameter after installation to the corresponding page.

한편, 긴 주소 파라미터를 어플로 전달할 경우에 해당 파라미터를 저장하고 있지 않다면 이를 일일히 입력해야 하는 문제점이 발생하게 된다.On the other hand, when the long address parameter is transmitted to the application, if the corresponding parameter is not stored, it is required to input the same one time.

따라서, 긴 주소의 파라미터를 간소화할 수 있는 기술이 필요하게 되었으며, 간소화된 단축 주소를 클릭하여도 긴 주소와 동일한 웹페이지나 앱페이지로 자동적으로 이동할 수 있는 기술이 필요하게 되었다.Therefore, there is a need for a technique to simplify the parameters of the long address, and a technique for automatically moving to the same web page or app page as the long address is required even if the simplified address is clicked.

따라서, 긴 주소 파라미터를 어플로 전달할 경우에 해당 파라미터를 단축 주소화하여 디비에 저장 후 특정 웹페이지를 호출하고, 해당 웹페이지를 스마트기기에서 클릭할 경우에 해당 어플이 설치되지 않았다면 클릭한 스마트기기의 디바이스 정보와 아이피(IP) 정보를 디비에 추가하여 저장한 후 어플을 자동 설치하며, 또한, 어플이 구동되면 최초 구동 여부를 확인하여 최초 구동일 경우에 디바이스 정보와 아이피(IP) 정보를 이용하여 저장한 긴 주소 파라미터를 읽어 들여 해당 어플에 긴 주소 파라미터를 전달하도록 하는 시스템을 제안하여 어플 설치가 안되었을 경우에 어플을 설치하여 다시 해당 웹페이지를 접속해야 하는 번거로움을 제거하여 접속의 연속성을 보전해줄 수 있는 효과를 제공하고자 한다.
Therefore, when a long address parameter is delivered to the application, the parameter is shortened and stored in the database, and then a specific web page is called. If the corresponding web page is clicked on the smart device and the corresponding application is not installed, The device information and the IP information of the device are added to the database and stored. Then, the application is automatically installed. Also, when the application is activated, the device information and IP In this paper, we propose a system that sends long address parameters to the application by reading the stored long address parameters. In case the application is not installed, it is necessary to install the application and remove the hassle of connecting the web page again, And to provide the effect that can be preserved.

대한민국공개특허공보 제10-2013-0037559호Korean Patent Publication No. 10-2013-0037559

따라서 본 발명은 상기와 같은 종래 기술의 문제점을 감안하여 제안된 것으로서, 본 발명의 목적은 긴 주소 파라미터를 어플로 전달할 경우에 해당 파라미터를 단축 주소화하여 디비에 저장 후 특정 웹페이지를 호출하고, 해당 웹페이지를 스마트기기에서 클릭할 경우에 해당 어플이 설치되지 않았다면 클릭한 스마트기기의 디바이스 정보와 아이피(IP) 정보를 디비에 추가하여 저장한 후 어플을 설치하도록 하는데 있다.SUMMARY OF THE INVENTION Accordingly, the present invention has been made keeping in mind the above problems occurring in the prior art, and it is an object of the present invention to provide a method and system for short addressing a long address parameter in an application, If the application is not installed when the web page is clicked on the smart device, the device information and IP information of the clicked smart device are added to the database, and then the application is installed.

본 발명의 다른 목적은 어플이 구동되면 최초 구동 여부를 확인하여 최초 구동일 경우에 디바이스 정보와 아이피(IP) 정보를 이용하여 저장한 긴 주소 파라미터를 읽어 들여 해당 어플에 긴 주소 파라미터를 전달하도록 함으로써, 해당 긴 주소 페이지로 자동 이동할 수 있도록 하는데 있다.
Another object of the present invention is to confirm whether or not the application is activated when the application is driven, to read the long address parameter stored by using the device information and the IP (IP) information in case of the first drive, and to transmit the long address parameter to the application , The user can automatically move to the corresponding long address page.

본 발명이 해결하고자 하는 과제를 달성하기 위하여, 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템은,According to an aspect of the present invention, there is provided a continuity maintenance system on a web and an app,

단축주소를 키(key)로 하고, 긴 주소를 값(value)으로 하는 단축 주소로 생성하기 위한 단축주소생성부(110)와,A short address generating unit 110 for generating a short address having a short address as a key and a long address as a value,

상기 생성된 단축 주소와 긴주소를 키(key), 밸류(value) 형태로 저장되어 있는 단축주소디비(120)와,A short address database 120 storing the generated short address and long address in the form of a key and a value,

웹페이지 혹은 앱페이지의 단축주소 클릭 신호를 획득하면, 상기 단축주소디비로부터 단축 주소에 매칭되어 저장된 긴 주소를 추출하기 위한 긴주소추출부(130)와,A long address extractor 130 for extracting a long address matched with a short address from the short address database when a short address click signal of a web page or an application page is obtained,

상기 추출된 긴 주소를 스마트기기의 어플로 제공하기 위한 제1긴주소제공부(140)와,A first long address providing unit 140 for providing the extracted long address to an application of the smart device,

웹페이지 혹은 앱페이지의 단축 주소 클릭 신호를 획득하되, 어플 설치 요청 정보가 존재할 경우에 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러(referer) 정보를 획득하여 단축주소디비에 저장시키기 위한 어플설치사전처리부(150)와,(IP) information and referer information of the smart device when the application installation request information exists, and to store the device information, IP information, and referer information of the smart device in the short address database An installation pre-processing unit 150,

스마트기기의 어플로부터 디바이스 정보, 아이피(IP) 정보를 획득하여 단축주소디비로부터 디바이스 정보, 아이피(IP) 정보에 해당하는 긴 주소를 검색하여 해당 스마트기기로 제공하여 긴 주소를 실행할 수 있도록 하기 위한 제2긴주소제공부(160)를 포함하여 구성되는 연속성보전서버(100);와(IP) information from the application of the smart device, searches for a long address corresponding to the device information and IP (IP) information from the short address database, and provides the long address to the corresponding smart device so as to execute the long address A continuity maintenance server 100 configured with a second long address provisioning unit 160;

웹페이지 혹은 앱페이지의 단축 주소 클릭 신호를 상기 연속성보전서버(100)로 송출하기 위한 단축주소클릭신호송출부(210)와,A short address click signal sending unit 210 for sending a short address click signal of a web page or an app page to the continuity maintenance server 100,

상기 단축주소에 해당하는 어플이 탑재되었는지를 판단하기 위한 어플탑재판단부(220)와,An application loading determination unit 220 for determining whether an application corresponding to the short address is mounted,

해당 어플이 탑재된 경우에 상기 연속성보전서버(100)에서 제공된 긴 주소로 어플을 구동시키기 위한 긴주소구동부(230)와,A long address driver 230 for driving the application with the long address provided by the continuity maintenance server 100 when the application is loaded,

해당 어플이 탑재되지 않은 경우에 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러 정보를 추출하되, 어플 설치 요청 정보를 생성하여 연속성보전서버(100)로 추출된 정보를 송출하기 위한 스마트기기정보송출부(240)와,(IP) information and referee information of the smart device when the application is not installed, generates smart device information (smart device information) for generating the application installation request information and transmitting the extracted information to the continuity maintenance server 100 A sending unit 240,

어플을 탑재하도록 연속성보전서버(100)로부터 앱 스토어 혹은 마켓에 접속하기 위한 접속 주소를 획득하여 설치를 수행하기 위한 어플설치부(250)와,An application installation unit 250 for acquiring a connection address for connecting to the application store or the market from the continuity maintenance server 100 to install the application,

어플 구동시, 최초의 구동 여부를 확인하고, 최초 구동일 경우에 디바이스 정보, 아이피(IP) 정보를 이용하여 연속성보전서버(100)에 저장된 긴 주소를 획득하여 해당 긴 주소를 실행하기 위한 긴주소실행부(260)를 포함하여 구성되는 스마트기기(200);를 포함하여 구성됨으로써, 본 발명의 과제를 해결하게 된다.
When the application is driven, it is checked whether the device is driven for the first time. If the device is driven for the first time, a long address stored in the continuity maintenance server 100 is acquired using the device information and IP information, And an execution unit 260. The present invention solves the problems of the present invention.

이상의 구성 및 작용을 지니는 본 발명에 따른 웹과 앱 상에서의 연속성 보전시스템은,The continuity maintenance system on the web and the app according to the present invention having the above-

긴 주소 파라미터를 어플로 전달할 경우에 해당 파라미터를 단축 주소화하여 디비에 저장 후 특정 웹페이지를 호출하고, 해당 웹페이지를 스마트기기에서 클릭할 경우에 해당 어플이 설치되지 않았다면 클릭한 스마트기기의 디바이스 정보와 아이피(IP) 정보를 디비에 추가하여 저장한 후 어플을 설치하도록 함으로써, 스마트기기를 통해 짧은 주소를 통한 긴 주소로의 접속을 수행할 수 있는 효과와 어플이 설치되어 있지 않아도 자동으로 어플을 설치하여 어플 설치 후 해당 긴 주소 파라미터를 다시 터치하여 해당 내용을 확인하는 번거로운 절차를 간소화하는 효과를 제공하게 된다.When a long address parameter is delivered to the application, the parameter is shortened and stored in the database, and then a specific web page is called. If the web page is clicked on the smart device, if the corresponding application is not installed, It is possible to connect to a long address through a short address through a smart device by adding information and IP information to the database and then installing the application. Thus, even if the application is not installed, It is possible to simplify the troublesome procedure of confirming the corresponding contents by touching the corresponding long address parameter after installing the application.

또한, 어플이 구동되면 최초 구동 여부를 확인하여 최초 구동일 경우에 디바이스 정보와 아이피(IP) 정보를 이용하여 저장한 긴 주소 파라미터를 읽어 들여 해당 어플에 긴 주소 파라미터를 전달하도록 함으로써, 해당 긴 주소 페이지로 자동 이동할 수 있는 편리성을 제공하게 된다.In addition, when the application is driven, it is checked whether the application is first activated. In the case of the initial operation, the long address parameter stored by using the device information and the IP information is read and the long address parameter is transmitted to the application. And the convenience of automatically moving to the page.

따라서, 어플 설치가 안되었을 경우에 어플을 설치하여 다시 해당 웹페이지를 접속해야 하는 번거로움을 제거하여 접속의 연속성을 보전하는 효과를 제공하게 되는 것이다.Therefore, when the application is not installed, it is possible to eliminate the inconvenience of installing the application and connecting the web page again, thereby maintaining the continuity of the connection.

도 1은 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 전체 구성도이다.
도 2는 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 연속성보전서버 블록도이다.
도 3은 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 스마트기기 블록도이다.
도 4는 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 전체 동작 흐름도이다.
도 5는 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 단축주소, 키, 긴 주소의 예시를 나타낸 도면이다.
FIG. 1 is an overall block diagram of a continuity maintenance system on a web and an app according to an embodiment of the present invention.
2 is a block diagram of a continuity maintenance server of a continuity maintenance system on a web and an app according to an embodiment of the present invention.
3 is a block diagram of a smart device of a continuity maintenance system on a web and an app according to an embodiment of the present invention.
4 is a flowchart illustrating an overall operation of a continuity maintenance system on a web and an application according to an exemplary embodiment of the present invention.
5 is a diagram illustrating an example of a short address, a key, and a long address of a continuity maintenance system on a web and an app according to an embodiment of the present invention.

이하, 본 발명에 의한 웹과 앱 상에서의 연속성 보전시스템의 실시예를 통해 상세히 설명하도록 한다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of a continuity maintenance system on a web and an app according to the present invention will be described in detail.

도 1은 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 전체 구성도이다.FIG. 1 is an overall block diagram of a continuity maintenance system on a web and an app according to an embodiment of the present invention.

도 1에 도시한 바와 같이, 본 발명의 웹과 앱 상에서의 연속성 보전시스템은 크게 연속성보전서버(100), 스마트기기(200) 및 네트워크망을 포함하여 구성되게 된다.As shown in FIG. 1, the continuity maintenance system on the web and the app of the present invention comprises a continuity maintenance server 100, a smart device 200, and a network.

상기 연속성보전서버(100)는 키(key)와 긴 주소를 단축 주소로 생성하여 이를 단축주소디비에 저장하고 있으며, 스마트기기로부터 웹페이지 혹은 앱페이지의 단축주소 클릭 신호를 획득하면, 상기 단축주소디비로부터 단축 주소에 매칭되어 저장된 긴 주소를 추출하여 스마트기기의 어플로 제공하며, 어플 설치 요청 정보를 스마트기기로부터 획득할 경우에 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러(referer) 정보를 획득하여 단축주소디비에 저장시키게 되며, 해당 스마트기기로 어플 설치 주소를 제공하고 어플 설치 후 스마트기기로부터 디바이스 정보, 아이피(IP) 정보를 획득하여 단축주소디비로부터 디바이스 정보, 아이피(IP) 정보에 해당하는 긴 주소를 검색하여 해당 스마트기기로 제공하여 긴 주소를 실행할 수 있도록 하는 기능을 제공하게 된다.The continuity maintenance server 100 generates a short address and a long address as a short address and stores the short address in the short address database. When the shortcut address click signal of the web page or the application page is obtained from the smart device, (IP) information, referer information (IP) information and the like of the smart device when the application installation request information is acquired from the smart device, (IP) information from the smart device after the application is installed, and the device information and IP (IP) information from the short address database are acquired from the short address database To provide a function to search long addresses corresponding to a specific smart device and to provide a long address to the corresponding smart device It is good.

또한, 상기 스마트기기(200)는 웹페이지 혹은 앱페이지의 단축 주소 클릭 신호를 상기 연속성보전서버(100)로 송출하고, 단축주소에 해당하는 어플이 탑재되었는지를 판단하여 해당 어플이 탑재된 경우에 상기 연속성보전서버(100)에서 제공된 긴 주소로 어플을 구동시키게 되며, 해당 어플이 탑재되지 않은 경우에 디바이스 정보, 아이피(IP) 정보, 레퍼러 정보를 추출하고 어플 설치 요청 정보를 생성하여 연속성보전서버(100)로 추출된 정보를 송출하며, 연속성보전서버(100)로부터 앱 스토어 혹은 마켓에 접속하기 위한 접속 주소를 획득하여 설치를 수행하며, 어플 구동시, 최초의 구동 여부를 확인하고, 최초 구동일 경우에 디바이스 정보, 아이피(IP) 정보를 이용하여 연속성보전서버(100)에 저장된 긴 주소를 획득하여 해당 긴 주소를 실행하는 기능을 제공하게 된다.In addition, the smart device 200 transmits a short address click signal of a web page or an app page to the continuity maintenance server 100, determines whether an application corresponding to the short address is mounted, and when the application is mounted IP information and referrer information when the application is not loaded, generates application install request information, and transmits the application install request information to the continuity maintenance server 100. [ (100), acquires a connection address for connection to the app store or market from the continuity maintenance server (100), performs installation, confirms whether the application is first activated when the application is started, A function of acquiring a long address stored in the continuity maintenance server 100 using device information and IP (IP) information and executing the corresponding long address is provided It is good.

상기한 단축주소와 긴주소(value) 및 키의 예제는 도 5에 도시하였다.An example of the above short address, long address and key is shown in FIG.

즉, 어플에서 초대하기의 경우에, 단축주소는 " http://go.yourdomain.com/e4x2fgm1", 키는 "e4x2fgm1", 긴주소(value)는 "myScheme://?method=myStory&values={"dspUrl":"http://www.yourdomain.com/storyshop/mystory/productList.dev?storyId=265694405";}&invitationId=265694405&invitationName=쁘띠아이스튜디오"를 의미한다.That is, in the case of inviting from the application, the short address is "http://go.yourdomain.com/e4x2fgm1", the key is "e4x2fgm1", the long address is "myScheme: //? Method = myStory & "dspUrl": "http://www.yourdomain.com/storyshop/mystory/productList.dev?storyId=265694405";} & invitationId = 265694405 & invitationName =

또한, 내스토리의 경우에, 단축주소는 " http://go.yourdomain.com/c304nclm", 키는 "c304nclm", 긴주소(value)는 "myScheme://?method=myStory&values={"dspUrl":"http://www.yourdomain.com/storyshop/mystory/productList.dev?storyId=240349364";}"를 의미한다.Also, in the case of my story, the short address is "http://go.yourdomain.com/c304nclm", the key is "c304nclm", the long address is "myScheme: //? Method = myStory & values = {" dspUrl ":" http://www.yourdomain.com/storyshop/mystory/productList.dev?storyId=240349364 ";}".

또한, 이북보기의 경우에, 단축주소는 "http://go.yourdomain.com/w5bq2017", 키는 "w5bq2017", 긴주소(value)는 "http://ebook.yourdomain.com/?type=hard&mbrId=U20130078247&prjNo=PJ2016090571536&prodType=photobook&viewMode=full"를 의미한다.
In the case of the north-north view, the short address is "http://go.yourdomain.com/w5bq2017", the key is "w5bq2017", the long address is "http://ebook.yourdomain.com/?type = hard & mbrId = U20130078247 & prjNo = PJ2016090571536 & prodType = photobook & viewMode = full ".

도 2는 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 연속성보전서버 블록도이다.2 is a block diagram of a continuity maintenance server of a continuity maintenance system on a web and an app according to an embodiment of the present invention.

도 2에 도시한 바와 같이, 상기 연속성보전서버(100)는,As shown in FIG. 2, the continuity maintenance server 100,

단축주소를 키(key)로 하고, 긴 주소를 값(value)으로 하는 단축 주소로 생성하기 위한 단축주소생성부(110)와,A short address generating unit 110 for generating a short address having a short address as a key and a long address as a value,

상기 생성된 단축 주소와 긴주소를 키(key), 밸류(value) 형태로 저장되어 있는 단축주소디비(120)와,A short address database 120 storing the generated short address and long address in the form of a key and a value,

웹페이지 혹은 앱페이지의 단축주소 클릭 신호를 획득하면, 상기 단축주소디비로부터 단축 주소에 매칭되어 저장된 긴 주소를 추출하기 위한 긴주소추출부(130)와,A long address extractor 130 for extracting a long address matched with a short address from the short address database when a short address click signal of a web page or an application page is obtained,

상기 추출된 긴 주소를 스마트기기의 어플로 제공하기 위한 제1긴주소제공부(140)와,A first long address providing unit 140 for providing the extracted long address to an application of the smart device,

웹페이지 혹은 앱페이지의 단축 주소 클릭 신호를 획득하되, 어플 설치 요청 정보가 존재할 경우에 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러(referer) 정보를 획득하여 단축주소디비에 저장시키기 위한 어플설치사전처리부(150)와,(IP) information and referer information of the smart device when the application installation request information exists, and to store the device information, IP information, and referer information of the smart device in the short address database An installation pre-processing unit 150,

스마트기기의 어플로부터 디바이스 정보, 아이피(IP) 정보를 획득하여 단축주소디비로부터 디바이스 정보, 아이피(IP) 정보에 해당하는 긴 주소를 검색하여 해당 스마트기기로 제공하여 긴 주소를 실행할 수 있도록 하기 위한 제2긴주소제공부(160)를 포함하여 구성되는 것을 특징으로 한다.(IP) information from the application of the smart device, searches for a long address corresponding to the device information and IP (IP) information from the short address database, and provides the long address to the corresponding smart device so as to execute the long address And a second long address providing unit (160).

구체적으로 설명하자면, 상기 단축주소생성부(110)는 단축주소를 키(key)로 하고, 긴 주소를 값(value)으로 하는 단축 주소로 생성하기 위한 기능을 수행하게 되는데, 단축 주소의 구축 방법은 파라미터를 제이슨(json) 구조로 저장하고, 이를 하기의 단축주소디비(120)에 저장한 후, 해당 레코드의 일련번호를 지정된 자릿수의 영숫자 형태로 반환하는 것이다.More specifically, the short address generator 110 performs a function of generating a short address using a short address as a key and a long address as a value. Stores a parameter in a Json structure, stores it in the short address database 120, and then returns the serial number of the record in the designated number of alphanumeric characters.

따라서, 상기 단축주소디비(120)에는 상기 생성된 단축 주소와 긴주소를 키(key), 밸류(value) 형태로 저장되어 있으며, 긴 주소에 단축 주소가 매칭되어 있게 된다.Therefore, the generated short address and long address are stored in the short address database 120 in the form of a key and a value, and the short address is matched to the long address.

상기와 같이, 단축주소가 필요한 이유는 우선적으로 스마트기기에서 짧은 데이터 전송을 위한 역할이다.As described above, the reason why the short address is needed is primarily for short data transmission in the smart device.

그리고, 상기 긴주소추출부(130)는 웹페이지 혹은 앱페이지의 단축주소 클릭 신호를 획득하게 되며, 획득시 상기 단축주소디비로부터 단축 주소에 매칭되어 저장된 긴 주소를 추출하게 된다.The long address extractor 130 acquires a short address click signal of the web page or the application page and extracts the long address stored in the short address address matching with the short address at the time of acquisition.

이후, 상기 제1긴주소제공부(140)에 의해 상기 추출된 긴 주소를 스마트기기의 어플로 제공하게 되는 것이다.Then, the extracted long address is provided to the application of the smart device by the first long address providing unit 140.

상기 제1긴주소제공부는 이미 어플이 설치 구성된 경우에 추출된 긴 주소를 어플로 제공하는 역할을 담당한다.The first long address providing unit is responsible for providing the extracted long address to the application when the application is already installed.

그러나, 어플이 이미 설치되어 있지 않으면 상기와 같은 단축 주소를 참조하여 긴 주소를 추출할 수가 없게 된다.However, if the application is not already installed, it is impossible to extract a long address by referring to the short address as described above.

따라서, 어플설치사전처리부(150)에 의해, 웹페이지 혹은 앱페이지의 단축 주소 클릭 신호를 획득하게 되면, 스마트기기에서 어플 설치 요청 정보가 존재하는 지를 판단하게 된다.Accordingly, when the application installation pre-processing unit 150 acquires the shortcut address click signal of the web page or the application page, it is determined whether the application installation request information exists in the smart device.

이때, 어플 설치 요청 정보가 존재하게 되면, 스마트기기로부터 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러(referer) 정보를 획득하여 단축주소디비에 저장시키게 되는 것이다.At this time, when the application install request information exists, device information, IP information, and referer information of the smart device are acquired from the smart device and stored in the short address domain.

상기 디바이스 정보란, 안드로이드, 아이폰, 아이패드 등과 같은 기기 정보를 의미하게 되며, 그리고, 추가적으로 화면 정보도 저장시키게 된다.The device information refers to device information such as Android, iPhone, iPad and the like, and additionally stores screen information.

이후, 상기 제2긴주소제공부(160)는 스마트기기의 어플로부터 디바이스 정보, 아이피(IP) 정보를 획득하여 단축주소디비로부터 디바이스 정보, 아이피(IP) 정보에 해당하는 긴 주소를 검색하여 이에 매칭되는 스마트기기로 긴 주소를 제공하여 긴 주소를 실행할 수 있도록 하게 되는 것이다.
Then, the second long address providing unit 160 obtains device information and IP information from the application of the smart device, searches for a long address corresponding to device information and IP information from the short address database, A matching smart device can provide a long address so that long addresses can be executed.

도 3은 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 스마트기기 블록도이다.3 is a block diagram of a smart device of a continuity maintenance system on a web and an app according to an embodiment of the present invention.

도 3에 도시한 바와 같이, 상기 스마트기기(200)는,As shown in FIG. 3, the smart device 200 includes:

웹페이지 혹은 앱페이지의 단축 주소 클릭 신호를 상기 연속성보전서버(100)로 송출하기 위한 단축주소클릭신호송출부(210)와,A short address click signal sending unit 210 for sending a short address click signal of a web page or an app page to the continuity maintenance server 100,

상기 단축주소에 해당하는 어플이 탑재되었는지를 판단하기 위한 어플탑재판단부(220)와,An application loading determination unit 220 for determining whether an application corresponding to the short address is mounted,

해당 어플이 탑재된 경우에 상기 연속성보전서버(100)에서 제공된 긴 주소로 어플을 구동시키기 위한 긴주소구동부(230)와,A long address driver 230 for driving the application with the long address provided by the continuity maintenance server 100 when the application is loaded,

해당 어플이 탑재되지 않은 경우에 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러 정보를 추출하되, 어플 설치 요청 정보를 생성하여 연속성보전서버(100)로 추출된 정보를 송출하기 위한 스마트기기정보송출부(240)와,(IP) information and referee information of the smart device when the application is not installed, generates smart device information (smart device information) for generating the application installation request information and transmitting the extracted information to the continuity maintenance server 100 A sending unit 240,

어플을 탑재하도록 연속성보전서버(100)로부터 앱 스토어 혹은 마켓에 접속하기 위한 접속 주소를 획득하여 설치를 수행하기 위한 어플설치부(250)와,An application installation unit 250 for acquiring a connection address for connecting to the application store or the market from the continuity maintenance server 100 to install the application,

어플 구동시, 최초의 구동 여부를 확인하고, 최초 구동일 경우에 디바이스 정보, 아이피(IP) 정보를 이용하여 연속성보전서버(100)에 저장된 긴 주소를 획득하여 해당 긴 주소를 실행하기 위한 긴주소실행부(260)를 포함하여 구성되는 것을 특징으로 한다.When the application is driven, it is checked whether the device is driven for the first time. If the device is driven for the first time, a long address stored in the continuity maintenance server 100 is acquired using the device information and IP information, And an execution unit (260).

구체적으로 설명하자면, 단축주소클릭신호송출부(210)는 웹페이지 혹은 앱페이지의 단축 주소 클릭 신호를 상기 연속성보전서버(100)로 송출하게 된다.Specifically, the short address click signal transmitting unit 210 transmits a short address click signal of a web page or an app page to the continuity maintenance server 100.

이때, 상기 어플탑재판단부(220)는 단축주소에 해당하는 어플이 탑재되었는지를 판단하게 되는 것이다.At this time, the application placement determination unit 220 determines whether an application corresponding to the short address is mounted.

이후, 해당 어플이 탑재된 경우에 긴주소구동부(230)가 동작하여 상기 연속성보전서버(100)에서 제공된 긴 주소로 어플을 구동시키게 되는 것이다.Then, when the application is installed, the long address driver 230 operates to drive the application with the long address provided by the continuity maintenance server 100. [

그러나, 해당 어플이 탑재되지 않은 경우에 스마트기기정보송출부(240)에 의해 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러 정보를 추출하고, 어플 설치 요청 정보를 생성하여 연속성보전서버(100)로 추출된 정보와 어플 설치 요청 정보를 송출하게 된다.However, if the application is not installed, the smart device information sending unit 240 extracts device information, IP information and referrer information of the smart device, generates application install request information, ) And the application installation request information.

즉, 연속성보전서버에서 스마트기기의 정보를 저장 관리하기 위하여 상기와 같은 스마트기기 정보를 제공하도록 하는 것이다.That is, the continuity maintenance server provides the smart device information in order to store and manage information of the smart device.

이후, 상기 어플설치부(250)는 어플을 탑재하도록 연속성보전서버(100)로부터 앱 스토어 혹은 마켓에 접속하기 위한 접속 주소를 획득하여 설치를 수행하게 되는 것이다.Then, the application installation unit 250 acquires a connection address for accessing the application store or market from the continuity maintenance server 100 to install the application, and performs installation.

상기의 어플 설치까지 자동으로 이루어지게 되는 것이다.The above-mentioned application installation is automatically performed.

이후, 최초 구동인지를 확인할 필요가 있는데, 최초 구동이 아니면 긴 주소가 있다면 긴 주소를 실행하면 되지만, 최초 구동이라면 스마트기기의 정보를 확인하여 이에 따른 긴 주소를 찾는 과정이 필요하다.After that, it is necessary to check whether it is the first drive. If it is not the first drive, it is possible to execute a long address if there is a long address, but if it is the first drive, it is necessary to check the information of the smart device and find a long address accordingly.

따라서, 긴주소실행부(260)를 통해 어플 구동시, 최초의 구동 여부를 확인하고, 최초 구동일 경우에 디바이스 정보, 아이피(IP) 정보를 이용하여 연속성보전서버(100)에 저장된 긴 주소를 획득하여 해당 긴 주소를 실행하게 되는 것이다.Accordingly, when the application is driven through the long address execution unit 260, it is checked whether the device is driven for the first time. When the device is driven for the first time, the long address stored in the continuity maintenance server 100 is stored using the device information and IP And acquires the corresponding long address.

한편, 다른 실시예에 따라, 어플 구동시 어플의 기기 번호를 연속성보전서버(100)에 등록하여 푸쉬 기능을 구현하기 위한 푸쉬기능처리부를 더 포함하여 구성할 수 있다,According to another embodiment of the present invention, a push function processing unit for registering the device number of the application in the continuity maintenance server 100 and implementing the push function may be further provided.

즉, 어플 구동시 어플의 기기번호를 연속성보전서버에 등록하여 푸쉬 기능을 수행하는데, 상기 기기번호가 연속성보전서버에 등록되었는지 확인하면 가능하다.That is, when the application is activated, the device number of the application is registered in the continuity maintenance server to perform the push function, and it is possible to confirm that the device number is registered in the continuity maintenance server.

상기 기기번호는 어플이 설치될때마다 새로운 번호를 부여하도록 함으로써, 재설치에 따른 충돌은 발생하지 않게 된다.The device number is assigned a new number every time an application is installed, so that no conflicts due to reinstallation will occur.

한편, 또 다른 실시예에 따라, 회원 가입을 수행하며, 회원 가입시 기 고객 여부를 확인하기 위한 회원가입처리부를 더 포함하여 구성할 수 있다.According to another embodiment of the present invention, a membership registration processing unit for performing a membership registration and confirming whether a customer is a member at the time of membership registration may be further included.

즉, 회원 가입을 통해 기 고객여부를 확인하는 것으로서, 예를 들어, SNS로 가입시 어플이 재설치되면, SNS 아이디가 새로 생성되는데, 이 정보를 이용하여 최초 구동여부를 확인할 수가 있다.That is, if the application is re-installed at the time of subscribing to the SNS, the SNS ID is newly created, and it can be confirmed whether or not the application is initially activated using the information.

한편, 또 다른 실시예에 따라, 어플의 프로퍼티 파일에 최초 구동 여부를 기록하기 위한 프로퍼티파일최초구동여부처리부를 더 포함하여 구성할 수 있다.According to another embodiment of the present invention, the property file initial driving / non-operation processing unit for recording whether or not the property file is initially activated may be further included.

즉, 어플의 프로퍼티 파일에 최초 구동 여부를 기록하게 되면, 상기 기록된 정보를 토대로 최초 구동 여부를 판단할 수가 있게 되는 것이다.That is, if it is recorded in the property file of the application, whether or not it is initially driven can be determined based on the recorded information.

한편, 또 다른 실시예에 따라, 단축주소디비에 최초 구동 여부를 기록하기 위한 단축주소디비최초접속처리부를 더 포함하여 구성할 수 있다.According to another embodiment, a short address database initial connection processing unit for recording the first drive status in the short address database may be further included.

즉, 어플에 상기 단축주소디비에 최초 구동 여부를 기록하게 되는 것이다.
That is, the application is initially recorded in the short address database.

도 4는 본 발명의 일실시예에 따른 웹과 앱 상에서의 연속성 보전시스템의 전체 동작 흐름도이다.4 is a flowchart illustrating an overall operation of a continuity maintenance system on a web and an application according to an exemplary embodiment of the present invention.

도 4를 참조하여 전체적인 동작 과정을 설명하자면, 단축주소를 생성하여 단축주소디비에 저장시키게 된다.(S100)Referring to FIG. 4, the overall operation will be described. A short address is generated and stored in the short address database (S100)

이후, 단축 주소를 클릭(S110)하게 되면 긴 주소에 대한 정보를 단축주소디비에 요청(S120)하여 이를 획득하게 되고, 해당 긴 주소로 어플을 시작하게 되는 것이다.When the short address is clicked (S110), information on the long address is requested to the short address directory (S120) to acquire the long address, and the application is started with the long address.

이때, 어플이 설치되어 있다면, 해당 긴 주소로 실행(S130)하면 되지만, 어플이 설치되어 있지 않다면, 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러 정보를 단축주소디비에 저장(S140)하게 되며, 어플 설치 정보를 스마트기기에 제공하게 되며, 스마트기기를 통해 앱스토아나 마켓에 접속하여 어플을 설치(S150)하게 된다.At this time, if the application is installed, it is executed at the corresponding long address (S130). However, if the application is not installed, the smart device device information, IP information and referrer information are stored in the short address database (S140) The application installation information is provided to the smart device, and the application is installed (S150) by accessing the application or market through the smart device.

이후, 어플이 구동(S160)되게 되는데, 최초 구동이 아니면 스마트기기의 디바이스 정보와 아이피(IP) 정보를 이용하여 단축주소디비에 저장된 긴 주소를 검색(S170)하게 되는 것이다.Then, the application is driven (S160). If it is not the initial operation, the long address stored in the short address database is searched (S170) using the device information of the smart device and the IP information.

상기와 같이 동작하게 되면, 스마트기기를 통해 짧은 주소를 통한 긴 주소로의 접속을 수행할 수 있는 효과와 어플이 설치되어 있지 않아도 자동으로 어플을 설치하여 어플 설치 후 해당 긴 주소 파라미터를 다시 터치하여 해당 내용을 확인하는 번거로운 절차를 간소화하는 효과를 제공할 수 있게 되는 것이다.When the above operation is performed, a connection to a long address can be performed through a short address through a smart device. Even if the application is not installed, the application is automatically installed, and the long address parameter is again touched after the application is installed It is possible to provide an effect of simplifying troublesome procedure of confirming the contents.

예를 들어 설명하자면, 모바일 상품권의 경우에 모바일 상품권을 수령한 사람은 모바일 어플을 구동한 후 어플에서 상품권의 일련번호를 직접 등록해야 하지만, 본 시스템을 이용하면 상품권을 QR코드로 만들어 스캔을 하거나 상품권 번호를 포함한 단축주소(예를 들어, http://go.yourdomain.com/coupon?no=c1234567)를 스마트폰에서 클릭하거나 웹주소를 입력하는 것만으로 어플이 설치되고, 해당 쿠폰이 자동 등록되고 상품구매 페이지로 이동하는 것이 가능한 효과를 제공하게 된다.For example, in the case of a mobile voucher, a person who receives a mobile voucher must directly register the serial number of the voucher in the application after running the mobile application. However, using this system, the voucher can be made into a QR code The application is installed by simply clicking on a short address (for example, http://go.yourdomain.com/coupon?no=c1234567) including the gift certificate number on the smartphone or a web address, and the coupon is automatically registered And it is possible to move to the purchase page.

즉, 어플을 설치하기 위하여 앱스토어 혹은 마켓을 검색하여 해당 어플을 탑재하어 구동시킨 후, 해당 단축주소를 다시 클릭하는 번거로움을 제거하는 것이다.That is, to install an application, the app store or market is searched, and the application is loaded and run, and then the user does not have to click the shortcut again.

한편, 다른 예제로서, 웹페이지에 노출된 상품주소(예를 들어, http://go.yourdomain.com/prod?id=p1234567)를 클릭하면, 어플이 이미 설치된 경우에는 바로 해당 웹이 구동되고 해당 상품을 구매 가능한 페이지로 이동이 가능하다. On the other hand, as another example, if an item address exposed on a web page (for example, http://go.yourdomain.com/prod?id=p1234567) is clicked, if the application is already installed, You can go to the page where you can buy the product.

또한, 설치되지 않은 경우라면 앱스토어나 플레이스토아로 접속하여 어플을 설치한 후 해당 상품 구매페이지로 이동하는 것이 가능한 효과를 제공한다.In addition, if it is not installed, it provides an effect that it is possible to connect to an app store or a playstore, install an application, and then move to a product purchase page.

상기와 같은 구성 및 동작을 통해, 긴 주소 파라미터를 어플로 전달할 경우에 해당 파라미터를 단축 주소화하여 디비에 저장 후 특정 웹페이지를 호출하고, 해당 웹페이지를 스마트기기에서 클릭할 경우에 해당 어플이 설치되지 않았다면 클릭한 스마트기기의 디바이스 정보와 아이피(IP) 정보를 디비에 추가하여 저장한 후 어플을 설치하도록 함으로써, 스마트기기를 통해 짧은 주소를 통한 긴 주소로의 접속을 수행할 수 있는 효과와 어플이 설치되어 있지 않아도 자동으로 어플을 설치하여 어플 설치 후 해당 긴 주소 파라미터를 다시 터치하여 해당 내용을 확인하는 번거로운 절차를 간소화하는 효과를 제공하게 된다.
When a long address parameter is delivered to an application through the above-described configuration and operation, the parameter is shortened to address the shortened address, stored in a database, and then a specific web page is called. When a corresponding web page is clicked on a smart device, If the smart device is not installed, the device information and IP information of the clicked smart device are added to the database and stored, and then the application is installed. As a result, connection to the long address through the short address can be performed through the smart device Even if the application is not installed, the application is automatically installed, and after the application is installed, the long address parameter is touched again to provide an effect of simplifying troublesome procedure of checking the contents.

이상에서와 같은 내용의 본 발명이 속하는 기술분야의 당업자는 본 발명의 기술적 사상이나 필수적 특징을 변경하지 않고서 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시 예들은 모든 면에서 예시된 것이며 한정적인 것이 아닌 것으로서 이해해야만 한다. It will be appreciated by those skilled in the art that the present invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. It is to be understood, therefore, that the embodiments described above are to be considered in all respects as illustrative and not restrictive.

본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구 범위의 의미 및 범위 그리고 그 등가 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.
The scope of the present invention is defined by the appended claims rather than the detailed description and all changes or modifications derived from the meaning and scope of the claims and their equivalents are to be construed as being included within the scope of the present invention do.

100 : 연속성보전서버
200 : 스마트기기
100: Continuity maintenance server
200: Smart devices

Claims (1)

웹과 앱 상에서의 연속성 보전시스템에 있어서,
단축주소를 키(key)로 하고 긴 주소를 값(value)으로 하는 단축 주소로 생성하여 이를 단축주소디비에 저장하고 있으며, 스마트기기로부터 웹페이지 혹은 앱페이지의 단축주소 클릭 신호를 획득하면, 상기 단축주소디비로부터 단축 주소에 매칭되어 저장된 긴 주소를 추출하여 스마트기기의 어플로 제공하며, 어플 설치 요청 정보를 스마트기기로부터 획득할 경우에 스마트기기의 디바이스 정보, 아이피(IP) 정보, 레퍼러(referer) 정보를 획득하여 단축주소디비에 저장시키게 되며, 해당 스마트기기로 어플 설치 주소를 제공하고 어플 설치 후 스마트기기로부터 디바이스 정보, 아이피(IP) 정보를 획득하여 단축주소디비로부터 디바이스 정보, 아이피(IP) 정보에 해당하는 긴 주소를 검색하여 해당 스마트기기로 제공하여 긴 주소를 실행할 수 있도록 하는 연속성보전서버(100);와
웹페이지 혹은 앱페이지의 단축 주소 클릭 신호를 상기 연속성보전서버(100)로 송출하고, 단축주소에 해당하는 어플이 탑재되었는지를 판단하여 해당 어플이 탑재된 경우에 상기 연속성보전서버(100)에서 제공된 긴 주소로 어플을 구동시키게 되며, 해당 어플이 탑재되지 않은 경우에 디바이스 정보, 아이피(IP) 정보, 레퍼러 정보를 추출하고 어플 설치 요청 정보를 생성하여 연속성보전서버(100)로 추출된 정보를 송출하며, 연속성보전서버(100)로부터 앱 스토어 혹은 마켓에 접속하기 위한 접속 주소를 획득하여 설치를 수행하며, 어플 구동시, 최초의 구동 여부를 확인하고, 최초 구동일 경우에 디바이스 정보, 아이피(IP) 정보를 이용하여 연속성보전서버(100)에 저장된 긴 주소를 획득하여 해당 긴 주소를 실행하는 스마트기기(200);를 포함하여 구성되는 것을 특징으로 하는 웹과 앱 상에서의 연속성 보전시스템.

In a web and app continuity maintenance system,
A shortcut address is set as a key, a long address is set as a value, and the short address is stored in the short address database. When a shortcut address click signal of a web page or an app page is obtained from the smart device, In the case of acquiring the application installation request information from the smart device, the device information of the smart device, the IP information, the referer ) Information is acquired and stored in the short address database. The application installation address is provided to the corresponding smart device, device information and IP information are obtained from the smart device after the application is installed, and device information and IP ) Information to the corresponding smart device, thereby enabling a long address to be executed. Maintenance server (100); and
A shortcut address click signal of a web page or an application page is transmitted to the continuity maintenance server 100, and it is determined whether an application corresponding to the short address is mounted, and when the application is mounted, (IP) information and referrer information, generates application install request information, and transmits the extracted information to the continuity maintenance server 100. [0050] And acquires a connection address for accessing the application store or the market from the continuity maintenance server 100 to perform installation. When the application is driven, it is checked whether the application is first activated. In the case of initial operation, device information, IP (200) for acquiring a long address stored in the continuity maintenance server (100) using information of the long term address and executing the corresponding long address Preserve the continuity of the system on the web and in app features.

KR1020160145966A 2016-11-03 2016-11-03 Continuity correction system of Web and App KR101809562B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160145966A KR101809562B1 (en) 2016-11-03 2016-11-03 Continuity correction system of Web and App

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160145966A KR101809562B1 (en) 2016-11-03 2016-11-03 Continuity correction system of Web and App

Publications (1)

Publication Number Publication Date
KR101809562B1 true KR101809562B1 (en) 2017-12-15

Family

ID=60954314

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160145966A KR101809562B1 (en) 2016-11-03 2016-11-03 Continuity correction system of Web and App

Country Status (1)

Country Link
KR (1) KR101809562B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014235490A (en) 2013-05-31 2014-12-15 三菱電機株式会社 Application execution device, in-vehicle information terminal device, server device, and in-vehicle information system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014235490A (en) 2013-05-31 2014-12-15 三菱電機株式会社 Application execution device, in-vehicle information terminal device, server device, and in-vehicle information system

Similar Documents

Publication Publication Date Title
US11961120B2 (en) Systems and methods for accessing first party cookies
US9838458B2 (en) Cookies and anti-ad blocker using deep links in mobile apps
CN102203765B (en) Uniquely identifying network-distributed devices without explicitly provided device or user identifying information
US20210329079A1 (en) Methods, devices and computer-readable storage media for processing a hosted application
US20170192941A1 (en) Computer-Automated Generation of Application Deep Links
US20170017480A1 (en) Method and apparatus for updating an application in a user terminal
CN102882886A (en) Network terminal and method for presenting visited website associated information
US20140278926A1 (en) System and method for attribution of mobile advertisements related to mobile applications
CN112954043B (en) Method for identifying user based on website access log and computer equipment
US20150193809A1 (en) Do Not Track / Advertise Functionality Based on User Identification Association
CN111078424A (en) Information interaction method and device, computer equipment and storage medium
US11521250B2 (en) Method and apparatus for providing digital product using user account synchronization
KR101809562B1 (en) Continuity correction system of Web and App
CN104009999A (en) Method and device for preventing ARP cheating and network access server
US20190303963A1 (en) Processing messages for value extraction
JP2008123335A (en) Service providing system by server and service providing method
CN105824656A (en) Method, mobile terminal and server for detecting installation status of application
ElBanna et al. NONYM! ZER: mitigation framework for browser fingerprinting
CN105745664B (en) The guard method and protection system of the terminal local environment of malicious code in corresponding link information
CN111026613B (en) Log processing method and device
Jalbă et al. Customized ad blocking
US20190230502A1 (en) Automatic Profiling of a Mobile Device and/or its User
KR101591999B1 (en) Targeting advertising method and apparatus using customer database of advertiser
KR20080074369A (en) Method for installing application program and storing installation log
US10397083B2 (en) Terminal device identification systems, methods, and programs

Legal Events

Date Code Title Description
GRNT Written decision to grant