tracking selected country in GA

This commit is contained in:
frankknoll
2023-03-28 23:14:22 +02:00
parent 84efc5f77a
commit f98ed0aa8a
3 changed files with 208 additions and 73 deletions

View File

@@ -117,6 +117,7 @@ class BatchCodeTableInitializer {
this.#columnSearch.columnContentUpdated();
this.#selectInput();
});
GoogleAnalytics.countrySelected(this.#getCountry());
}
#_addEmptyControlColumn(json) {