We’re sending events to Firebase Analytics, and I want to use the Google Analytics funnel explorer, but I’m having some problems and I hope someone with experience can help.
and in the Google Analytics funnel exploration I can define a funnel step on the “content_type” parameter - the ‘p’ matches “pet” in the event’s content_type.
I tried chat with Google Analytics support. It did not go well.
Firstly, they tried to redirect me to Firebase support. I’m glad I checked before finishing the call.
I’m afraid I have no experience with this. BUUUUT… Now I got curious…
I’m thinking that Google isn’t happy with your parameter values.
“Param names can be up to 40 characters long, may only contain alphanumeric characters and underscores (”_“), and must start with an alphabetic character” (Source)
In your screenshot the param value is Butter Toasty and I’m thinking that the space character should be replaced with an underscore. Could that be it?