ICT: Diary
D: 28 W: 05

< August 2022 >
Sun Mon Tue Wed Thu Fri Sat
 123456
78910111213
14151617181920
21222324252627
28293031 

Based on notaweblog.php by joshua stein

[ ] Friday, 12 August 2022 [ ]

footers

Meta tracking on iOS need to add some code:

<span id="iab-pcm-sdk"></span><span id="iab-autofill-sdk"></span>

Need to add the following JS code:

const originalEventListener = document.addEventListener document.addEventListener = function(a, b) {   if (b.toString().indexOf("messageHandlers.fb_getSelection") > -1) {     return null;   } return originalEventListener.apply(this, arguments); }

to prevent text selections being tracked…

tracking


$Id: diary,v 1.38 2025/01/01 22:43:54 fred Exp $