|
|
|
|
|
GglAnalyticsAddPage (Function) In french: GglAnalyticsAjoutePage Adds a page beside Google Analytics. GglAnalyticsAddPage("/domain.com/pricing.shtml")
Syntax
GglAnalyticsAddPage([<Page path> [, <Options>]])
<Page path>: Optional character string Section of page address representing the path. This value must start with a slash character (/). By default, this parameter corresponds to the path of current page. <Options>: Optional variant Additional options dependent on Google Analytics. For more details on the possible values, see the Google Analytics documentation at https://developers.google.com/analytics/devguides/collection/analyticsjs/pages. This parameter is set to Null by default. Remarks - To use this function, you must have and save a Google Analytics identifier in the project. For more details, see WEBDEV and Google Analytics.
- The current page is automatically added (when including analytics.js).
- Note: On July 1, 2023, Google Analytics moved from Universal Analytics to Google Analytics 4. WEBDEV 28 supports both versions. The WLanguage functions have been adapted. By default, existing projects use Universal Analytics and new projects use Google Analytics 4. For more details, see WEBDEV and Google Analytics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|