Skip to content

Commit e94c0a0

Browse files
klaviyo-sdkklaviyo-sdksanfordj
authored
v19.0.0 (#86)
* version 19.0.0 * fix changelog --------- Co-authored-by: klaviyo-sdk <klaviyo-sdk@klaviyo.com> Co-authored-by: Jess Sanford <jess.sanford@klaviyo.com>
1 parent d69bc70 commit e94c0a0

File tree

1,111 files changed

+18557
-5046
lines changed

Some content is hidden

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

1,111 files changed

+18557
-5046
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,44 @@ 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+
## [19.0.0] - revision 2025-04-15
11+
12+
### Added
13+
#### Web Feeds API
14+
15+
- Create, retrieve, update, and/or delete web feeds via the [Web Feeds API](https://developers.klaviyo.com/en/reference/web_feeds_api_overview).
16+
- Create universal content blocks referencing these web feeds with our [Universal Content API](https://developers.klaviyo.com/en/reference/universal_content_api_overview).
17+
18+
#### Custom Metrics API
19+
20+
- Create, retrieve, update, and/or delete custom metrics via the [Custom Metrics API](https://developers.klaviyo.com/en/reference/custom_metrics_api_overview).
21+
- 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`).
22+
23+
> 🚧
24+
>
25+
> 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).
26+
27+
#### Get and Delete Push Token APIs
28+
29+
- 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).
30+
- [Include](https://developers.klaviyo.com/en/docs/relationships_#the-include-query-parameter) push tokens on `GET /api/profiles`.
31+
- We've added relationship endpoints for both profiles and push tokens:
32+
- Retrieve push tokens associated with a profile (`GET /api/profiles/{ID}/push-tokens`).
33+
- Get IDs for push tokens associated with a profile (`GET /api/profiles/{ID}/relationships/push-tokens`).
34+
- Retrieve the profile associated with a push token (`GET /api/push-tokens/{ID}/profile`).
35+
- Get ID for the profile associated with a push token (`GET /api/push-tokens/{ID}/relationships/profile`).
36+
37+
### Changed
38+
#### Campaigns API endpoints updated to support options for push notification badges
39+
40+
- Badge count settings are supported on the "campaign-message" resource for push messages.
41+
- 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).
42+
43+
#### Optional AMP MIME-type field for Templates API
44+
45+
- 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.
46+
- 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.
47+
1048
## [18.0.0] - revision 2025-01-15
1149
### Changed
1250
- **Breaking:** Minimum Python version is now 3.7

0 commit comments

Comments
 (0)