Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 612 Bytes

how-to-get-video-orientation-for-assets.md

File metadata and controls

14 lines (10 loc) · 612 Bytes

How to get video orientation for assets

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:

  • 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>