How to send Stripe data to Google Analytics using Zapier?
Hi, can someone help me set up a Zap in Zapier that sends Stripe information to Google Analytics? For some reason, any Stripe data I try to pass resolves to placeholder text like this {{323224761__amount}} in Google Analytics. Has anyone else experienced this, and how did you fix it? I also tried converting Stripe inside Formatter and it was sending a placeholder for Formatter to Google Analytics. Here’s attached image of what I’m try to send. It passes Zapier formatting test and is able to send data to Google Analytics, but data that is received are placeholders. I also did a test to send Stripe data to Gmail and it was able to send the data I wanted and not placeholders.
Thank you.
Page 1 / 1
Hi @ToliyG
Help us have more info by posting screenshots showing:
how your Zaps steps are outlined so we can see which app/event you are using for the trigger/actions
how your Zap steps are configured in the CONFIGURE tab while in EDIT mode so we can see the field mappings.
Hi Troy,
Here are the settings that i have.
@ToliyG
TIP: Click field labels with the tooltip ( i ) icon to see a tooltip with more info that may provide guidance about expected values and formats.
Based on your screenshots it looks like you are actually using this Zap action: GA4 - Send Measurement Events for an Application
Can you post screenshots from GA4 showing what you mean by the {{VARS}} are being passed instead of the values?
@Troy Tessalone thank you for helping me with this issue. Here you go.
You essentially need to get the JSON structure created without the surrounding double brackets {{ and }}, so you may have to create part of it using a Formatter step, then place that output within { } to get the resulting JSON.
One option is to use a Code step to create the JSON structure with replaced values instead of variables.