1

Say I have a view that will show an iAd banner once the view is loaded/appear, does it mean that the # of times that the view appears == the # of impressions?

Almo
  • 15,538
  • 13
  • 67
  • 95
tom
  • 14,273
  • 19
  • 65
  • 124

1 Answers1

3

Yes, the iAd code calls the server (# of requests) and when it gets an answer your code displays the ad (# of impressions).

gregory
  • 826
  • 1
  • 6
  • 6