From 3b77713f68dbd70bf143fd927e416a776d53178d Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 7 Nov 2021 04:12:48 +0600 Subject: [PATCH] Add Quora Pixel / analytics --- src/drivers/webextension/images/icons/Quora.svg | 3 +++ src/technologies/q.json | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Quora.svg diff --git a/src/drivers/webextension/images/icons/Quora.svg b/src/drivers/webextension/images/icons/Quora.svg new file mode 100644 index 000000000..56c5930ff --- /dev/null +++ b/src/drivers/webextension/images/icons/Quora.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/q.json b/src/technologies/q.json index e2ba8d4f6..7bd1fba08 100644 --- a/src/technologies/q.json +++ b/src/technologies/q.json @@ -150,5 +150,17 @@ "Quill": "" }, "website": "http://quilljs.com" + }, + "Quora Pixel": { + "cats": [ + 10 + ], + "description": "Quora Pixel is a tool that is placed in your website code to track traffic and conversions.", + "icon": "Quora.svg", + "js": { + "qp.qp": "" + }, + "scriptSrc": "\\.quora\\.com/", + "website": "https://quoraadsupport.zendesk.com/hc/en-us/categories/115001573928-Pixels-Tracking" } } \ No newline at end of file