Google Tag Manager Rule to Identify Traffic Source
问题 Is there a way to create a google tag manager rule ( via a macro ) which identifies the traffic source type? ( Like organic ?). Would like to create a tag which only fires if the source of traffic is organic. Possible? 回答1: Easiest way would be to extract the source (utmcsr) from the Google Analytics (__utmz) Cookie and fire an tag Manager event based on the value. Then create a rule based on that event. I don't think it's possible solely from the tag manager interface. (Updated to add) I've