1
を予約されて私はcocoapods上FirebaseとGTMを統合:Firebase分析とGoogleタグマネージャ:<FIRAnalytics/ERROR>イベント名は
pod 'Firebase/Core'
pod 'GoogleTagManager', '~> 5.0'
Podfile.lock使用バージョン用:
- Firebase /コア(3.12.0):
- FirebaseAnalytics(= 3.6.0)
- FirebaseCore(= 3.4.7)
- FirebaseAnalytics(3.6.0):
- FirebaseCore(〜> 3.4)
- FirebaseInstanceID(〜> 1.0)
- GoogleInterchangeUtilities(〜> 1.2)
- GoogleSymbolUtilities(〜> 1.1)
- GoogleToolboxForMac/NSDataの+のzlib(〜> 2.1)
- FirebaseCore(3.4.7):
- GoogleInterchangeUtilities(〜> 1.2)
- GoogleSymbolUtilities(〜> 1.1)
- GoogleToolboxForMac/NSDataの+ ZLIB(〜> 2.1)
- FirebaseInstanceID( 1.0.8)
- GoogleAnalytics(3.17.0)
- GoogleInterchangeUtilities(1.2.2):
- GoogleSymbolUtilities(〜> 1.1)
- GoogleSymbolUtilities(1.1.2)
- GoogleTagManager(5.0.8):
- FirebaseAnalytics(〜> 3.0)
- GoogleAnalytics(〜> 3.0 )
- GoogleUtilities(〜> 1.3.0)
- GoogleToolboxForMac /デフINES(2.1.1)
- GoogleToolboxForMac/NSDataの+ ZLIB(2.1.1):
- GoogleToolboxForMac /定義(= 2.1.1)
- GoogleUtilities(1.3.2):
- GoogleSymbolUtilities(〜> 11)
とは、統合のためのマニュアルの手順に従ったが、私はこれらの警告を持っています:
<FIRAnalytics/ERROR> Event name is reserved. Ignoring event: user_engagement
<FIRAnalytics/ERROR> Event name is reserved. Ignoring event: first_open
私はので、私はこれらを送信していないですこれらの予約されているイベントを知っています。 GTMとfirebase Analyticsとの統合に問題はありますか?
EDIT
私は、configファイルから ".json" 拡張子を削除しました。ログは言った:
GoogleTagManager warning: No default container found. Container needs to be added to a container folder and added to the target.
Configuration was not found in database. The configuration will be fetched from the network when necessary
Firebase Analytics is ready to receive events
Firebase Analytics enabled
Fetching configuration from the server
Downloading data. Host: https://app-measurement.com/config/app/1:...
Successful fetched configuration from the server. Got network response. Code, size: 200, 106
Successfully parsed a configuration. Version: 1484056.........
Measurement data sent to network
Successful upload. Got network response. Code, size: 204, 0
任意のアイデア???
しかし、エラーはなくなりましたか?
任意のアイデア
GTMを取り出すと、エラーは消えますか?もしそうなら、それはおそらくSDKの統合の問題です – adbitx
はい、それはなくなっています。 – ergunkocak
どのように修正しましたか? – Cortez