Its said that best practice for web channel is creation of seperate specific Decision Scope for every placement:- homepage - category page- basket page etc. However what is best practice for mailings? One Decision Scope for every mailing? What is you experience?
Team, I am working on a in-app notification in AJO. Created the In-App channel surface, campaign, Journey with in-app message and published as well.We have created a sample "send Interaction" button in the android application and using the send event(Edge.sendEvent) and Mobilecore.Trackaction whenev...
I am working on a POC for push notifications in AJO for an app that is still under development.For the test, profiles are ingested from a CSV file containing first name, last name, email, appID, platform, device token (captured from the app). An Individual Profile schema (profile enabled) is used, w...
Hi, I understand that we can implement push notifications with AJO for a Flutter mobile app. However, the documentation isn’t very clear to me. From what I’ve read, it seems that we don’t need native code to initialize the SDK, but we do need to add some native code to pass the Firebase token, for ...
Hi All,I have a question regarding AJO B2B.To what extent can we personalize content in AJO B2B? Specifically, is it possible to send event-based data, such as product details for scenarios like a B2B customer forgetting to complete a purchase (like cart abandonment emails)?I have read the documenta...
Hello, I have the following code in my HTML I'm trying to use. This code looks for a Campaign Name attribute and applies the corresponding couponID. However, when I try to save this code, I get an "invalid helper substr" error. {{#each profile._*********.walletInfo.couponDetails as |coupon|}} {%#i...
Hi, I need to update the execution address from an Active channel surface but I'm not able to do that. In the past I remember it was possible. Is this possible today? Thanks.
Hi everyone, I'm wondering if anyone had successfully retrieved Id from profile.timeSeriesEvents.identityMap in an AJO offer. I had no problem retrieving the id using this helper function. {%= head(get(profile.identityMap,"accountId")).id %}However, when I use the same formula for profile.timeSerie...