[ad_1]
Hi @sushi_bcn
GA4 currently cannot be configured through settings page at the moment so, you’ll need to add some js code to track custom events. The event you need to catch is window.addEventListener(‘logoutSuccess’, handleLogoutSuccess); where, handleLogoutSuccess is the callback function where you would add your campaign or event code.
This event is only triggered when user inactive logout is a success.
Please note that inactive logout version should be above or equal to 3.1.2 for this to work.
Since you’ve reached out to us in email as well – Will mark this as resolved here. The above js event is reference to the future people incase they might need the same.