Video orientation data is not readily available in Google Ads API but can be
fetched with YouTube Data API.
In order to get this data for App Reporting Pack do the following:
- Enable YouTube Data API
- API key to access to YouTube Data API.
-
Once you created API key export it as an environmental variable
export GOOGLE_API_KEY=<YOUR_API_KEY_HERE>
-