FIX: support new Google Analytics id format (#11067)

They start with UA- or G- now.
This commit is contained in:
Neil Lalonde 2020-10-29 12:06:20 -04:00 committed by GitHub
parent d10b6dc498
commit c5eba3f9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ basic:
ga_universal_tracking_code:
client: true
default: ""
regex: "^UA-\\d+-\\d+$"
regex: "^(UA|G)-[\\w-]+"
ga_universal_domain_name:
client: true
default: "auto"