Skip to content

Commit

Permalink
Merge pull request #21 from VoodooTeam/fix/applovin_access_rights_hav…
Browse files Browse the repository at this point in the history
…e_changed

Fix: applovin requests forbidden permissions that are not actually ne…
  • Loading branch information
abedrytski authored Sep 5, 2023
2 parents cb529f6 + f294593 commit 778dcf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SourceApplovin(AbstractSource):
def get_access_token(self, config) -> Tuple[any, any]:
body = {
"grant_type": "client_credentials",
"scope" : "campaigns:read source_bids:read creatives:read",
"scope" : "campaigns:read creatives:read",
"client_id" : config["client_id"],
"client_secret" : config["client_secret"]
}
Expand Down

0 comments on commit 778dcf3

Please sign in to comment.