window.ExampleAnalyticsGlobalObject2 = function(hander, type, data) {
  console.log(`call to Example2 Analytics library: example2('${hander}', '${type}', ${JSON.stringify(data)})`);
};