AI-generated Key Takeaways
- 
          ENVIRONMENT_UNSPECIFIED is the default value when environment is not specified and does not represent a real environment option. 
- 
          ENVIRONMENT_WEB_OPTIMIZED targets browser inventory designed for the device it was viewed on, including mobile websites on mobile devices. 
- 
          ENVIRONMENT_WEB_NOT_OPTIMIZED targets browser inventory not designed for the viewing device, such as desktop-optimized websites on mobile devices. 
- 
          ENVIRONMENT_APP targets inventory displayed in apps. 
Possible environment targeting options.
| Enums | |
|---|---|
| ENVIRONMENT_UNSPECIFIED | Default value when environment is not specified in this version. This enum is a placeholder for default value and does not represent a real environment option. | 
| ENVIRONMENT_WEB_OPTIMIZED | Target inventory displayed in browsers. This includes inventory that was designed for the device it was viewed on, such as mobile websites viewed on a mobile device. ENVIRONMENT_WEB_NOT_OPTIMIZED, if targeted, should be deleted prior to the deletion of this targeting option. | 
| ENVIRONMENT_WEB_NOT_OPTIMIZED | Target inventory displayed in browsers. This includes inventory that was not designed for the device but viewed on it, such as websites optimized for desktop but viewed on a mobile device. ENVIRONMENT_WEB_OPTIMIZED should be targeted prior to the addition of this targeting option. | 
| ENVIRONMENT_APP | Target inventory displayed in apps. |