# taboola/1.0.12/js/loaderInjectionScript.js

Taboola, version 1.0.12. 15 lines.

- Page: https://pluginprobe.com/plugins/taboola/1.0.12/code/js/loaderInjectionScript.js
- Raw: https://pluginprobe.com/plugins/taboola/1.0.12/raw/js/loaderInjectionScript.js
- Modified: 2022-09-26T12:31:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/taboola/1.0.12/code/js/loaderInjectionScript.js#L10-L20`.

```javascript
window._taboola = window._taboola || [];
_taboola.push({{{PAGE_TYPE}}:'auto'});
_taboola.push({listenTo:'render',handler:function(p){TRC.modDebug.logMessageToServer(2,"wordpress-integ");}});
_taboola.push({additional_data:{sdkd:{
    "os" : "Wordpress",
    "osv" : "{{WORDPRESS_VERSION}}",
    "sdkt" : "Taboola Wordpress Plugin",
    "sdkv" : "{{PLUGIN_VERSION}}"
}}});
!function (e, f, u) {
	e.async = 1;
  e.src = u;
  f.parentNode.insertBefore(e, f);
}(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/{{PUBLISHER_ID}}/loader.js');

```
