File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
integrations/facebook-pixel Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.11.2/ 2020-07-28
2+ ==================
3+
4+ * Explicitly not enable Limited Data Use (LDU) mode in the FB Pixel SDK when the Limited Data Use Segment setting is disabled.
5+
162.11.1/ 2020-07-22
27==================
38
Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ FacebookPixel.prototype.initialize = function() {
107107 this . validateAndSetDataProcessing (
108108 this . options . dataProcessingOptions || [ [ 'LDU' ] , 0 , 0 ]
109109 ) ;
110+ } else {
111+ // explicitly not enable Limited Data Use (LDU) mode
112+ window . fbq ( 'dataProcessingOptions' , [ ] ) ;
110113 }
111114 if ( this . options . initWithExistingTraits ) {
112115 var traits = this . formatTraits ( this . analytics ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @segment/analytics.js-integration-facebook-pixel" ,
33 "description" : " The Facebook Pixel analytics.js integration." ,
4- "version" : " 2.11.1 " ,
4+ "version" : " 2.11.2 " ,
55 "keywords" : [
66 " analytics.js" ,
77 " analytics.js-integration" ,
You can’t perform that action at this time.
0 commit comments