Reputation: 553
I am using Firebase to track the installs from google ads campaign. I have tried all the solutions available on Stack overflow and Github as well but it did't work for me. Let me explain each step I am doing:
Now I am getting all the events like first_open and other screen events on firebase console but it didn't show me the events related to my custom google ad campaign.
Is there any solution or am I missing something? Please help me to resolve this issue.
Upvotes: 4
Views: 1498
Reputation: 404
I'm not sure what Google Ads related events you're referring to.
If you wanted to track the number of installs coming from your Google Ad Campaign, you could check the first_open conversions report.
Go to Analytics>Conversions>first_open. From there, you could filter the data using the Comparisons feature with "Traffic source" and select the campaign you want.
Upvotes: 1