-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.79 KB
/
Copy pathcomposer.json
File metadata and controls
50 lines (50 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "splintnet/usertrax-shopware",
"description": "usertrax for Shopware 6 – cookieless conversion tracking, attribution, A/B testing & feedback",
"type": "shopware-platform-plugin",
"license": "proprietary",
"homepage": "https://usertrax.io",
"authors": [
{
"name": "Splintnet",
"homepage": "https://splintnet.de",
"role": "Manufacturer"
}
],
"support": {
"docs": "https://usertrax.io/en/docs/",
"issues": "https://github.com/splintnet/usertrax-shopware/issues",
"source": "https://github.com/splintnet/usertrax-shopware"
},
"keywords": [
"shopware",
"shopware-plugin",
"usertrax",
"tracking",
"conversion",
"attribution",
"analytics",
"feedback"
],
"require": {
"shopware/core": "~6.7",
"shopware/storefront": "~6.7"
},
"extra": {
"shopware-plugin-class": "Splintnet\\Usertrax\\Usertrax",
"plugin-icon": "src/Resources/config/plugin.png",
"label": {
"de-DE": "usertrax – Conversion Tracking, Attribution & Insights",
"en-GB": "usertrax – Conversion Tracking, Attribution & Insights"
},
"description": {
"de-DE": "Cookie-freies Conversion-Tracking mit Kanal-Attribution, Offline-Conversions, A/B-Tests und Feedback-Widget – ohne Consent-Banner, serverseitig zurück in Google, Meta, Microsoft & Co.",
"en-GB": "Cookie-free conversion tracking with channel attribution, offline conversions, A/B testing and feedback widget – no consent banner, server-side export back to Google, Meta, Microsoft & more."
}
},
"autoload": {
"psr-4": {
"Splintnet\\Usertrax\\": "src/"
}
}
}