You are here

constant GoogleAnalyticsInterface::GOOGLE_ANALYTICS_GTAG_MATCH in Google Analytics 4.x

Define the Acceptable GA ID Patterns

File

src/GoogleAnalyticsInterface.php, line 18

Class

GoogleAnalyticsInterface
Provides an interface.

Namespace

Drupal\google_analytics

Code

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