Posts tagged with firebase

I am trying to integrate firebase into google ads account to track installation conversions from the app , i unknowingly used the first_open (ios) for the staging app while i need it on production app , i can't import the one for the production since they are both considered the same conversion action

 You've imported 0 app conversion actions from Google Analytics (GA4)     Important next steps:  warning     The following Firebase event(s) couldn't be imported,     because you already have conversion action(s)      tracking the same conversion event for     the same app: (iOS) First open 

, and can't remove the one already exists , it fails with this error message :

This conversion action cannot be removed because it is used for optimization at the campaign-level. 

also when trying to Change conversions setting it says :

Cannot edit campaign conversions setting for a UAC campaign. 

any idea or suggestion would be great

In podfile.lock I have:

  • Google-Mobile-Ads-SDK (8.7.0):
    • GoogleAppMeasurement (< 9.0, >= 7.0)
    • GoogleUserMessagingPlatform (>= 1.1)

This code works fine, so the SDK installed successfully.

import GoogleMobileAds  let options = GADMultipleAdsAdLoaderOptions()  options.numberOfAds = 5  adLoader = GADAdLoader(adUnitID: adUnitID, rootViewController: requester, adTypes: [.native], options: [options])  adLoader.delegate = self 

But I can display the received GADNativeAd, because views are unaccessible.

import UIKit import GoogleMobileAds class FeedAdTVC: UITableViewCell {     func setup(with: GADNativeAd) {         let templateView = GADUnifiedNativeAdView()     } } 

I got: Cannot find 'GADUnifiedNativeAdView' in scope

first of all, I want to add google_mobile_ads in my pubspec. after adding it the pod install command return 404 not found.

after it, I remove my podfile & podfile.lock and run flutter clean & pod cache clean --all and trying to run again and FirebaseAnalytic & GoogleSignIn return 404 not found too.

I have a mobile game, in which i have user engagement of 10 minutes and user retention day 1 of 27%, I'm doing app promotion on Google Ads, so in USA and United Kingdom my CPI in Google Ads is 0,15$, But i still have ROI = 0,4, is that not too small?

Can anyone help me on some suggestions on what makes that so small? Thanks in advance.