Skip to content

Commit

Permalink
feat(admob): update the API
Browse files Browse the repository at this point in the history
#### admob:v1
The following keys were added:
- auth.oauth2.scopes.https://www.googleapis.com/auth/admob.readonly.description

The following keys were changed:
- resources.accounts.methods.get.scopes
- resources.accounts.methods.list.scopes
- resources.accounts.resources.mediationReport.methods.generate.description
- resources.accounts.resources.networkReport.methods.generate.description
  • Loading branch information
yoshi-automation authored and sofisl committed Nov 11, 2020
1 parent 3d567d2 commit 5a0b97a
Show file tree
Hide file tree
Showing 5 changed files with 2,748 additions and 9 deletions.
11 changes: 8 additions & 3 deletions discovery/admob-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/admob.readonly": {
"description": "See your AdMob data"
},
"https://www.googleapis.com/auth/admob.report": {
"description": "See your AdMob data"
}
Expand Down Expand Up @@ -129,6 +132,7 @@
"$ref": "PublisherAccount"
},
"scopes": [
"https://www.googleapis.com/auth/admob.readonly",
"https://www.googleapis.com/auth/admob.report"
]
},
Expand Down Expand Up @@ -156,6 +160,7 @@
"$ref": "ListPublisherAccountsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/admob.readonly",
"https://www.googleapis.com/auth/admob.report"
]
}
Expand All @@ -164,7 +169,7 @@
"mediationReport": {
"methods": {
"generate": {
"description": "Generates an AdMob Mediation report based on the provided report specification.",
"description": "Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.",
"flatPath": "v1/accounts/{accountsId}/mediationReport:generate",
"httpMethod": "POST",
"id": "admob.accounts.mediationReport.generate",
Expand Down Expand Up @@ -196,7 +201,7 @@
"networkReport": {
"methods": {
"generate": {
"description": "Generates an AdMob Network report based on the provided report specification.",
"description": "Generates an AdMob Network report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.",
"flatPath": "v1/accounts/{accountsId}/networkReport:generate",
"httpMethod": "POST",
"id": "admob.accounts.networkReport.generate",
Expand Down Expand Up @@ -228,7 +233,7 @@
}
}
},
"revision": "20201027",
"revision": "20201110",
"rootUrl": "https://admob.googleapis.com/",
"schemas": {
"Date": {
Expand Down

0 comments on commit 5a0b97a

Please sign in to comment.