diff --git a/SampleFiles/Tags/Generated/Analytics+GenAllScript.swift b/SampleFiles/Tags/Generated/Analytics+GenAllScript.swift index 2872710..a8941a5 100644 --- a/SampleFiles/Tags/Generated/Analytics+GenAllScript.swift +++ b/SampleFiles/Tags/Generated/Analytics+GenAllScript.swift @@ -255,8 +255,8 @@ class AnalyticsManager { // MARK: - section_one - func logScreenS1DefOne(title: String) { - logScreen( + static func logScreenS1DefOne(title: String, test2: String = "test") { + AnalyticsManager.shared.logScreen( name: "s1 def one \(title)", path: "s1_def_one/\(title)", params: nil @@ -283,8 +283,8 @@ class AnalyticsManager { // MARK: - section_two - func logScreenS2DefOne() { - logScreen( + static func logScreenS2DefOne() { + AnalyticsManager.shared.logScreen( name: "s2 def one", path: "s2_def_one/", params: nil diff --git a/SampleFiles/Tags/sampleTags.yml b/SampleFiles/Tags/sampleTags.yml index 1b40b76..ce71f05 100644 --- a/SampleFiles/Tags/sampleTags.yml +++ b/SampleFiles/Tags/sampleTags.yml @@ -10,6 +10,13 @@ categories: - name: title type: String replaceIn: name,path + - name: test + type: String + value: test + replaceIn: name,path + - name: test2 + type: String + defaultValue: test events: - id: s1_def_two