Skip to content

Commit

Permalink
version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klaviyo-sdk committed Feb 15, 2024
1 parent f8c84af commit e26814d
Show file tree
Hide file tree
Showing 358 changed files with 4,963 additions and 1,342 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.0] - revision 2024-02-15

### Added:

- New `Reporting` allows you to request campaign and flow performance data that you can view in the Klaviyo UI.

- `campaign_values_query`
- Request campaign analytics data, for example, a campaign performance report on the open rate over the past 30 days.

- `flow_values_query`
- Request flow analytics data, for example, a flow performance report on the revenue per recipient value over the past 3 months.

- `flow_series_query`
- Fetch flow series data for a specific interval and timeframe, for example, a flow performance report on weekly click rates over the past 12 months.


- New `Profiles` endpoint allows you to create or update a profile with a set of profile attributes.

- `create_or_update_profile`
- This endpoint operates synchronously and offers an upsert pattern similar to the [v1/v2 Identify API](https://developers.klaviyo.com/en/docs/apis_comparison_chart).

### Changed:

- Removed the $attribution field from event_properties in get_event and get_events (breaking change).

- To include this data in your request, add include=attributions to your request.


## [5.1.0] - revision 2023-12-15
### Added
- New Endpoints: Bulk Profile Imports:
Expand Down
Loading

0 comments on commit e26814d

Please sign in to comment.