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
+
1
6
2.11.1/ 2020-07-22
2
7
==================
3
8
Original file line number Diff line number Diff line change @@ -107,6 +107,9 @@ FacebookPixel.prototype.initialize = function() {
107
107
this . validateAndSetDataProcessing (
108
108
this . options . dataProcessingOptions || [ [ 'LDU' ] , 0 , 0 ]
109
109
) ;
110
+ } else {
111
+ // explicitly not enable Limited Data Use (LDU) mode
112
+ window . fbq ( 'dataProcessingOptions' , [ ] ) ;
110
113
}
111
114
if ( this . options . initWithExistingTraits ) {
112
115
var traits = this . formatTraits ( this . analytics ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @segment/analytics.js-integration-facebook-pixel" ,
3
3
"description" : " The Facebook Pixel analytics.js integration." ,
4
- "version" : " 2.11.1 " ,
4
+ "version" : " 2.11.2 " ,
5
5
"keywords" : [
6
6
" analytics.js" ,
7
7
" analytics.js-integration" ,
You can’t perform that action at this time.
0 commit comments