Fix Tests Analytics #17

Merged
t.schmitt merged 6 commits from analytics into master 2025-07-17 14:11:28 +02:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit d05f18321f - Show all commits

View File

@@ -255,7 +255,7 @@ class AnalyticsManager {
// MARK: - section_one // MARK: - section_one
static func logScreenS1DefOne(title: String, test2: String = "test") { static func logScreenS1DefOne() {
AnalyticsManager.shared.logScreen( AnalyticsManager.shared.logScreen(
name: "s1 def one \(title)", name: "s1 def one \(title)",
path: "s1_def_one/\(title)", path: "s1_def_one/\(title)",

View File

@@ -9,14 +9,8 @@ categories:
parameters: parameters:
- name: title - name: title
type: String type: String
value: try test
replaceIn: name,path replaceIn: name,path
- name: test
type: String
value: test
replaceIn: name,path
- name: test2
type: String
defaultValue: test
events: events:
- id: s1_def_two - id: s1_def_two