Plugins->GoogleMobileAds -> Api -> Core -> Open Adrequest.cs
using System;
using System.Collections.Generic;
using GoogleMobileAds.Api.Mediation;
namespace GoogleMobileAds.Api
{
public class AdRequest
{
public const string Version = "[VERSION]";
...
Refference: