Following is the scenario: ( I do not get any data in reports generated if no new hits arrive against the key dimension values )
Analytics Data (collected through Google Analytics)
D Session ID Page Views
S ID - 1 10
S ID - 2 20
Note: D Session ID and D Custom Data are custom dimensions, ie: in this case, ga:dimension1 → D Session ID and ga:dimension2 → D Custom Data
Data in Uploaded CSV (Collected through some other source)
ga:dimension1 ga:dimension2
S ID - 1 100
S ID - 2 200
S ID - 3 300
Now generate report with dimensions = ga:dimension1,ga:dimension2 and metrics = ga:pageviews. This is what I observe:
No new hits come against S ID -1/2/3 (data present in uploaded CSV):
No Results FoundGenerate report after we receive new hits against S ID 1 and S ID 2:
Generated Report (Data tables joined on ga:dimension1 or D Session ID)
D Session ID D Custom Data Page Views S ID - 1 100 11 S ID - 2 200 21
Any idea, how we can get results in case 1 ??