Hello,
I would like to create a Klipfolio dashboard where I can see the number of organic visitors to pages containing "daekguide" in the landingPagePlusQueryString, using data from GA4. I am able to extract this data from GA4, but when I create it as a data source in Klipfolio, the date, landingPagePlusQueryString, and number of visitors are all classified as "value", which makes it difficult to separate them and create a chart. How can I solve this issue? Also, is it possible to get a specific report from GA4 to Klipfolio?
The datasource is as follows: {"dimensions":[{"name":"date"},{"name":"landingPagePlusQueryString"},{"name":"sessionMedium"}],"metrics":[{"name":"sessions"}],"dateRanges":[{"startDate":"30daysAgo","endDate":"yesterday"}],"dimensionFilter":{"filter":{"fieldName":"landingPagePlusQueryString","stringFilter":{"matchType":"CONTAINS","value":"daekguide","caseSensitive":false}}},"limit":"1000","metricAggregations":["TOTAL"]}
So, I want to create a klip that shows how many organic visitors there are from google to specific pages containing "daekguide" in a specific date range (e.g last 7 days). I don't want to display all the landingpage names on the chart, but just the count of visitors and the development.
Thanks