Hello everyone! Our team currently utilizes the Ru...
# ask-questions
f
Hello everyone! Our team currently utilizes the Ruby SDK and integrates GA4 with Growthbook through BigQuery. However, we've encountered a limitation in BigQuery where we can only transmit up to 1 million events from GA4. We're interested to know if there's an alternative method to send events to GA4 without relying on BigQuery, allowing us to analyze experiments directly within GA4.
f
the events you send will be in GA4, but they have no good way to figure out statistical impact without doing a lot of manual work
even their API doesn't let us get this info
which is why we need the BigQuery integration
What you could look into is other ways to get event data into BigQuery
using a tool like Jitsu, or Rudderstack
f
Thanks a lot!