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...
Use the XDM field to send XDM object not the data field.(Point 4 screenshot)The configuration for sending data to Adobe analytics using data object seems fine, have you tried enabling logs over console? It might help you if any condition in your rules are crashing.
Hi @kaur_amneet To debug you implementation use the following steps.Check if launch script is properly implemented on the page and it's loading properly.Enable logs on console by using _satellite.setDebug(true)Check if you have correctly configured services in your DataStreamAlso while using data ob...
Hi @Josh__Stephens You can set deduplication while configuring metrics during data view, check this document for referencealso I believe this post by @Agastya_Reddy will be helpful on metric deduplication in CJA.