{"id":25936881,"url":"https://github.com/chartboost/chartboost-core-unity-consent-adapter-usercentrics","last_synced_at":"2026-05-11T15:34:30.968Z","repository":{"id":189027125,"uuid":"675825802","full_name":"ChartBoost/chartboost-core-unity-consent-adapter-usercentrics","owner":"ChartBoost","description":"The Chartboost Core - Usercentrics Adapter mediates Usercentrics via the Chartboost Core SDK.","archived":false,"fork":false,"pushed_at":"2026-03-10T19:05:45.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-10T21:28:20.902Z","etag":null,"topics":["chartboost","core","csharp","unity","usercentrics"],"latest_commit_sha":null,"homepage":"https://www.chartboost.com","language":"C#","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/ChartBoost.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-07T20:19:47.000Z","updated_at":"2025-11-04T18:43:46.000Z","dependencies_parsed_at":"2025-12-03T18:06:38.576Z","dependency_job_id":null,"html_url":"https://github.com/ChartBoost/chartboost-core-unity-consent-adapter-usercentrics","commit_stats":null,"previous_names":["chartboost/chartboost-core-unity-consent-adapter-usercentrics"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/ChartBoost/chartboost-core-unity-consent-adapter-usercentrics","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-core-unity-consent-adapter-usercentrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-core-unity-consent-adapter-usercentrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-core-unity-consent-adapter-usercentrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-core-unity-consent-adapter-usercentrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChartBoost","download_url":"https://codeload.github.com/ChartBoost/chartboost-core-unity-consent-adapter-usercentrics/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChartBoost%2Fchartboost-core-unity-consent-adapter-usercentrics/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32901681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["chartboost","core","csharp","unity","usercentrics"],"created_at":"2025-03-04T02:54:58.559Z","updated_at":"2026-05-11T15:34:30.955Z","avatar_url":"https://github.com/ChartBoost.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chartboost Core - Usercentrics Adapter\n\nThe Chartboost Core - Usercentrics Adapter mediates Usercentrics via the Chartboost Core SDK.\n\n## Minimum Requirements\n\n| Plugin | Version |\n| ------ | ------ |\n| Cocoapods | 1.11.3+ |\n| iOS | 11.0+ |\n| Xcode | 14.1+ |\n| Android API | 21+ |\n| Unity | 2022.3.+ |\n\n## Integration\n\nChartboost Core Usercentrics Adapter is distributed using the public [npm registry](https://www.npmjs.com/search?q=com.chartboost.core.consent.usercentrics) as such it is compatible with the Unity Package Manager (UPM). In order to add the Chartboost Core Usercentrics Adapter to your project, just add the following to your Unity Project's ***manifest.json*** file. The scoped registry section is required in order to fetch packages from the NpmJS registry.\n\n```json\n  \"dependencies\": {\n    \"com.chartboost.core.consent.usercentrics\": \"1.0.21\",\n    ...\n  },\n  \"scopedRegistries\": [\n    {\n      \"name\": \"NpmJS\",\n      \"url\": \"https://registry.npmjs.org\",\n      \"scopes\": [\n        \"com.chartboost\"\n      ]\n    }\n  ]\n```\n\n## Using the public [NuGet package](https://www.nuget.org/packages/Chartboost.CSharp.Core.Unity.Consent.Usercentrics)\n\nTo add the Chartboost Core Unity SDK to your project using the NuGet package, you will first need to add the [NugetForUnity](https://github.com/GlitchEnzo/NuGetForUnity) package into your Unity Project.\n\nThis can be done by adding the following to your Unity Project's ***manifest.json***\n\n```json\n  \"dependencies\": {\n    \"com.github-glitchenzo.nugetforunity\": \"https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity\",\n    ...\n  },\n```\n\nOnce \u003ccode\u003eNugetForUnity\u003c/code\u003e is installed, search for `Chartboost.CSharp.Core.Unity.Consent.Usercentrics` in the search bar of Nuget Explorer window(Nuget -\u003e Manage Nuget Packages).\nYou should be able to see the `Chartboost.CSharp.Core.Unity.Consent.Usercentrics` package. Choose the appropriate version and install.\n\n# Usage\n\n## Client Module\nIn order to use the `UsercentricsAdapter`, a client instance can be passed along with the `ChartboostCore.Initialize` call as seen in the example below:\n\n```csharp\nstring chartboostApplicationIdentifier = \"CHARTBOOST_APPLICATION_IDENTIFIER\";\n\nList\u003cModule\u003e modulesToInitialize = new List\u003cModule\u003e();\n\n// create usercentrics options configuration object\nUsercentricsOptions usercentricsOptions = new UsercentricsOptions(\"USERCENTICS_SETTINGS_ID\");\n\n// template to partner id can be passed as an optional paramter, but a default set is provided.\nUsercentricsAdapter usercentricsAdapter = new UsercentricsAdapter(usercentricsOptions);\n\nmodulesToInitialize.Add(usercentricsAdapter);\n\nSDKConfiguration sdkConfig = new SDKConfiguration(chartboostApplicationIdentifier, modulesToInitialize);\n\n// Initialize Chartboost Core and Usercentrics.\nChartboostCore.Initialize(sdkConfig);\n```\n\n# Contributions\n\nWe are committed to a fully transparent development process and highly appreciate any contributions. Our team regularly monitors and investigates all submissions for the inclusion in our official adapter releases.\n\nRefer to our [CONTRIBUTING](CONTRIBUTING.md) file for more information on how to contribute.\n\n# License\n\nRefer to our [LICENSE](LICENSE.md) file for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchartboost%2Fchartboost-core-unity-consent-adapter-usercentrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchartboost%2Fchartboost-core-unity-consent-adapter-usercentrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchartboost%2Fchartboost-core-unity-consent-adapter-usercentrics/lists"}