I have a query that gets sessions from Google analytics. The data goes back a few years.
We recently turned on demographics data in Google Analytics. If I now include demographics data in my query it acts as a filter and will only show me sessions data when there is data for demographics. Is there a way to make demographics data optional in the query? I.e. Get me all data even if certain rows don't have values for certain columns.
My current workaround is to have two separate queries, but I was wondering if there is a way to get all data in a single query.
Thanks!