Loading...
Loading...
This skill should be used when the user asks to "set up GTM", "install pixels", "configure tracking codes", "tag management", or mentions Google Tag Manager, Meta Pixel, or conversion tracking implementation. Creates precise, technical implementation plans for tracking tags.
npx skill4agent add mikefilsaime-groove/clickcampaigns-for-claude-code-in-cursor gtm-pixelsorder_valuewindow.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'event': 'purchase',
'ecommerce': {
'transaction_id': 'T12345',
'affiliation': 'Online Store',
'value': 59.99,
'currency': 'USD',
'items': [{
'item_name': 'Marketing Masterclass',
'item_id': 'MM-01',
'price': 59.99,
'quantity': 1
}]
}
});<script>
fbq('track', 'Lead', {
content_name: '{{Page Path}}',
content_category: 'Funnel Step 1',
value: 10.00,
currency: 'USD'
});
</script>