I use the firebase services in my application and firebase google analytics. I have several dynamic deep links, which are build programmatically inside my application. (The links are also used for notifications or newsletters, as they work all the way)
When a user opens a dynamic link that he/she received by another user,
one of the dynamic_link_*
events is triggered and send to analytics.
I added utm parameters to the links, using the DynamicLink.GoogleAnalyticsParameters.Builder
and marked the dynamic_link_*
events as conversion. My utm parameters are custom ones, I do not have a network for them.
i.e.: Source: my_application, medium: share, campaign: xyActivity
Unfortunately, neither the campaign, nor the source or medium is set in the conversion event details.
Although, I see that the utm parameters are(!) attached to the event, in the StreamView.
The documentation says, this will autmatically be collected. But it won't or I am doing something very wrong.
I thought that it is maybe related to the fact, that my utm parameters are not related to any network. But I can't find any option to add a custom one in the Network Settings tab of the conversion details.
Thank you in advance!
Please see comments below! It took almost 1 1/2 Month to have results in the conversion overview!