Skip to content

Commit

Permalink
version 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klaviyo-sdk committed Feb 15, 2024
1 parent b2addc4 commit 80d6f26
Show file tree
Hide file tree
Showing 359 changed files with 35,716 additions and 2,807 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [7.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.

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

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

- `flowSeriesQuery`
- 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.

- `createOrUpdateProfile`
- 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 getEvent and getEvents (breaking change).

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


## [6.1.0] - revision 2023-12-15
Expand Down
Loading

0 comments on commit 80d6f26

Please sign in to comment.