Google Analytics / GA4

Add-On

Traffic and usage analytics integration using Google Analytics measurement protocol.

Status
Testing
Version
v1.0.0
Supported Version
TBD
Released
2026-03-15
Licensing
Free
Usage Example

Here's how you'll use Google Analytics / GA4 with Oorian once the extension is available:

Java
// Create and configure Google Analytics / GA4 component
GoogleAnalyticsGA4 component = new GoogleAnalyticsGA4();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, GoogleAnalyticsGA4Event.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.