Overview

To successfully track your app events in mediasmart, you must ensure your Bundle ID (app ID) is correctly configured.

Not sure where to find it? Keep reading

For an iOS app

For iOS, the Bundle ID is the string of numbers located directly after id in the App Store URL.

That is to say, in an App Store URL: https://apps.apple.com/us/app/name-of-app/id0000000000
The Bundle ID is: 0000000000

Examples:

  • In App Store URL: https://apps.apple.com/us/app/perplexity-ai-search-chat/id1668000334 The Bundle ID is: 1668000334

  • In App Store URL: https://apps.apple.com/us/app/harry-potter-hogwarts-mystery/id1333256716 The Bundle ID is: 1333256716

For an Android app

For Android, mediasmart uses the Application ID (also known as the package name) to identify your app and track events. You can find this in the Google Play Store URL located after id=.

That is to say, in a Google Play URL: https://play.google.com/store/apps/details?id=com.company.appname The Bundle ID is: com.company.appname

Examples:

  • In the Google Play URL https://play.google.com/store/apps/details?id=com.canva.editor The Bundle ID is: com.canva.editor

  • In the Google Play URL https://play.google.com/store/apps/details?id=com.spotify.musicThe Bundle ID is: com.spotify.music