[ANALYTICS-427] Parse the GA4 report response to adapt on analytics dashboard Created: 14/Apr/23  Updated: 18/Apr/23  Resolved: 18/Apr/23

Status: Closed
Project: Analytics
Component/s: None
Affects Version/s: 1.2.3
Fix Version/s: 1.2.3

Type: New Feature Priority: Neutral
Reporter: Thuy To Assignee: Alberto Soto
Resolution: Obsolete Votes: 0
Labels: None
Σ Remaining Estimate: Not Specified Remaining Estimate: Not Specified
Σ Time Spent: 1d 1h Time Spent: 1d 1h
Σ Original Estimate: Not Specified Original Estimate: Not Specified

Issue Links:
dependency
depends upon ANALYTICS-408 Migrating to the Google Analytics Dat... Closed
Sub-Tasks:
Key
Summary
Type
Status
Assignee
ANALYTICS-428 Implementation Sub-task To Do  
ANALYTICS-429 Review Sub-task To Do  
ANALYTICS-430 Pre-Integration QA Sub-task To Do  
ANALYTICS-431 QA Sub-task To Do  
Template:
Acceptance criteria:
Empty
Date of First Response:
Epic Link: Google Analytics 4
Story Points: 8
Team: AuthorX
Work Started:

 Description   

Problem: 

Report returns the format which is different from old one. Need to parse it to json node and display on analytics dashboard.

dimension_headers

{   name: “city” }

metric_headers

{   name: “activeUsers”   type: TYPE_INTEGER }

rows {
  dimension_values

{     value: “Ho Chi Minh City”   }

  metric_values

{     value: “3"   }

}
rows {
  dimension_values

{     value: “(not set)”   }

  metric_values

{     value: “1"   }

}
rows {
  dimension_values

{     value: “Barcelona”   }

  metric_values

{     value: “1"   }

}
rows {
  dimension_values

{     value: “Thun”   }

  metric_values

{     value: “1"   }

}
row_count: 4
metadata

{   currency_code: “USD”   time_zone: “Europe/Zurich” }

kind: “analyticsData#runReport” 

Expectation: 

Display the GA4 report on dashboard.

Development notes


Generated at Sun Feb 11 23:18:46 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.