quantcast / android-measurement

Quantcast Measure for Android
13 stars 12 forks source link

How to get the API key #18

Open chhota89 opened 4 years ago

chhota89 commented 4 years ago

I am trying to integrate the SDK. For that api key is required. On documentation it's mention that you will get the API key on the home page. I have login to the Quantcast dashboard and add one mobile app. but API key is not showing any where on the dashboard. On toolbar p code visible. Is p code and API key both are same things? Please help me out how exactly I can get the API key

SmithKevin commented 4 years ago

Hi @chhota89 In order to get your api key you need to hover over the card that was created when you registered and click "Download SDK" This will download a zip file which contains a text file with your api keys in it. As I type that I can see how it is not super straightforward and I will open a task with Product to make this not require a download.

chhota89 commented 4 years ago

Thanks for help. As I am integrating the SDK via gradle I have not downloaded that file. If you can add the guide to get the API key in the read me or show the api key on the dashboard that will be helpful for others