blob: 681ee39032cbf74172972058a454b2049a44a4a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
type: google.api.Service
config_version: 3
name: admob.googleapis.com
title: AdMob API
apis:
- name: google.ads.admob.v1.AdMobApi
documentation:
summary: The AdMob API allows publishers to programmatically get information about their AdMob
account.
backend:
rules:
- selector: 'google.ads.admob.v1.AdMobApi.*'
deadline: 120.0
authentication:
rules:
- selector: 'google.ads.admob.v1.AdMobApi.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/admob.report
|