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": "Session-level last-click attributed traffic source across Google Ads and manual channels. Aggregated as the first non-null value in the session (the field is session-scoped in the GA4 export and identical across events in the same session)",
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 highest-level traffic categorization (e.g., Organic Search, Paid Social). Use this as the default dimension for all general 'traffic source' questions",
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": "Primary field for traffic source analysis. When a user asks a general or vague question about 'traffic sources' or 'where traffic comes from', DEFAULT to .cross_channel_campaign.primary_channel_group. Only drill down to .source if the user explicitly mentions 'source' or specific site names.",
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ga4-export-fixer",
3
- "version": "0.4.1-dev.3",
3
+ "version": "0.4.1-dev.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [