Skip to content

Configuration of the standalone solution SZM tags 2.0 for hybrid app measurement¶

For hybrid apps, the measurement is done both via the measurement library built into the native app frame and via the SZM tag 2.0 implemented in the web content to be displayed in the hybrid app.

Note

To enable the SZM tag for hybrid measurement, the iom.c method needs to be changed to iom.h. This does not affect the measurement of web content outside the app.

So browser calls will still be counted properly.

Example (iom.h()):

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
<!-- SZM VERSION="2.0" -->
<script type="text/javascript">
var iam_data = {
"st": "site ID", // site/domain
"cp": "page code", // code
"sv": "ke", // no invitation ad will be delivered.
"co": "comment", // comment
"sc": "yes" // MCVD activation
}
iom.h(iam_data,<transmission mode>*);
</script>
<!--/SZM -->

Last update: May 10, 2023