Setup:
I am using n8n cloud version 1.47.3. with google analytics node.
Situation:
Currently, I simply try to get some data from Google Analytics.
I achieved to set up the Google Analytics account in n8n, and now I am simply grabbing some values. My settings are simple:
- Dimension: Campaign
- Value: User Total
- Time Period: yesterday (=29.10.2024)
Now here comes the problem:
This is what I can see in Google Analytics:
This is what I get with n8n:
Problem:
As you can see, I only receive a subset of the data:
- instead of 24 results, I only get 12 items
- the value of “user total” is much lower than in google analytics
The campaign names match, but it is only a subset. I tested with other time frames but the problem keeps the same. Values and number of items are different.
Do you have any idea what I am doing wrong?