{"id":19491642,"url":"https://github.com/rudderlabs/rudder-integration-optimizely-ios","last_synced_at":"2025-11-20T07:03:00.827Z","repository":{"id":42077897,"uuid":"281414004","full_name":"rudderlabs/rudder-integration-optimizely-ios","owner":"rudderlabs","description":"RudderStack's Native SDK integration support for Optimizely. ","archived":false,"fork":false,"pushed_at":"2024-02-08T05:16:06.000Z","size":69,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T18:50:00.463Z","etag":null,"topics":["ios","optimizely","rudderstack"],"latest_commit_sha":null,"homepage":"https://www.rudderstack.com","language":"Objective-C","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":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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:32.000Z","updated_at":"2022-01-07T09:15:18.000Z","dependencies_parsed_at":"2024-01-22T14:45:13.144Z","dependency_job_id":"325c9739-fcf4-4dac-aad6-f2691b393a6b","html_url":"https://github.com/rudderlabs/rudder-integration-optimizely-ios","commit_stats":{"total_commits":22,"total_committers":7,"mean_commits":3.142857142857143,"dds":0.6363636363636364,"last_synced_commit":"f7a4460eac805cb765e270d2d3ddf9b93b669de2"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-optimizely-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-optimizely-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-optimizely-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rudderlabs%2Frudder-integration-optimizely-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rudderlabs","download_url":"https://codeload.github.com/rudderlabs/rudder-integration-optimizely-ios/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":["ios","optimizely","rudderstack"],"created_at":"2024-11-10T21:17:37.425Z","updated_at":"2025-11-20T07:03:00.821Z","avatar_url":"https://github.com/rudderlabs.png","language":"Objective-C","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 iOS SDK\n\n1. Add [Optimizely](https://optimizely.com) as a destination in the [Dashboard](https://app.rudderstack.com/).\n\n2. Rudder-Optimizely is available through [CocoaPods](https://cocoapods.org). To install it, add the following line to your Podfile and followed by `pod install`:\n\n```ruby\npod 'Rudder-Optimizely'\n```\n\n## Initialize `RSClient`\n\nPut this code in your `AppDelegate.m` file under the method `didFinishLaunchingWithOptions`\n```\n// Setup optimizely logger.\nOPTLYLoggerDefault *optlyLogger = [[OPTLYLoggerDefault alloc] initWithLogLevel:OptimizelyLogLevelAll];\n\n// Create an Optimizely manager\nself.optlyManager = [[OPTLYManager alloc] initWithBuilder:[OPTLYManagerBuilder  builderWithBlock:^(OPTLYManagerBuilder * _Nullable builder) {\n        builder.sdkKey = SDK_KEY;\n        builder.logger = optlyLogger;\n}]];\n\nRSConfigBuilder *builder = [[RSConfigBuilder alloc] init];\n[builder withDataPlaneUrl:DATA_PLANE_URL];\n[builder withFactory:[RudderOptimizelyFactory instanceWithOptimizely:self.optlyManager]];\n[RSClient getInstance:WRITE_KEY config:[builder build]];\n```\n\n## Send Events\n\nFollow the steps from our [RudderStack iOS SDK](https://github.com/rudderlabs/rudder-sdk-ios).\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-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frudderlabs%2Frudder-integration-optimizely-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frudderlabs%2Frudder-integration-optimizely-ios/lists"}