Hi,In AJO is there a possiblity of adding video while drafting content for either email or whatsapp message.If this is possible can you please help me with steps how we can do same.Thanks
Hi @narendragandhi,Thanks for reverting back.Actually we tried ingesting null email id on internal sandbox there it got ingested however when we are trying to replicate same on client environment we are not able to ingest null email id data even though its not primary identity or required field. Als...
Hi @arpan-garg ,Thanks for reverting back.Actually we tried ingesting null email id on internal sandbox there it got ingested however when we are trying to replicate same on client environment we are not able to ingest null email id data even though its not primary identity or required field. Also i...
We are trying to implement target recommendation using Algorithm type popularity based & algorithm top by Analytics metric.We have done web sdk implementation and also passing s.products as mentioned in documentation for using analytics as a behavioural data source. Still we are not getting any reco...
We are trying to get Target recommendations on mobile application(mobile SDK implemenation done for the same).If somebody has any prior experience with that can you please share any relevant documentation which we can refer and proceed with it.
In data prep do we have any function using which we can check only if input string follow any regex pattern then only it gets ingested to AEP else it should show null value.
In data prep do we have any function using which we can check length of input string.And if so which function also how can we ensure only if suppose length of that string is 5 for eg then only it gets ingested to AEP.
Hi @brekrut ,Data transformation result of "format(date(dob), "MM/dd/yyyy")" for eg "12/17/1974" is what I am trying to map to string column.However I want "date(dob ,"MM/dd/yyyy") so that result is in date format as I have to map it to date column.Thanks
Hi @abhinavbalooni ,Thanks for quick turnaround.I have additional query on this we have data coming external source in which we have dob coming as "17-12-1974" however client is expecting as to do transformation and show person.birthDate in AEP as date(dob, "MM/dd/yyyy") so I tried this however this...