Add tiktokMore initialization
Required to add custom events. Website documentation should be updated @AmauriC
This commit is contained in:
parent
db8924d207
commit
2f4d5b6909
|
|
@ -5578,6 +5578,10 @@ tarteaucitron.services.tiktok = {
|
||||||
}
|
}
|
||||||
|
|
||||||
tarteaucitron.addScript('https://analytics.tiktok.com/i18n/pixel/sdk.js?sdkid=' + tarteaucitron.user.tiktokId);
|
tarteaucitron.addScript('https://analytics.tiktok.com/i18n/pixel/sdk.js?sdkid=' + tarteaucitron.user.tiktokId);
|
||||||
|
|
||||||
|
if (typeof tarteaucitron.user.tiktokMore === 'function') {
|
||||||
|
tarteaucitron.user.tiktokMore();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue