1

https://support.google.com/firebase/answer/7061705?hl=en states in passing that firebase_campaign is auto-generated. Unfortunately ‘Automatically collected events’ doesn’t document that particular event. When is it triggered?

Doug Stevenson
  • 297,357
  • 32
  • 422
  • 441
Mohan
  • 7,302
  • 5
  • 32
  • 55

1 Answers1

3

firebase_campaign event is automatically triggered by user interaction and is not intended to be shown on the Firebase console. The data corresponding to event in form of the parameters is passed to Ads framework for further analysis and generating quality content.

The only way to obtain the data related to that event is via the Big Query export.

AniV
  • 3,997
  • 1
  • 12
  • 17
  • I am using Bigquery. 'user interaction' is rather broad -- do you have any more specific info? – Mohan Oct 30 '18 at 18:01
  • 1
    Clicking an ad or clicking campaign URL generated by Google Play URL builder tool, essentially carrying source, medium, campaign parameters something similar to this - https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Event.html#CAMPAIGN_DETAILS – AniV Oct 31 '18 at 03:32