getAdRequestId method

String getAdRequestId()

Implementation

String getAdRequestId() {
  return (_nextAdId++).toString();
}