v1.5.0

Version 1.5.0

01/07/26

TypeLocationEventPrevious VersionUpdated VersionNotes
parameterplaybook.yamlN/A1.4.01.5.0Updated version parameter
parameterplaybook.yamlglobalN/A{"inputKey":"context.app.namespace","outputKey":"app_data.app_id"}Added mappings parameter
parameterplaybook.yamlglobalN/A{"inputKey":"context.device.adTrackingEnabled","outputKey":"app_data.advertiser_tracking_enabled"}Added mappings parameter
parameterplaybook.yamlglobalN/A{"inputKey":"input","outputKey":"app_data.extinfo","transforms":[{"expression":{"body":"local deviceType = LOWER(input.context.device.type)\nlocal extinfoversion\nif deviceType == 'ios' then\n extinfoversion = 'i2'\nelseif deviceType == 'android' then\n extinfoversion = 'a2'\nend\n\nreturn {\nextinfoversion,\ninput.context.app.name or '',\n'', -- Short Version Example: 1.0\n'', -- Long Version Example: 1.0 long\ninput.context.os.version,\ninput.context.device.model or '',\ninput.context.locale or '',\n'', -- Timezone Abbreviation Example: PDT\ninput.context.network.carrier or '',\ninput.context.screen.width or '',\ninput.context.screen.height or '',\ninput.context.screen.density or '',\n'', -- CPU Cores Example: 2\n'', -- External Storage Size in GB Example: 13\n'', -- Free Space on External Storage in GB Example: 8\ninput.context.timezone or ''\n}","lang":"lua"}}]}Added mappings parameter