Skip to content

Commit 00c521c

Browse files
klaviyo-sdkklaviyo-sdk
andauthored
version 14.0.0 (#75)
Co-authored-by: klaviyo-sdk <[email protected]>
1 parent bf6f51c commit 00c521c

840 files changed

Lines changed: 42878 additions & 8923 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: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,43 @@ 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+
## [14.0.0] - revision 2025-04-15
11+
### Added
12+
#### Web Feeds API
13+
14+
- Create, retrieve, update, and/or delete web feeds via the [Web Feeds API](https://developers.klaviyo.com/en/reference/web_feeds_api_overview).
15+
- Create universal content blocks referencing these web feeds with our [Universal Content API](https://developers.klaviyo.com/en/reference/universal_content_api_overview).
16+
17+
#### Custom Metrics API
18+
19+
- Create, retrieve, update, and/or delete custom metrics via the [Custom Metrics API](https://developers.klaviyo.com/en/reference/custom_metrics_api_overview).
20+
- Report on custom metric conversions in our Campaign and Flow [Reporting APIs](https://developers.klaviyo.com/en/reference/reporting_api_overview) (set the custom metric ID as the `conversion_metric_id`).
21+
22+
> 🚧
23+
>
24+
> Standard accounts can only have 1 custom metric. Upgrade to Klaviyo's [Advanced KDP](https://www.klaviyo.com/products/advanced-cdp) or [Marketing Analytics](https://www.klaviyo.com/solutions/analytics) plan to create up to 50 custom metrics. To learn more about these plans, visit our [billing guide](https://help.klaviyo.com/hc/en-us/articles/115000976672).
25+
26+
#### Get and Delete Push Token APIs
27+
28+
- Retrieve and/or delete a given push token via [Get Push Token](https://developers.klaviyo.com/en/reference/get_push_token) and [Delete Push Token APIs](https://developers.klaviyo.com/en/reference/delete_push_token).
29+
- [Include](https://developers.klaviyo.com/en/docs/relationships_#the-include-query-parameter) push tokens on `GET /api/profiles`.
30+
- We've added relationship endpoints for both profiles and push tokens:
31+
- Retrieve push tokens associated with a profile (`GET /api/profiles/{ID}/push-tokens`).
32+
- Get IDs for push tokens associated with a profile (`GET /api/profiles/{ID}/relationships/push-tokens`).
33+
- Retrieve the profile associated with a push token (`GET /api/push-tokens/{ID}/profile`).
34+
- Get ID for the profile associated with a push token (`GET /api/push-tokens/{ID}/relationships/profile`).
35+
36+
### Changed
37+
#### Campaigns API endpoints updated to support options for push notification badges
38+
39+
- Badge count settings are supported on the "campaign-message" resource for push messages.
40+
- The following options for incrementing badge count have been added to the Campaigns API: `increment_one` (increment by 1), `set_count` (increment by a given value), and `set_property` (increment by profile property).
41+
42+
#### Optional AMP MIME-type field for Templates API
43+
44+
- We've added support for creating and updating AMP versions of an email template through an optional `amp` field (under `attributes`) in our Create and Update Template APIs.
45+
- This field requires AMP Email to be enabled. Refer to our [AMP Email setup guide](https://developers.klaviyo.com/en/docs/send_amp_emails_in_klaviyo) for more information.
46+
1047
## [13.0.0] - revision 2025-01-15
1148
### Added
1249
- Get and Update Reviews APIs

0 commit comments

Comments
 (0)