Преглед изворни кода

Added note on default value for event sharing

Björn Ritzl пре 6 година
родитељ
комит
ba3865b002
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/en/manuals/facebook.md

+ 1 - 1
docs/en/manuals/facebook.md

@@ -194,7 +194,7 @@ Events are accessed from the *Events* option on the from the Facebook Analytics
 
 ### Sharing events with Facebook
 
-You can opt to share generated events with Facebook for improved ad-tracking. This is done via the [`enable_event_usage()`](/ref/facebook/#facebook.enable_event_usage) and [`disable_event_usage()`](/ref/facebook/#facebook.disable_event_usage) functions.
+You can opt to share generated events with Facebook for improved ad-tracking. This is done via the [`enable_event_usage()`](/ref/facebook/#facebook.enable_event_usage) and [`disable_event_usage()`](/ref/facebook/#facebook.disable_event_usage) functions. The default setting is according to the Facebook SDK documentation to not share events.
 
 ## Development caveats