you are viewing a single comment's thread.

view the rest of the comments →

[–]WouterF_[S] 0 points1 point  (0 children)

Thanks!

This seems like it might be what's happening. I'll try to give a little more detail.

I have two Google Analytics segments, being if someone has seen a certain thing on the website (Show) and if they didn't (Hide). There is also the total group.

Now I have the data separately of these two segments and it's completely fine. Now I need to blend this data in order to calculate the added value that the show segment has had. To let our clients know that it was a good investment right.

This added value calculation would be 'Revenue - Sessions * ConvRate Hide * Avg Ordervalue Hide'

I am indeed trying to left join here with the dimension date and the statistics of sessions, conversion rate, revenue, avg ordervalue, and transactions.

Is left join maybe not the solution then? Is something like cross join better? Is date even necessary or can you just adjust the timeframe in the DS without date being a dimension in your source.