Posts tagged with firebase

After importing our Firebase app events in Google Ads as conversions, their status stays at "no recent conversions". The events are recordeding fine in Firebase.

  • Both our native iOS and Android app are implemented, but none show conversions in Google Ads
  • The package name of one of our apps was updated
  • We unlinked Google Ads from Firebase and linked it again, but that didn't work either
  • We are talking about custom events (an in-app action) and native events (like first open)

It seems like we can't really delete conversions. We can delete and re-enable, but can't "start over".

How can we make recording our events as conversions work?

I'm using google dialogflow to make a whatsapp chatbot. I need to access firestore which contains sensitive data in other collections. Admin sdk is usually used in cloud functions but since it can access any collection in firestore with ease, i wanted to know if it is safe to use it or should i opt for a different option such as firebase client sdk.

Dialogflow is linked to a third party service (QuickWork) which links my bot to Gupshup to use the whatsapp business api.

Hoping this community can help. We have a mobile app on iOS only. So, we haven't implemented any IDFA libraries to track conversions via Google Ads and relied solely on the Vendor Identifier. However, we're seeing a significant drop in performance/conversion tracking within Google Ads compared to 2019 where we'd see thousands of installs.

Per Google Ads support recommendation, we updated the Firebase SDK with the SKAdNetwork automatically calling registerAppForAdNetworkAttribution, but still seeing no conversions registered in Google Ads. All integrations within Firebase are correct.

Without having to add in the IDFA libraries, is there any other recommendation you have? Adding a specific plist dictionary for Google Ads or additional API calls? I found one for AdMods but we don't do any in-app advertising so assuming that's not applicable to us.

Any assistance would help!

Thanks in advance.

It was my first time to do app download campaign via google ads. I created a Universal app campaign and has no idea how to add in my tracking parameter on my campaign level. I have tried to append the tracking parameters with final url suffix, however, I've been informed there was no eligible ads found while all my 3 ads are approved.

- The app store link is : https://play.google.com/store/apps/details?id=com.yuurewards.app

- The part I tried to append via final url suffix but failed: referrer=utm_source%3DSCMP%26utm_medium%3DEM%26utm_content%3DPerformance_EM_IG_v2_app_store%26utm_campaign%3Dapps-launch%26anid%3Dadmob

- What I expect to have for the final url: https://play.google.com/store/apps/details?id=com.yuurewards.app&referrer=utm_source%3DSCMP%26utm_medium%3DEM%26utm_content%3DPerformance_EM_IG_v2_app_store%26utm_campaign%3Dapps-launch%26anid%3Dadmob

Would you please let me know how to append the utm parameters for my app download campaign so that my client can differentiate the downloads are coming from my campaign?

Created App Campaign for an Android app that has Firebase(Google) Analytics SDK added. We're generating a couple of events and we're able to get conversions based on user usage.

Example of conversion:

  • User clicks on ad
  • Is redirected on try-app landing page on our website
  • Clicks on google play store
  • Installs app
  • Do a certain action for N times
  • Success: we have a conversion.

Everything works as expected for App Campaigns. The problem that I've encountered is with Video and Display Campaigns. I can't seem to replicate the same behaviour as for app campaigns. I'm not recording any conversions.

Has anyone run into the same problem? I've been struggling for two weeks now and I don't see the light at the end of the tunnel.