Release Version 2.32.1
This is a minor release and will be integrated into the next major release. At that time, this release note will be merged into the next main release note.
In this release, we have addressed the following issues to improve the usage and functionality of our product features.
The content on this site may have changed or moved since you last viewed it. As a result, some of your bookmarks may become obsolete. Therefore, we recommend accessing the latest content via the Hevo Docs website.
In this Release
New and Changed Features
Sources
-
Support for Data Ingestion in Full Load for the SentEvent Object in Salesforce Marketing Cloud
-
Added support for ingesting data from the SentEvent in Full Load. This enhancement addresses issues encountered while polling incremental data for this object. Normally, Salesforce Marketing Cloud executes a query that processes each record to identify any incremental data. However, when the number of records in the SentEvent object is large, the query may time out, leading to ingestion failures for the object. With Full Load ingestion, all data from the object is replicated during each ingestion, preventing query timeouts.
If you observe data ingestion failures for the SentEvent object in your Pipelines, contact Hevo Support.
-
-
Updates to Field Support in the Shopify Customer Object
-
Hevo has updated its field replication support for the Customer object in accordance with changes introduced in Shopify API version 2023-07. As part of this update, Shopify has deprecated specific fields and recommends a more comprehensive field. The following fields are no longer available in the Customer object:
Name Description accepts_marketing Indicates whether the customer had opted into marketing. accepts_marketing_updated_at Timestamp of the last update to the customer’s marketing preference. marketing_opt_in_level Represents the customer’s marketing opt-in level. Instead, the following field is now used:
Name Description email_marketing_consent Stores detailed consent information for email marketing in JSON format.
-
Fixes and Improvements
Sources
-
Handling Data Ingestion Issues for Ad Groups and Campaign Objects in Pinterest Ads
-
Fixed an issue where the reports for the Ad Groups and Campaign objects were not ingested. The data for these reports is retrieved using pagination, but Hevo stopped polling further if the first page of the API response was empty. As a result, data in the subsequent pages was omitted. With this fix, Hevo continues polling all subsequent pages even if the first page of the API response is empty, ensuring all data is retrieved. This fix applies to all new and existing Pipelines.
Note: For existing Pipelines, if you observe missing data for the Ad Groups and Campaign objects in your Destination, you must restart them.
-
-
Handling Historical Load Issue in NetSuite SuiteAnalytics
- Fixed an issue in NetSuite SuiteAnalytics integration where the historical load was getting stuck. The system uses offset to track where to start fetching historical data. At the beginning of a historical load, the offset is set to null to indicate that all historical data should be retrieved. However, the system was missing a check for this null value, resulting in a NullPointerException when attempting to process it. This fix ensures that the system now properly handles the null offset, allowing historical loads to proceed without issues. This fix applies to all new and existing Pipelines.