{"id":21762059,"url":"https://github.com/segment-integrations/analytics-kotlin-nielsen-dcr","last_synced_at":"2025-07-15T18:46:15.587Z","repository":{"id":176397500,"uuid":"511575937","full_name":"segment-integrations/analytics-kotlin-nielsen-dcr","owner":"segment-integrations","description":"The Nielsen DCR analytics-kotlin integration","archived":false,"fork":false,"pushed_at":"2024-08-05T18:55:33.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T04:41:38.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":false,"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/segment-integrations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-07-07T15:13:33.000Z","updated_at":"2024-08-05T18:55:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"23311f49-f816-4ef0-abed-b816e4c67029","html_url":"https://github.com/segment-integrations/analytics-kotlin-nielsen-dcr","commit_stats":null,"previous_names":["segment-integrations/analytics-kotlin-nielsen-dcr"],"tags_count":1,"template":false,"template_full_name":"segment-integrations/analytics-kotlin-destination-template","purl":"pkg:github/segment-integrations/analytics-kotlin-nielsen-dcr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-kotlin-nielsen-dcr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-kotlin-nielsen-dcr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-kotlin-nielsen-dcr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-kotlin-nielsen-dcr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/segment-integrations","download_url":"https://codeload.github.com/segment-integrations/analytics-kotlin-nielsen-dcr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-kotlin-nielsen-dcr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265451695,"owners_count":23767808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-26T12:10:48.009Z","updated_at":"2025-07-15T18:46:15.518Z","avatar_url":"https://github.com/segment-integrations.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Analytics-Kotlin Nielsen-DCR\n\nAdd Nielsen-DCR support to your applications via this plugin for [Analytics-Kotlin](https://github.com/segmentio/analytics-kotlin)\n\n⚠️ **Github Issues disabled in this repository** ⚠️\n\nPlease direct all issues, bug reports, and feature enhancements to `friends@segment.com` so they can be resolved as efficiently as possible. \n\n## Adding the dependency\nTo install the Segment-Nielsen-DCR integration, simply add this line to your gradle file:\n\n```\nimplementation 'com.segment.analytics.kotlin.destinations:nielsen-dcr:\u003clatest_version\u003e'\n```\n\nOr the following for Kotlin DSL\n\n```\nimplementation(\"com.segment.analytics.kotlin.destinations:nielsen-dcr:\u003clatest_version\u003e\")\n```\n\nAlso add the Maven Nielsen Digital SDK repo (since Nielsen doesn’t publish it on Maven Central) inside repositories section in project level build.gradle.\n```\nallprojects {\n    repositories {\n        mavenCentral()\n        maven {\n            url 'https://raw.githubusercontent.com/NielsenDigitalSDK/nielsenappsdk-android/master/'\n        }\n    }\n}\n```\nOr the following for Kotlin DSL\n```\nallprojects {\n    repositories {\n        mavenCentral()\n        maven {\n            url = uri(\"https://raw.githubusercontent.com/NielsenDigitalSDK/nielsenappsdk-android/master/\")\n        }\n    }\n}\n\n```\n\n## Using the Plugin in your App\n\nOpen the file where you setup and configure the Analytics-Kotlin library.  Add this plugin to the list of imports.\n\n```\nimport com.segment.analytics.kotlin.destinations.nielsendcr.NielsenDCRDestination\n```\n\nJust under your Analytics-Kotlin library setup, call `analytics.add(plugin = ...)` to add an instance of the plugin to the Analytics timeline.\n\n```\n    analytics = Analytics(\"\u003cYOUR WRITE KEY\u003e\", applicationContext) {\n        this.flushAt = 3\n        this.trackApplicationLifecycleEvents = true\n    }\n    analytics.add(plugin = NielsenDCRDestination())\n```\n\nYour events will now begin to flow to Nielsen-DCR in device mode.\n\n\n## Integrating with Segment\n\nInterested in integrating your service with us? Check out our [Partners page](https://segment.com/partners/) for more details.\nPlease see [our documentation](https://segment.com/docs/connections/destinations/catalog/nielsen-dcr/) for more information.\n\n\n## Support\n\nPlease use Github issues, Pull Requests, or feel free to reach out to our [support team](https://segment.com/help/).\n\n\n## License\n```\nMIT License\n\nCopyright (c) 2021 Segment\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsegment-integrations%2Fanalytics-kotlin-nielsen-dcr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsegment-integrations%2Fanalytics-kotlin-nielsen-dcr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsegment-integrations%2Fanalytics-kotlin-nielsen-dcr/lists"}