Skip to main content

All Questions

0 votes
0 answers
81 views

Firebase Event parameters missing in console

Here is my (Swift) code to log a particular event: Analytics.logEvent("Category", parameters: [ "id": cat.id as NSObject, "title": cat.title as NSObject ]) The &...
soleil's user avatar
  • 12.8k
0 votes
1 answer
217 views

Implementing and Verifying Google Tag Manager Custom Function in iOS (Swift)

I have an iOS app in which I've integrated the Firebase SDK and I can see some basic events firing on the Firebase debug console as expected. Next, I want to integrate Google Tag Manager(GTM) and I ...
Shawn Frank's user avatar
  • 5,043
0 votes
0 answers
30 views

How to optimize Firebase Analytics start up?

I have Firebase Analytics and Remote Config pods installed. When changing the phone's region (or restarting my phone) and starting my app again, the remote config fetchAndActivate takes more time to ...
Icare's user avatar
  • 1,333
0 votes
0 answers
58 views

Verify events sent to Google Tag Manager using the Swift iOS SDK

I have an iOS app in which I've integrated the Firebase SDK and I can see some basic events firing on the Firebase console as expected. As a next step, I wanted to integrated Google Tag Manager and I ...
Shawn Frank's user avatar
  • 5,043
0 votes
0 answers
35 views

is part of module FirebaseAnalytics ignoring import

I followed the instructions to install Firebase Analytics with cocopoad but it doesn't recognize the code. AppDelegate.swift import UIKit import FirebaseCore @main class AppDelegate: UIResponder, ...
SwiftLove's user avatar
5 votes
1 answer
1k views

iOS App Tracking Transparency (ATT) impact to Google Analytics That integrated alongside other analytics tools that requires ATT

I've been working on integrating Google Analytics SDK into my app, and I've encountered a question regarding App Tracking Transparency (ATT) on iOS and how it interacts with the SDK. With the ...
Bakr Mohamed's user avatar
0 votes
0 answers
21 views

Firebase Analytics Event Unable to see in Firebase Dashboard

I Create a Demo Project for Firebase Analytics I can see my event title and Parameters value in Realtime but after 24 hour I can't see my all event in Firebase Dashboard I Can only see the Event title ...
Fusioni Technologies's user avatar
0 votes
1 answer
100 views

Can't able to see the custom parameter on Firebase console log

I'm getting this warning GoogleTagManager warning: Event does not have parameter “shopping_tool_origin” and no default value was defined. Returning “undefined” on Xcode console log, even we sent this ...
Ram's user avatar
  • 794
5 votes
1 answer
865 views

How to verify Firebase Item-scoped custom parameter are correctly sent on the console?

I'm using Firebase iOS SDK version 10.7.0 to send item-scoped custom parameter while logging some ecommerce events as it's a feature that was added on version 10.6.0. The feature doesn't seem to be ...
Enricoza's user avatar
  • 1,133
0 votes
1 answer
32 views

How make a list and track the position of item in a Codable Struct?

I have this struct : struct Item: Codable { let uniqueId: String let id: String let productId: String let name: String let price: String let listPrice: String let ...
Christian Pérez - SMU's user avatar
0 votes
0 answers
210 views

Xcode Swift Error: Framework not found FirebaseAnalytics

I tried adding FirebaseAnalytics now in getting this error. This is my pod file: And this is the error: Framework not found FirebaseAnalytics tried adding $(inherited) in the build settings. tried ...
Nicky O-O's user avatar
1 vote
0 answers
133 views

Firebase Screen name issue with modal views in iOS 13 and above

In our app we are tracking screen views manually by adding relevant codes in viewWillAppear functions. With iOS 13, with the non fullscreen modals, the viewWillAppear of the parent screen won't get ...
anoop4real's user avatar
  • 7,678
0 votes
0 answers
245 views

Firebase Analytics throws errors on building in xcode

I am trying to implement analytics by firebase, I have imported the FirebaseAnalytics pod in my class, but when I try to use any of it's methods, there are errors on xcode build, please help me ...
marilyn's user avatar
  • 381
4 votes
1 answer
1k views

Firebase: Issue in Tracking Installs/Events from Google Ads Campaign in iOS

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 ...
Muhammad Salman's user avatar
0 votes
1 answer
485 views

I have installed Firebase Analytics in my iOS app, but it is not logging automatically

I have installed Firebase Analytics with Firebase SDK in my iOS app. And we are able to measure events, event parameters, and user properties without any problems. However, when I open a ...
tanaka's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
10