{"id":21762115,"url":"https://github.com/segment-integrations/analytics-android-integration-nielsen-dcr","last_synced_at":"2026-05-11T03:39:29.100Z","repository":{"id":25212382,"uuid":"99182096","full_name":"segment-integrations/analytics-android-integration-nielsen-dcr","owner":"segment-integrations","description":"The Nielsen DCR analytics-android integration","archived":false,"fork":false,"pushed_at":"2022-07-08T23:29:44.000Z","size":141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T01:20:15.945Z","etag":null,"topics":["android"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/segment-integrations.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-03T02:34:17.000Z","updated_at":"2021-10-14T21:22:24.000Z","dependencies_parsed_at":"2022-09-16T00:12:32.191Z","dependency_job_id":null,"html_url":"https://github.com/segment-integrations/analytics-android-integration-nielsen-dcr","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-nielsen-dcr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-nielsen-dcr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-nielsen-dcr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/segment-integrations%2Fanalytics-android-integration-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-android-integration-nielsen-dcr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244739944,"owners_count":20501990,"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":["android"],"created_at":"2024-11-26T12:11:01.614Z","updated_at":"2026-05-11T03:39:29.025Z","avatar_url":"https://github.com/segment-integrations.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"analytics-android-integration-nielsen-dcr\n======================================\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android.integrations/nielsendcr/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.segment.analytics.android.integrations/nielsendcr)\n[![Javadocs](http://javadoc-badge.appspot.com/com.segment.analytics.android.integrations/nielsendcr.svg?label=javadoc)](http://javadoc-badge.appspot.com/com.segment.analytics.android.integrations/nielsendcr)\n\nNielsen DCR integration for [analytics-android](https://github.com/segmentio/analytics-android).\n\n\n## Installation\nNielsen App SDK is compatible with Android OS versions 2.3+\n\nTo install the Segment-Nielsen-SCR integration, add the following to your gradle file:\n\n```\ncompile 'com.segment.analytics.android.integrations:nielsendcr:+'\n```\n\nNielsen does not host their SDK on Maven, so you must manually include their framework. You must manually include the framework in your project. Navigate to [Nielsen's Engineering Site](https://engineeringportal.nielsen.com/docs/Main_Page) and download the following Video framework:\n\n![](http://g.recordit.co/aQqjUiDvAB.gif)\n\nThere will be an NDA to sign prior to accessing the download. Nielsen requires you fill out your company info and have a Nielsen representative before getting started.\n\n## Repository\n- [Snapshots](https://oss.sonatype.org/content/repositories/snapshots/com/segment/analytics/android/integrations/nielsendcr/)\n- [Releases](https://oss.sonatype.org/content/repositories/releases/com/segment/analytics/android/integrations/nielsendcr/)\n\n## Releasing\nCircleCI is configured to release the artifacts when a new tag is created. Snapshot builds are created and uploaded for each commit in master.\n\nWhen you are working in a new release, change the version to `\u003cnew-version\u003e-SNAPSHOT` in `gradle.properties`. After you\nare done, push your changes to master (it will upload the SNAPSHOT version) and then create a tag with the version (it\nwill release and promote the new version).\n\n### Errors promoting\nGo to [Sonatype](https://oss.sonatype.org/#stagingRepositories) to check if the previous staging was not closed\nproperly, or if the signature was invalid. Segment's staging repositories are `comsegment-xxxxx`.\n\n### Verify signature\nYou can get Segment's public key from:\n- [GnuPG](http://keys.gnupg.net:11371/pks/lookup?search=tools%2Bandroid%40segment.com\u0026fingerprint=on\u0026op=index)\n- [PGP MIT](http://pgp.mit.edu/pks/lookup?search=tools%2Bandroid%40segment.com\u0026op=index)\n\n## Usage\n\nAfter adding the dependency, you must register the integration with our SDK.  To do this, import the Nielsen DCR integration:\n\n\n```\nimport com.segment.analytics.android.integrations.nielsendcr.NielsenDCRIntegration;\n\n```\n\nAnd add the following line:\n\n```\n analytics = new Analytics.Builder(this, \"write_key\")\n                .use(NielsenDCRIntegration.FACTORY)\n                .build();\n```\n\nPlease see [our documentation](https://segment.com/docs/integrations/nielsen-dcr/#mobile) for more information.\n\n## Local testing\nThe following project properties are required to run the tests or build locally:\n* `nielsen_user`: For getting the Nielsen SDK\n* `NIELSEN_AUTHCODE`: For getting the Nielsen SDK\n\nTo get more information, see [Nielsen official documentation](https://engineeringportal.nielsen.com/docs/Digital_Measurement_Android_Artifactory_Guide).\n\nAn easy way to have this configuration set up is using env vars:\n```bash\nexport ORG_GRADLE_PROJECT_NIELSEN_USER=bar\nexport ORG_GRADLE_PROJECT_NIELSEN_AUTHCODE=foo_secret\n```\n\n\n## License\n\n```\nWWWWWW||WWWWWW\n W W W||W W W\n      ||\n    ( OO )__________\n     /  |           \\\n    /o o|    MIT     \\\n    \\___/||_||__||_|| *\n         || ||  || ||\n        _||_|| _||_||\n       (__|__|(__|__|\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 Segment, Inc.\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-android-integration-nielsen-dcr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsegment-integrations%2Fanalytics-android-integration-nielsen-dcr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsegment-integrations%2Fanalytics-android-integration-nielsen-dcr/lists"}