# Events ## Adobe Client Data Layer - Data Pushed with all events, order 50 Extension: Adobe Client Data Layer Event type: Data Pushed Order: 50 - Listen to: All Events - Time scope: all # Conditions ## Web SDK Send Event type is truthy Logic Type: Regular Extension: Core Condition type: Value Comparison Timeout in milliseconds: 2000 - Left Operand (required): `%Web SDK Send Event type%` - Operator: Is Truthy ## Launch Build Info environment equals "production" Logic Type: Exception Extension: Core Condition type: Value Comparison Timeout in milliseconds: 2000 - Left Operand (required): `%Runtime Environment Stage%` - Operator: Equals (Case Insensitive: checked) - Right Operand: `production` # Actions ## Logging Extension: Core Action type: Custom Code - Language: JavaScript - Execute globally: unchecked ``` console.group(`logging: ${event.message.event}`); console.log(`Web SDK Send Event type: ${_satellite.getVar('Web SDK Send Event type', event)}`); console.log('ACDL', adobeDataLayer.getState()); console.groupEnd(); ```