We have a journey where we want to include the last transaction date in the payload from timeseries schema that we sent via custom action. We use the following function to pull the last transaction date,
(#{ExperiencePlatform.testFieldGroup.profile.timeSeriesEvents.last().abcCorp.transaction.transactionDate})
But when we see the resulting data it's not pulling the date and always returning nothing. This is happening with all of the fields within timeseries schema.
Is there any other way to get the value from timeseries data within advanced expression while we use custom action?
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
表示
返信
いいね!の合計
Accessing events via yyy.profile.timeSeriesEvents.zzz will not work.
Only way to access event payload for personalization is to start the journey with an event.
表示
返信
いいね!の合計
The journey that we use has read segment instead of event. Is there any workaround on how to get the value from timeseries data that we can send via custom action payload?
表示
返信
いいね!の合計
You can explore the computed attributes functionality to see if that solves your use case.
Reference -
If the computed attribute doesn't resolve the issue, utilize the query service to aggregate event-level data according to the requirements. Store this aggregated data in a profile-enabled dataset created using the XDM Individual profile schema, schedule the query. This approach enables the essential event data to be stored as profile data, allowing its utilization within a custom payload in a journey that has read audience.
Note - In order to use scheduled queries for aggregating event data at profile level, the customer must have data distiller license
Thanks @Mohan_Dugganab @Anuhya-Y.
The first thing with computed attributes is that they may not work for me as I need to analyze data from a look-back period of over a year. Computed attributes typically have a maximum look-back period of six months.
@Anuhya-Y I agree that the approach of using scheduled queries will work. However, the issue is that I have many data points that I need to include with the payload. I looking forward to something that needs to be developed within AJO to manage time series data while dealing with payload.
Thank you both for your input/suggestions.
Hi @SatheeskannaK ,
Did you had any breakthrough for this?, I had a similar challenge where we have to use timeseries attributes to push using a custom action to SFMC. We need those timeseries attributes for Personalization on Email.
Thanks
Avinash
表示
返信
いいね!の合計
@AvinashNa1 No, you will have to use either the profile attribute or the computed attribute.
表示
返信
いいね!の合計