You are here

constant GoogleAnalyticsInterface::GOOGLE_ANALYTICS_TRACKING_MATCH in Google Analytics 4.x

Define the Acceptable tracking ID patterns

File

src/GoogleAnalyticsInterface.php, line 23

Class

GoogleAnalyticsInterface
Provides an interface.

Namespace

Drupal\google_analytics

Code

const GOOGLE_ANALYTICS_TRACKING_MATCH = '/(?:UA|G)-[0-9a-zA-Z]{5,}(?:-[0-9]{1,})?/';