{"id":19491746,"url":"https://github.com/rudderlabs/rudder-integration-optimizely-android","last_synced_at":"2025-02-25T19:46:03.480Z","repository":{"id":52259029,"uuid":"281413905","full_name":"rudderlabs/rudder-integration-optimizely-android","owner":"rudderlabs","description":"RudderStack's Native SDK integration support for Optimizely.","archived":false,"fork":false,"pushed_at":"2024-01-30T11:20:50.000Z","size":187,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T18:50:00.435Z","etag":null,"topics":["android","optimizely","rudderstack"],"latest_commit_sha":null,"homepage":"https://www.rudderstack.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rudderlabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-07-21T14:03:12.000Z","updated_at":"2022-01-07T09:12:54.000Z","dependencies_parsed_at":"2024-01-22T16:09:05.605Z","dependency_job_id":null,"html_url":"https://github.com/rudderlabs/rudder-integration-optimizely-android","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-optimizely-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-optimizely-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-optimizely-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-optimizely-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudderlabs","download_url":"https://codeload.github.com/rudderlabs/rudder-integration-optimizely-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240738092,"owners_count":19849546,"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","optimizely","rudderstack"],"created_at":"2024-11-10T21:18:01.543Z","updated_at":"2025-02-25T19:46:03.448Z","avatar_url":"https://github.com/rudderlabs.png","language":"Java","readme":"# What is RudderStack?\n\n[RudderStack](https://rudderstack.com/) is a **customer data pipeline** tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.\n\nMore information on RudderStack can be found [here](https://github.com/rudderlabs/rudder-server).\n\n## Integrating Optimizely with RudderStack's Android SDK\n\n1. Add [Optimizely](https://www.optimizely.com/) as a destination in the [Dashboard](https://app.rudderstack.com/)\n\n2. Add these lines to your ```app/build.gradle```\n```\nrepositories {\n  maven { url \"https://dl.bintray.com/rudderstack/rudderstack\" }\n}\n```\n3. Add the dependency under ```dependencies```\n```\nimplementation 'com.rudderstack.android.sdk:core:1.0.2'\nimplementation 'com.rudderstack.android.integration:optimizely:1.0.0'\n```\n\n## Initialize ```RudderClient```\n\n```\nval rudderClient: RudderClient = RudderClient.getInstance(\n    this,\n    \u003cWRITE_KEY\u003e,\n    RudderConfig.Builder()\n        .withDataPlaneUrl(\u003cDATA_PLANE_URL\u003e)\n        .withFactory(OptimizelyIntegrationFactory.FACTORY)\n        .build()\n)\n```\n\n## Send Events\n\nFollow the steps from the [RudderStack Android SDK](https://github.com/rudderlabs/rudder-sdk-android).\n\n## Contact Us\n\nIf you come across any issues while configuring or using this integration, please feel free to start a conversation on our [Slack](https://resources.rudderstack.com/join-rudderstack-slack) channel. We will be happy to help you.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-integration-optimizely-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudderlabs%2Frudder-integration-optimizely-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-integration-optimizely-android/lists"}