UniversalAdId

public interface UniversalAdId


This object exposes information about the universal ad ID.

Summary

Public methods

abstract String

Returns the ad ID registry associated with the ad ID value.

abstract String

Returns the universal ad ID value.

Public methods

getAdIdRegistry

abstract String getAdIdRegistry()

Returns the ad ID registry associated with the ad ID value. Returns "unknown" if the registry is not known.

getAdIdValue

abstract String getAdIdValue()

Returns the universal ad ID value. Returns "unknown" if the value is not known.