The following updates were made in this release:
- Report extension details to Mobile Core for improved logging and Griffon support.
- Target Session Id will now be added as a context data parameter
a.target.sessionId
in the internal Analytics for Target hit sent to Adobe Analytics. - Fixed an issue, where on app close and relaunch, previously persisted tntId was not being sent in Target requests.
The following updates were made in this release:
- Report extension details to Mobile Core for improved logging and Griffon support.
- Target Session Id will now be added as a context data parameter
a.target.sessionId
in the internal Analytics for Target hit sent to Adobe Analytics.
The following updates were made in this release:
Android Target 1.1.4 and iOS Target 2.1.5
- Improved existing log messages and added additional logging to assist with debugging.
The following updates were made in this release:
- The Target session ID and Edge Host will now be persisted in
NSUserDefaults
. If there is no activity for the configuredtarget.sessionTimeout
, these variables will be reset. The default session timeout value is 30 minutes.
- The Target session ID and Edge Host will now be persisted in Shared Preferences. If there is no activity for the configured
target.sessionTimeout
, these variables will be reset. The default session timeout value is 30 minutes. - Fixed an issue where the null
at_property
key, which was passed in mbox parameters, was being sent in Target requests.
The following updates were made in this release:
- Fixed a bug that, when prefetchContent is called with a nil callback, caused a crash in iOS.
The following updates were made in this release:
-
target.previewEnabled
, a new configuration Boolean key, has been added. This key is used to enable/disable Target Preview.If key is not provided, preview is enabled by default.
-
Fixed an issue in Android where Target Preview links were decoded twice, which lead to an error preview page.
The following updates were made in this release:
- Use the
target.propertyToken
configuration setting to configure theat_property_token
that is generated from the Target UI, instead of passing the token as an mbox parameter. - Fixed an issue where JSON offers were not being returned as content but instead default content was served.
-
Upgraded the Target Delivery APIs to latest v1 delivery endpoint.
-
Introduced
retrieveLocationContent
, a new API that retrieves content for multiple Target mbox locations simultaneously without increasing the reporting count for prefetch cases. -
Introduced
locationsDisplayed
, a new API that helps Target record location to display events.This API should only be used for prefetch scenarios.
-
Provided support for
TargetParameters
which is a helper class that combines parameters such asmboxParameters
,profileParameters
,orderParameters
, andproductParameters
. -
New
prefetchContent
andlocationClicked
APIs which acceptTargetParameters
.
The following updates were made to the Adobe Target extension:
The Target Client Code is now automatically added based on your Experience Cloud organization.
- If no code is found, you can type it in.
- If multiple codes are found, you can select the code from the drop-down list.