Skip to content

Commit

Permalink
Merge pull request #79 from mertsimsek/develop
Browse files Browse the repository at this point in the history
Add Adjust as third party service
  • Loading branch information
nisrulz authored Aug 6, 2020
2 parents 30592d5 + 6836bc8 commit 158bdbd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added public/images/adjust.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/js/thirdpartyservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,16 @@ var thirdPartyServicesJsonArray = [
privacy: "https://amplitude.com/privacy",
terms: "https://amplitude.com/terms"
}
},
{
name: "Adjust",
model: "adjust",
expo: false,
logo: "images/adjust.png",
link: {
privacy: "https://www.adjust.com/terms/privacy-policy",
terms: "https://www.adjust.com/terms/general-terms-and-conditions"
}
}


Expand Down

0 comments on commit 158bdbd

Please sign in to comment.