{"id":19435414,"url":"https://github.com/cozycodegh/cordova-plugin-ads-donottrack","last_synced_at":"2026-06-08T21:31:06.216Z","repository":{"id":65954736,"uuid":"603350715","full_name":"cozycodegh/cordova-plugin-ads-donottrack","owner":"cozycodegh","description":"Cordova plugin to add ads to an app (when tracking has been disabled)","archived":false,"fork":false,"pushed_at":"2024-03-31T14:43:44.000Z","size":1201,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T11:44:02.850Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cozycodegh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-18T08:39:23.000Z","updated_at":"2023-02-18T08:43:13.000Z","dependencies_parsed_at":"2023-12-07T17:41:55.958Z","dependency_job_id":"3652063b-128e-4c9f-a85c-7a22585ed97e","html_url":"https://github.com/cozycodegh/cordova-plugin-ads-donottrack","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":0.3846153846153846,"last_synced_commit":"c4005477e92ca01773e54ba06d00839d4c84753f"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cozycodegh/cordova-plugin-ads-donottrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozycodegh%2Fcordova-plugin-ads-donottrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozycodegh%2Fcordova-plugin-ads-donottrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozycodegh%2Fcordova-plugin-ads-donottrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozycodegh%2Fcordova-plugin-ads-donottrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cozycodegh","download_url":"https://codeload.github.com/cozycodegh/cordova-plugin-ads-donottrack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cozycodegh%2Fcordova-plugin-ads-donottrack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34082130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T15:06:14.853Z","updated_at":"2026-06-08T21:31:06.195Z","avatar_url":"https://github.com/cozycodegh.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cordova-Plugin-Ads-DoNotTrack\n\njump to: [PLUGIN USAGE](#plugin-usage) | [ADD ADS](#add-ads) | [cozycode.ca](#more-cozycode) | [Open Source License](#license) \n\u003chr/\u003e\n\nUpdated __2023__ for [Cordova](https://cordova.apache.org/) with no tracking consent requested \u003cbr\u003e\nMake sure to turn off `\"user metrics\"` in advertising settings to disable tracking \u003cbr\u003e\nTo include ads with tracking, see: [cordova-plugin-ads](https://github.com/cozycodegh/cordova-plugin-ads)\n\n***Cordova*** plugin to add ***ads*** (by Google AdMob) into an app. \u003cbr\u003e\nUse JavaScript to include ads in your app.\n\nIf you notice any issues, submit here: [github issues](https://github.com/cozycodegh/cordova-plugin-ads-donottrack/issues)\u003cbr\u003e\n\nHave a good one!\n\n# PLUGIN USAGE\u003ca id=\"plugin-usage\"\u003e\u003c/a\u003e\u003cbr\u003e\n\n[see cordova-plugin-ads for full documentation](https://github.com/cozycodegh/cordova-plugin-ads#plugin-usage)\u003cbr\u003e\n\n\u003cins\u003ebanner ads\u003c/ins\u003e \u003cbr\u003e\n[`adMob.banner(bannerId)`](docs/banner.md) \u003cbr\u003e\n[`adMob.removeBanner()`](docs/banner.md#remove-banner) \u003cbr\u003e\n\n# ADD ADS with no tracking\u003ca id=\"add-ads\"\u003e\u003c/a\u003e\u003cbr\u003e\n\n1. Add the plugin\u003cbr\u003e\n```properties\ncordova plugin add cordova-plugin-ads-donottrack\n```\n\n2. Turn off `user metrics` while creating AdMob apps with ad units\n\n3. Add calls to the plugin to load ads\n```js\nadMob.banner(\"test\").catch(function(err){});\n```\n\n[see cordova-plugin-ads documentation](https://github.com/cozycodegh/cordova-plugin-ads#add-ads)\n\n# More from [cozycode.ca](https://cozycode.ca)\u003ca id=\"more-cozycode\"\u003e\u003c/a\u003e\u003cbr\u003e\n\n  * [make apps with JavaScript](https://cozycode.ca/post?pon=make-an-app-with-cordova)\n  * [how to make an in-app purchases with Cordova](https://cozycode.ca/post?pon=cordova-plugin-inapppurchases)\n  * [a testing app for in-app purchases](https://cozycode.ca/post?pon=cordova-plugin-inapppurchases-TEST-APP)\n  * [a demo app for in-app purchases](https://cozycode.ca/post?pon=cordova-plugin-inapppurchases-DEMO-APP)\n\n# Open Source License\u003ca id=\"license\"\u003e\u003c/a\u003e\u003cbr\u003e\n\nMIT Licensed (MIT)\n\nCopyright © 2023 [cozycode.ca](https://cozycode.ca)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do  so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all  copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcozycodegh%2Fcordova-plugin-ads-donottrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcozycodegh%2Fcordova-plugin-ads-donottrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcozycodegh%2Fcordova-plugin-ads-donottrack/lists"}