About Google Bidding in "Applovin Max" aggregation platform

56 views
Skip to first unread message

Max Shu

unread,
Jun 20, 2023, 10:58:50 PM6/20/23
to AdMob API Developer Forum
At  "Applovin Max" aggregation platform UI as following picture, I can't get the data of "Google Bidding" through admob api.  
Need account add to whitelist or other cause?

BODY:
String jsonBody = "{" +
" \"report_spec\": {" +
" \"date_range\": {" +
" \"start_date\": {\"year\": " + year + ", \"month\": " + month + ", \"day\":" + day + "}," +
" \"end_date\": {\"year\": " + year + ", \"month\": " + month + ", \"day\": " + day + "}" +
" }," +
" \"dimensions\": [\"DATE\",\"APP_ID\",\"APP_NAME\",\"COUNTRY\",\"AD_UNIT_NAME\",\"FORMAT\",\"PLATFORM\", \"AD_SOURCE_ID\"]," +
" \"metrics\": [\"CLICKS\", \"AD_REQUESTS\", \"IMPRESSIONS\", \"ESTIMATED_EARNINGS\",\"IMPRESSION_CTR\",\"OBSERVED_ECPM\"]," +
" \"localization_settings\": {\"currency_code\": \"USD\", \"language_code\": \"en-US\"}" +
" }" +
"}";

无标题.png

AdMob API Forum Support

unread,
Jun 22, 2023, 11:20:09 AM6/22/23
to max.s...@gmail.com, google-admob-api...@googlegroups.com
Hi Max,

Network bidding data is available though the network report. There is a newly added dimension in v1alpha for that report called AD_UNIT_SERVING_TYPE that can help you distinguish the serving type.

Thanks,
Eric, AdMob API Team

ref:_00D1U1174p._5004Q2mVr63:ref

Max Shu

unread,
Jun 24, 2023, 10:42:29 PM6/24/23
to AdMob API Developer Forum

AD_UNIT_SERVING_TYPE or AD_SOURCE_FULL_LIST_ID( or AD_SOURCE_FULL_LIST) of dimension is not supported?


{
        "@type": "type.googleapis.com/google.rpc.BadRequest",
        "fieldViolations": [
          {
            "field": "report_spec.dimensions[0]",
            "description": "Invalid value at 'report_spec.dimensions[0]' (type.googleapis.com/google.ads.admob.v1alpha.AdsActivityReportSpec.Dimension), \"AD_UNIT_SERVING_TYPE\""
          }
        ]
      }

Reply all
Reply to author
Forward
0 new messages