ga4-export-fixer 0.4.1-dev.3 → 0.4.1-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
}
|
|
175
175
|
},
|
|
176
176
|
"session_traffic_source_last_click": {
|
|
177
|
-
"description": "
|
|
177
|
+
"description": "Primary session attribution data. Session-level last non-direct click attribution.",
|
|
178
178
|
"columns": {
|
|
179
179
|
"manual_campaign": {
|
|
180
180
|
"description": "Last-click manual campaign attribution",
|
|
@@ -202,14 +202,14 @@
|
|
|
202
202
|
}
|
|
203
203
|
},
|
|
204
204
|
"cross_channel_campaign": {
|
|
205
|
-
"description": "Last-click cross-channel campaign attribution",
|
|
205
|
+
"description": "Last-click cross-channel campaign attribution. The primary session attribution data within the session_traffic_source_last_click struct",
|
|
206
206
|
"columns": {
|
|
207
207
|
"campaign_name": "Cross-channel campaign name",
|
|
208
208
|
"campaign_id": "Cross-channel campaign ID",
|
|
209
209
|
"source_platform": "Cross-channel source platform",
|
|
210
210
|
"source": "Cross-channel source",
|
|
211
211
|
"medium": "Cross-channel medium",
|
|
212
|
-
"primary_channel_group": "The
|
|
212
|
+
"primary_channel_group": "The default dimension for ranking traffic popularity and acquisition performance. Prefer this over source/medium for general summaries. Use this as the default dimension for all general 'traffic source' questions",
|
|
213
213
|
"default_channel_group": "Default channel group for the session's last non-direct click"
|
|
214
214
|
}
|
|
215
215
|
},
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
{
|
|
101
101
|
"field": "session_traffic_source_last_click",
|
|
102
|
-
"note": "
|
|
102
|
+
"note": "The primary source of truth for all session-level traffic analysis. For high-level reporting (e.g., 'most popular sources'), always default to the primary_channel_group field within this struct. Only drill down to .source and .medium if the user explicitly asks for the \"source / medium\" level of detail.",
|
|
103
103
|
"dependsOn": ["session_traffic_source_last_click"]
|
|
104
104
|
},
|
|
105
105
|
{
|