Release Noteslink
October 2023link
We now support pack modes for all Optimizely connectors, so you can choose the form in which Fivetran delivers your data.
Packed mode
will be the default for all new connectors, while all the existing connectors will be in Unpacked mode
to prevent disruption of service.
The feature will be gradually rolled out to all customers. For more information, see our Pack mode documentation
August 2023link
The Optimizely connector now supports priority-first sync. Priority-first syncs fetch your most recent data first so that it's quickly ready for you to use. Optimizely's priority-first syncs fetch the most recent 30 days' worth of data from the DECISION
and CONVERSION
tables and their child tables.
To learn more, see our priority-first sync documentation.
August 2022link
We no longer sync client activation events (event_type
= client_activation
).
December 2020link
We have expanded the public API endpoints Create a Connector and Modify a Connector. Now you can authorize the following connectors by adding the auth
section to payloads:
- AdRoll
- Facebook Pages
- Front
- Google Ad Manager
- Help Scout
- LinkedIn Ad Analytics
- Optimizely
- Pipedrive
- SurveyMonkey
- Zendesk Chat
- Zendesk Support
September 2020link
You can now exclude the following tables from the sync:
DECISION
CONVERSION
RESULT
On your connector details page, go to the Schema tab and deselect the tables you want to exclude.
August 2020link
We have added the following tables to support Enriched Events Export:
DECISION
DECISION_ATTRIBUTE
CONVERSION
CONVERSION_ATTRIBUTE
CONVERSION_EXPERIMENT
CONVERSION_TAG
We will deprecate the VISITOR_ACTION
, RESULT
, and RESULT_SEGMENT
tables after November 15, 2020. Be sure to update your queries.
April 2020link
You can now configure your Optimizely connector using the Fivetran REST API. This feature is in BETA and is available only for Standard and Enterprise accounts.
January 2020link
You can now exclude the VISITOR_ACTION
table from your syncs by deselecting it on the Schema tab in your Fivetran dashboard.
We have added a new table, EXPERIMENT_RESULT_HISTORY
.
To improve data security, we will deprecate the aws_access_key
and aws_secret_key
fields from the LIST_ATTRIBUTE
table, on March 1, 2020. Update your scripts accordingly.
June 2019link
Optimizely has introduced a new way to access your processed results data via an S3 export. We have added two tables to support access to that data:
RESULT
table with the fields:
id
campaign_id
experiment_id
project_id
variation_id
timestamp
account_id
visitor_id
session_id
event_id
count
revenue
value
received_timestamp
RESULT_SEGMENT
table with the fields:
id
result_id
value
February 2019link
We released a new version of the Optimizely connector.
- Renamed the existing
EVENT
table toVISITOR_ACTION
table. - Added a new
EVENT
table that syncs from/v2/events
. - Converted existing tables
EXPERIMENT
,EXPERIMENT_PAGE
,CAMPAIGN
andCAMPAIGN_PAGE
toHISTORY
tables. - Dropped tables
EXPERIMENT_STATUS
andCAMPAIGN_STATUS
. - Separated existing
METRIC
table intoEXPERIMENT_METRIC_HISTORY
andCAMPAIGN_METRIC_HISTORY
table. - Added field
event_id
inEXPERIMENT_METRIC_HISTORY
andCAMPAIGN_METRIC_HISTORY
table. - Separated existing
CHANGE
table intoEXPERIMENT_CHANGE_HISTORY
andCAMPAIGN_CHANGE_HISTORY
table.