# taboola/1.0.15/js/loaderInjectionScript.js

Taboola, version 1.0.15. 16 lines.

- Page: https://pluginprobe.com/plugins/taboola/1.0.15/code/js/loaderInjectionScript.js
- Raw: https://pluginprobe.com/plugins/taboola/1.0.15/raw/js/loaderInjectionScript.js
- Modified: 2022-12-05T09:07:08+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.15/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}}",
    "php_ver" : "{{PHP_VERSION}}",
    "sdkt" : "Taboola Wordpress Plugin",
    "sdkv" : "{{PLUGIN_VERSION}}",
    "location" : "{{LOCATION}}"
}}});
!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');
```
