Skip to content

Commit 00cda33

Browse files
committed
refactor for add ons
1 parent fbb070a commit 00cda33

File tree

37 files changed

+47
-30
lines changed

37 files changed

+47
-30
lines changed

Analytic Extensions/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

Extensions/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Extension Library
2+
3+
This repo contains a collection of sample Editor Extensions built by Optimizely and community developers. To learn more, view our [documentation](https://developers.optimizely.com/x/extensions/).
4+
5+
## Using Extention Templates
6+
7+
The provided JSON config file will create all components necessary for the Extension. To add to your own Optimizely account, copy the JSON contents, navigate to to Implemenation > Extensions within your Optimizely account and Create a new Extension using JSON.
8+
9+
Please email us at [email protected] or open a GitHub Issue with any problems or questions about the provided samples. We encourge contributions from the community and will reguarlly review Pull Requests. You can also email us to add your Extension to the library.
10+
11+
## Editor Extensions
12+
13+
### General
14+
* [Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Banner)
15+
* [Bottom Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Bottom%20Banner)
16+
* [Countdown Timer](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Countdown%20Timer)
17+
* [Email Capture Pop-up](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Email%20Capture%20Pop-up)
18+
* [Exit Intent Pop-up](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Exit%20Intent%20Pop-up)
19+
* [Exit Intent Pop-up 2](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Exit%20Intent%20Pop-up%202)
20+
* [Sidebar Sliding Card](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Sidebar%20Sliding%20Card)
21+
* [Sidebar Sliding Advanced](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Sliding%20Card%20Advanced)
22+
* [Timed Modal](https://github.com/optimizely/extension-library/tree/master/Timed%20Modal)
23+
* [Typed Messages](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Typed%20Messages)
24+
* [Dynamic Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Dynamic%20Banner)
25+
26+
### Nonprofit focused
27+
* [Exit Intent Pop-up](https://optimizely.github.io/jess/extensions/exit-popup.html)
28+
* [Pop-up](https://optimizely.github.io/jess/extensions/popup.html)
29+
* [Butter Bar](https://optimizely.github.io/jess/extensions/butterbar.html)
30+

Integrations/Analytics/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Analytics integrations allow customers to track Optimizely experiments in an external analytics tool. With the flip of a switch, Optimizely can append experiment data to tracking code, so customers can see the impact of their experiments in their analytics tool.
2+
3+
## Adding an Integration
4+
5+
To create a new custom extension, go to Implementation > Extensions > Create New > Create New Integration Extension. Once you create the integration, you'll land in the Integration Builder. In the right panel, there is a code editor, with a few tabs. In each of these tabs, you can write code that will run at a different point in the campaign lifecycle.
6+
7+
View our [documentation]().
8+
9+
## Library (More coming soon)
10+
11+
[Google Analytics]()

README.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,11 @@
1-
# Optimizely Extension Library
1+
# Optimizely Add Ons Library
22

3-
This repo contains a collection of sample Extensions built by Optimizely and community developers. We have Editor and Anayltic Extension types. To learn more, view our [documentation](https://developers.optimizely.com/x/extensions/).
3+
This library houses all of Optimizely’s Add On components. Add Ons allow you to build on-top and extend Optimizely. Currently, we support Extensions and Custom Integrations.
44

5-
## Using Extention Templates
5+
## Extensions
66

7-
The provided JSON config file will create all components necessary for the Extension. To add to your own Optimizely account, copy the JSON contents, navigate to to Implemenation > Extensions within your Optimizely account and Create a new Extension using JSON.
7+
Extensions are reusable templates for making changes in the visual editor. View the [documentation](https://developers.optimizely.com/x/extensions/) or our code samples in the [Extension Library]().
88

9-
Please email us at [email protected] or open a GitHub Issue with any problems or questions about the provided samples. We encourge contributions from the community and will reguarlly review Pull Requests. You can also email us to add your Extension to the library.
9+
## Custom Integrations
1010

11-
## Editor Extensions
12-
13-
### General
14-
15-
* [Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Banner)
16-
* [Bottom Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Bottom%20Banner)
17-
* [Countdown Timer](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Countdown%20Timer)
18-
* [Email Capture Pop-up](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Email%20Capture%20Pop-up)
19-
* [Exit Intent Pop-up](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Exit%20Intent%20Pop-up)
20-
* [Exit Intent Pop-up 2](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Exit%20Intent%20Pop-up%202)
21-
* [Sidebar Sliding Card](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Sidebar%20Sliding%20Card)
22-
* [Sidebar Sliding Advanced](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Sliding%20Card%20Advanced)
23-
* [Timed Modal](https://github.com/optimizely/extension-library/tree/master/Timed%20Modal)
24-
* [Typed Messages](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Typed%20Messages)
25-
* [Dynamic Banner](https://github.com/optimizely/extension-library/tree/master/Editor%20Extensions/Dynamic%20Banner)
26-
27-
### Nonprofit focused
28-
* [Exit Intent Pop-up](https://optimizely.github.io/jess/extensions/exit-popup.html)
29-
* [Pop-up](https://optimizely.github.io/jess/extensions/popup.html)
30-
* [Butter Bar](https://optimizely.github.io/jess/extensions/butterbar.html)
31-
32-
## Analytic Extensions
33-
34-
Coming soon!
11+
Custom integrations allow customers to create project level integrations that can be enabled/disabled for individual campaigns. Today, we support analytic integrations to extend Optimizely to your third party analytic tools. View our supported integrations in the [Integration Library]().

0 commit comments

Comments
 (0)