gaLeadGenerationEventList β GTM Variable Template for GTM
gaLeadGenerationEventList CORE GTM
Returns an array of Google Analytics 4 Lead Generation event names. Useful for tracking and validating lead funnel stages from generation through conversion.
When to Use This
Section titled βWhen to Use ThisβGTM Utilities
Access GTM-specific APIs: dataLayer, debug mode, container settings.
Type Conversion
Safely convert between data types β strings, numbers, booleans, arrays, objects.
GTM Configuration
Section titled βGTM ConfigurationβThis is what you'll see when you open this variable in Google Tag Manager.
Read-only Preview
gaLeadGenerationEventList
This function takes no parameters.
Related Variables
Section titled βRelated VariablesβSame category: GTM
Under the Hood
Section titled βUnder the Hoodβπ View Implementation Code
/*** Returns a list of Google Analytics 4 Lead Generation event names.*** @returns {Array} Array of GA4 ecommerce event name strings.** @framework ggLowCodeGTMKit*/const gaLeadGenerationEventList = [ 'generate_lead', 'qualify_lead', 'disqualify_lead', 'working_lead', 'close_convert_lead', 'close_unconvert_lead'];return gaLeadGenerationEventList;