ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Web-specific functions / Google Analytics functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
GglAnalyticsAddSocialNetworkAction (Function)
In french: GglAnalyticsAjouteRéseauSocial
Adds a social network action beside Google Analytics.
Example
GglAnalyticsAddSocialNetworkAction("Facebook", "like", "http://mysite.com")
Syntax
GglAnalyticsAddSocialNetworkAction(<Social network> , <Action> , <Target> [, <Other>])
<Social network>: Character string
Name of the social network for which the action will be added (for example: Facebook, Twitter, ...).
<Action>: Character string
Type of action to add (Like, Send, Tweet, ...).
<Target>: Character string
Target of the action on the social network. This parameter can be the address of a Web site or any other character string.
<Other>: Optional variant
Additional options depending on the social network. For more details on the possible values, se the Google Analytics documentation (https://developers.google.com/analytics/devguides/collection/analyticsjs/social-interactions)
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.
  • Remark: As of July 1, 2023, Google Analytics is moving from Universal Analytics to Google Analytics 4. WEBDEV 28 manages both versions. The WLanguage functions have been adapted. By Default, for existing projects, the managed mode is Universal Analytics and for new projects, the managed mode is Google Analytics 4. For more details, see WEBDEV and Google Analytics.
Component: WDJS.DLL
Minimum version required
  • Version 22
Comments
Click [Add] to post a comment

Last update: 01/27/2023

Send a report | Local help