Hello! I have 2 api responses from the Google Analytics API. Both are filtered on a page path, but gives different metrics.
The first one gives me a list of page paths and the amount of organic users on each path. The other one gives me the same page paths and the amount of users coming from Linkedin.
I want to combine these two responses into one list with a page path and both organic and Linkedin users in the same object, as the Analytics API won't give me this data as a single response.
What is the best way to achieve this?
Thanks!