From 9fee2439bc31765cec7d81689efe491f2ff312bb Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Mar 2021 14:35:14 +0600 Subject: [PATCH 1/4] Add Beyable / Personaliztaion --- src/drivers/npm/driver.js | 2 +- .../webextension/images/icons/Beyable.png | Bin 0 -> 1281 bytes src/technologies.json | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Beyable.png diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js index 9404e727d..97355a8c8 100644 --- a/src/drivers/npm/driver.js +++ b/src/drivers/npm/driver.js @@ -421,7 +421,7 @@ class Site { page.goto(url.href, { waitUntil: 'domcontentloaded' }) ) - await sleep(1000) + await sleep(15000) // page.on('console', (message) => this.log(message.text())) diff --git a/src/drivers/webextension/images/icons/Beyable.png b/src/drivers/webextension/images/icons/Beyable.png new file mode 100644 index 0000000000000000000000000000000000000000..cff74c10525c0e93ab5090aad14de0e36cc319d9 GIT binary patch literal 1281 zcmV+c1^)VpP)e6{H#7VD^WE8F za6kyb>8FC)tJI#OR+qHRm|4({>av-cQzVB!&;S7k~U`Gix^O)^Vo;&d$zm z_M2uCbsJM3Zn2h2sFqb^BP`6iD9qOt;4p%(Y<615>?SKmMqI^0bnJ1vpMAfq%ywgs z9>Vd^Ec_ylZ0u7D@v{4Y^A9rVdB&KQZnw=qA!9o`m#1{X|(9cFKZ- z7M@h7_Ee_y<rhNB;Sjhj>cH4)8d zD%<^9dBTCp3m07ThH-$>T#6icC<7kKgdIsOY?BL6CMg;Ap|L4+UG*gTQB5!L&(0q} zWrIszQ&m-GnC44Z0x^odJrKadvW!w?@k5gL!bVx4a%SEQZC_qSzjyrqvozyHpy+4L zO>-}etFc6^40y6=p^#-t&#L{oi`Ss(M#`+HE-K91%c-U>P*wA>L@X_|Wzj-9;fRJ7 zs{O60nRHV@D5M?YbW9cQ5i0|O4q8aZJ35K)t_;}P1VkmrGO)DJN?Mq5_)w*Cy!~7B z{XTB*0C~W{m=DXq`bPBS$in!)AsQ(@cEIEer6c$ zSSH;e`w0KK6Toy}-fzZaaY_SIrB$` z0~U0xbkff#Rte78D5PlTqPf(;P)$uRUzQJZAy!duEtDpDSbY}0S~!A5vL*O%;o#o*Sh!_4JsrhoRwsP#Lot56i% r`HkhJzf^B{=%^~OX8e7A*lGWNe)HROzXik`00000NkvXXu0mjfX^LSR literal 0 HcmV?d00001 diff --git a/src/technologies.json b/src/technologies.json index 37fc19c64..328c62601 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2492,6 +2492,22 @@ "scripts": "thebase\\.in/js", "website": "https://thebase.in" }, + "Beyable": { + "cats": [ + 76 + ], + "description": "Beyable is a suite of tools that analyze website traffic to understand visitors' behaviors in real-time, through multi-channel in order to optimize conversion rate.", + "icon": "Beyable.png", + "js": { + "BEYABLE": "", + "beYableDomain": "", + "beYableKey": "" + }, + "scripts": "msecnd\\.net/api/beYableJSv(\\d+)\\;version:\\1", + "saas": true, + "pricing": ["poa"], + "website": "https://beyable.com" + }, "Big Cartel": { "cats": [ 6 From 9794c1ad613c0c37dd37f6dcf861eb14eebe7caa Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Mar 2021 14:37:27 +0600 Subject: [PATCH 2/4] return sleep time --- src/drivers/npm/driver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/npm/driver.js b/src/drivers/npm/driver.js index 97355a8c8..9404e727d 100644 --- a/src/drivers/npm/driver.js +++ b/src/drivers/npm/driver.js @@ -421,7 +421,7 @@ class Site { page.goto(url.href, { waitUntil: 'domcontentloaded' }) ) - await sleep(15000) + await sleep(1000) // page.on('console', (message) => this.log(message.text())) From 19b6ec3d77108ac9fc23ec77527ab3297babca29 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 11 Mar 2021 16:29:25 +0600 Subject: [PATCH 3/4] Add cookies detection --- src/technologies.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 328c62601..2a7ed9223 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2503,6 +2503,10 @@ "beYableDomain": "", "beYableKey": "" }, + "cookies": { + "beyable-cartd": "", + "beyable-cart": "" + }, "scripts": "msecnd\\.net/api/beYableJSv(\\d+)\\;version:\\1", "saas": true, "pricing": ["poa"], From d12fa15f5e5bf16c086123fbce9c0cc5c4de31c4 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:09:34 +1100 Subject: [PATCH 4/4] Update technologies.json --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 2a7ed9223..bc93cf8d3 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -2496,7 +2496,7 @@ "cats": [ 76 ], - "description": "Beyable is a suite of tools that analyze website traffic to understand visitors' behaviors in real-time, through multi-channel in order to optimize conversion rate.", + "description": "Beyable is a suite of tools that analyze website traffic to understand visitors' behaviors in real-time, through multi-channel in order to optimise conversion rate.", "icon": "Beyable.png", "js": { "BEYABLE": "", @@ -21676,4 +21676,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}