0

I had created a banner admob ad using this link. App it was working good. I even got publisher id and I was able to view impressions and clicks from Admob website. But after I completed the development, I uploaded the app on play store and i am not able to view any ads impression/clicks from Admob website though ads are showing inside the app downloaded from playstore. I have linked the app from playstore. Around 50 people have downloaded the app and it has been 3 days but no update in Impressions/clicks. Now what I need to do to be able to track impressions or clicks. Do I need to get a new publisher ID? If so what are the steps to obtain it. Thanks in advance. Help me I'm new in admob. If you need code then I'll post that as well in the question.

I am using this code in the activities where I want to show the ad

AdView mAdView = (AdView) findViewById(R.id.adView);
        AdRequest adRequest = new AdRequest.Builder().build();
        mAdView.loadAd(adRequest);

Do I need to modify this code? I

4

0 に答える 0