Skip to content

Commit 4d94fdd

Browse files
author
klaviyo-sdk
committed
version 7.0.0
1 parent 816d8e2 commit 4d94fdd

350 files changed

Lines changed: 3101 additions & 1317 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
NOTE: For more granular API-specific changes, please see our [API Changelog](https://developers.klaviyo.com/en/docs/changelog_)
99

10+
## [7.0.0] - revision 2024-02-15
11+
12+
### Added:
13+
14+
- New `ReportingApi` allows you to request campaign and flow performance data that you can view in the Klaviyo UI.
15+
16+
- `campaign_values_query`
17+
- Request campaign analytics data, for example, a campaign performance report on the open rate over the past 30 days.
18+
19+
- `flow_values_query`
20+
- Request flow analytics data, for example, a flow performance report on the revenue per recipient value over the past 3 months.
21+
22+
- `flow_series_query`
23+
- 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.
24+
25+
26+
- New `ProfilesApi` endpoint allows you to create or update a profile with a set of profile attributes.
27+
28+
- `create_or_update_profile`
29+
- 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).
30+
31+
### Changed:
32+
33+
- Removed the $attribution field from event_properties in get_event and get_events (breaking change).
34+
35+
- To include this data in your request, add include=attributions to your request.
1036

1137

1238
## [6.1.0] - revision 2023-12-15

0 commit comments

Comments
 (0)