Loading...
Loading...
When the user wants to set up, audit, or optimize analytics tracking (GA4, events, conversions). Also use when the user mentions "Google Analytics," "GA4," "event tracking," "conversions," "gtag," or "data layer."
npx skill4agent add kostja94/marketing-skills analytics-trackingG-XXXXXXXXXX| Type | Description |
|---|---|
| Automatically collected | page_view, first_visit, session_start |
| Enhanced measurement | scroll, click, file_download, etc. |
| Recommended | purchase, sign_up, search, etc. |
| Custom | Business-specific actions |
snake_casedownload_pdfsubmit_formvideo_playpricing_page_scrollscrollgtag('event', '<event_name>', {
<parameter_name>: <value>,
// e.g. value: 99.99, currency: 'USD'
});| Event | Use | Key Parameters |
|---|---|---|
| E-commerce | value, currency, items |
| Registration | method |
| Login | method |
| Site search | search_term |
| Product view | items |
| Add to cart | items |
content_typeitem_id| Tool | Use |
|---|---|
| Realtime | See events as they fire |
| DebugView | Detailed event/parameter inspection; requires debug mode |
| GA4 Debug mode | |