Add UTM parameters and related fields to CVmhErstgespraech entity and layouts

This commit is contained in:
2026-01-19 18:30:28 +01:00
parent d0cdfa8e12
commit 7ec9c48871
6 changed files with 131 additions and 3 deletions

View File

@@ -278,6 +278,66 @@
"options": [],
"isCustom": true
},
"utm_source": {
"type": "varchar",
"maxLength": 255,
"readOnly": true,
"isCustom": true
},
"utm_medium": {
"type": "varchar",
"maxLength": 255,
"readOnly": true,
"isCustom": true
},
"utm_campaign": {
"type": "varchar",
"maxLength": 255,
"readOnly": true,
"isCustom": true
},
"utm_term": {
"type": "varchar",
"maxLength": 255,
"readOnly": true,
"isCustom": true
},
"utm_content": {
"type": "varchar",
"maxLength": 255,
"readOnly": true,
"isCustom": true
},
"ad_group": {
"type": "varchar",
"maxLength": 255,
"readOnly": true,
"isCustom": true
},
"keyword": {
"type": "varchar",
"maxLength": 255,
"readOnly": true,
"isCustom": true
},
"campaign_id": {
"type": "varchar",
"maxLength": 100,
"readOnly": true,
"isCustom": true
},
"landing_page": {
"type": "varchar",
"maxLength": 500,
"readOnly": true,
"isCustom": true
},
"referrer": {
"type": "varchar",
"maxLength": 500,
"readOnly": true,
"isCustom": true
},
"anzahlVermieter": {
"type": "int",
"required": true,