To add gameplay analysis, insert a "gameplayAnalysis" object into the game's entry in games-data.json.
It should have the same structure as a trailer, but without a "url". Make sure to include an "image" for the card view and a "analysisReportImage" property containing the URL to the detailed report image.
"gameplayAnalysis": {
"name": "Gameplay Analysis",
"image": "http://googleusercontent.com/youtube.com/...",
"analysisReportImage": "URL_TO_REPORT_IMAGE.png",
"dominantColors": [ "#FFFFFF", ... ],
"colorAnalysis": { ... }
},
"trailers": [ ... ]