v1.1.0

Version 1.1.0

06/05/26

TypeLocationEventPrevious VersionUpdated VersionNotes
parameterplaybook.yamlN/A1.0.11.1.0Updated version parameter
parameterplaybook.yamlglobalN/A[{"expression":{"body":"local sessionCount = input.context.providers.googleAnalytics4.sessionCount or input.context.providers.googleGtag.data.sessionCount\nif sessionCount then\n return sessionCount\nend","lang":"lua"}}]Added transforms parameter
parameterplaybook.yamlglobalN/A[{"expression":{"body":"local sessionID = input.context.providers.googleAnalytics4.sessionID or input.context.providers.googleGtag.data.sessionID\nif sessionID then\n return sessionID\nend","lang":"lua"}}]Added transforms parameter
parameterplaybook.yamlglobalif input.context.providers.googleGtag.data.dclid then return SPLIT(input.context.providers.googleGtag.data.dclid, ".", 3)[3] endif input.context.providers.googleAnalytics4.dclid then<br> return input.context.providers.googleAnalytics4.dclid<br>end<br>if input.context.providers.googleGtag.data.dclid then<br> return SPLIT(input.context.providers.googleGtag.data.dclid, ".", 3)[3]<br>endUpdated body parameter
parameterplaybook.yamlglobalif input.context.providers.googleGtag.data.gclid then return SPLIT(input.context.providers.googleGtag.data.gclid, ".", 3)[3] endif input.context.providers.googleAnalytics4.gclid then<br> return input.context.providers.googleAnalytics4.gclid<br>end<br>if input.context.providers.googleGtag.data.gclid then<br> return SPLIT(input.context.providers.googleGtag.data.gclid, ".", 3)[3]<br>endUpdated body parameter
parameterplaybook.yamlgloballocal ga = SPLIT(input.context.providers.googleGtag.data.ga, ".", 4) if ga and ga[4] then return ga[3] .. "." .. ga[4] end return input.anonymousIdif input.context.providers.googleAnalytics4.clientID then<br> return input.context.providers.googleAnalytics4.clientID<br>end local ga = SPLIT(input.context.providers.googleGtag.data.ga, ".", 4) if ga and ga[4] then return ga[3] .. "." .. ga[4] end return input.anonymousIdUpdated body parameter
parameterplaybook.yamlglobalcontext.providers.googleGtag.data.sessionCountinputUpdated inputKey parameter
parameterplaybook.yamlglobalcontext.providers.googleGtag.data.sessionIDinputUpdated inputKey parameter