Game ID?

I am using Unity 5.2 and am about to integrate Unity Ads. I have created a project in the Ads dashboard, linked that project using the Services window and enabled Ads.
In the Advanced tab of the Services window, there are two input fields for iOS GameID and Android GameID. Both fields contain a number I didn’t enter. Are these numbers correct or do I have to change them?

In the online dashboard, these same numbers also appear. Next to them, there is a button for “Add Store ID”, and a field for Store Game Name, which is empty. I believe I have to add these IDs in order for Ads to function. But currently, I only have a non-public alpha version of the game online, so the dashboard won’t let me add anything because it can’t find the Google Play store entry (as it is non-public).
When I have released a final version and entered the store ID, will everything begin to work? Or would I have to make a new build of the game afterwards?

I assume that the GameID is an internal identifier for Unity Ads to know which game it is dealing with. Inside the dashboard, I can then “translate” the GameID to the actual Play store game, and doing so should not require me to make a new build. I just want to make sure that this is actually the case.

Thank you

1 Like

Correct, the Game IDs are used by Unity Ads to identify your game, and you should not change those (unless e.g. you have existing pre-5.2 IDs you want to use instead). You can already now verify ads works as expected in your unpublished game, and when it has been published to app stores, you can just update the “Store ID” fields in the dashboard at https://dashboard.unityads.unity3d.com.

As you say, no need to update the Unity Ads game IDs, even after your game has been published to app stores.

-Rasmus

Alright, thank you very much for clearing it up!

@rasmus-unity hi again, sorry for the newb question, but what is the store game id for?

@franciscochong , i like to think of them as a way of linking things together

the Game IDs link your game with Unity Ads service (they’re provided by Unity)

the Store IDs link your games Store app page(s) with the Unity Ads service (with Android your games Bundle Identifier is used as the Store ID, and with iOS it’s an automatically generated number called an Apple ID assigned to your game)

1 Like