diff --git a/docs/how_tos/integrating-external-services.rst b/docs/how_tos/integrating-external-services.rst index db36a47b8..84e503364 100644 --- a/docs/how_tos/integrating-external-services.rst +++ b/docs/how_tos/integrating-external-services.rst @@ -33,6 +33,7 @@ Each module with a service class exposes an interface and subsequently implement - ``setCustomAttribute`` Regarding analytics, ``src/analytics/interface.js`` defines the service as having the following functions: + - ``sendTrackingLogEvent`` - ``identifyAuthenticatedUser`` - ``identifyAnonymousUser``