AI-generated Key Takeaways
- 
          
The
UniversalAdIdInfoobject provides information about the universal ad ID and its registry. - 
          
The
getAdIdRegistrymethod returns the ad ID registry associated with the ad ID value. - 
          
The
getAdIdValuemethod returns the universal ad ID value. 
        This object exposes information about the universal ad ID associated with the creative,
        including the ad ID value and the ad ID registry.
      
      | Methods | |
|---|---|
              get
             | 
            Returns the ad ID registry associated with the ad ID value.  | 
          
              get
             | 
            Returns the universal ad ID value.  | 
          
Methods
getAdIdRegistry
getAdIdRegistry(): string
            
              Returns the ad ID registry associated with the ad ID value.
              
                
            
          | Returns | |
|---|---|
                    string
                   | 
                  The ad ID registry associated with the ad ID value. | 
getAdIdValue
getAdIdValue(): string
            
              Returns the universal ad ID value.
              
                
            
          | Returns | |
|---|---|
                    string
                   | 
                  The universal ad ID value. |