Hi @RaulFo You are getting this error because you are either sending non-XDM data using XDM field in the send event action type or the XDM data element you have copied from your old property seems to be having some configuration issues.Try validation the XDM data element once again also make sure to...
After updating web SDK extension I've also seen some similar error while configuring rules action type well still facing it, I would suggest try opening it in incognito once might be some cache issues and again check with your admin once show them this error to check all the proper permissions are a...
Hi @Abishek_mathav12345678 Looks like timestamp values in you aniversaryDate filed is in seconds format, currently dformat function support timestamp in milliseconds(I guess). You need to convert your data into milliseconds by adding 3 extra 0 at the end and make it a 13 digit timestamp number.
hi @Abishek_mathav12345678 You are getting this error because you are trying this with a string(aniversaryData), but it is a field.Try wrapping the field name in ${} to make it a legal identifier.example: dformat(${aniversaryData},"yyyy-mm-dd")
Hi @bindukumari90 By Enabling click data collection in web SDK extension will trigger a separate link click call every time you on any element on the page along with exit and download links.There is no additional steps required for this process however make sure you are not changing "on before link ...
Hey @Nikhilk2 Thanks for the response.Well I was trying the adobe analytics python wrapper by any chance have you used this?I've used it before for Data insertion API but not with segment API, let me know if you have any best practices for this.
Hi is there a way to update segments in bulk using segment API, apparently the update segment API has a required id parameter but it only support single id at a time.
hi @kaur_amneet Try checking if your changes are being updated in the launch script on your page.check with _satellite._container on console and validate the environment and property are correct as on not.go to sources tab check for assets.adobedtm.com > launch search with your rules names in the co...
Hi @gowtham3 The zone_date_to_zone() function is suppose to change any date time from one time zone to another however if you check the description it says if the zone name is not valid it will return date time in UTC, In the official document for data prep functions there seems to be a mistake in t...