It seems all the video are gone, tried different devices.@JittyTh if you are looking for any particular tutorial you can try Adobe Experience League Video tutorials for Adobe Analytics on this link - Analytics tutorialsEvery topic here has the dedicated video like below video tutorial for Data Dicti...
Hi @MichaelJo13 ,It is commerce.productListViews.value, you can find the documentation here: https://experienceleague.adobe.com/en/docs/analytics/implementation/aep-edge/variable-mapping#:~:text=commerce.productListViews.value
Hi @Amruthesh_AG , IP Address is not available as a standard dimension in Analytics thus you cannot use it for segmentation purposes.You can explore one of these options though,Track IP Address in a prop/eVar and use it for segmentation: As suggested in another community thread you could implement a...
Hi @Esakkidevi ,You need to update the settings attribute as below,"settings": "{\"trackerProperties\":{\"eVars\":[{\"name\":\"eVar1\",\"type\":\"value\",\"value\":\"%dataelement%\"}]}}"
Hi @NavinK1 ,OAuth Web API by default allows user authorization from any user with Adobe ID i.e. this method is not limited to users of the organization under which the project is created. This is because the user access to identified based on what kind of permissions they have in their organization...
Description - More than one "Regex Replace" functions should be allowed in CJA derived fieldsWhy is this feature important to you - This will allow CJA users to build more refined rule based classificationsHow would you like the feature to work - A derived field should have options to add multiple "...
Normally if a feed running successfully suddenly starts failing it is most probably related to delivery location issues likeNot enough space,Change in the delivery destination (FTP folder getting deleted or renamed)FTP account being not active/accessible at allYou can make sure none of the above are...
Thanks for the response @bjoern__koth and @RiteshY18 . Is there a way of knowing what all standard fields are utilized in which connected services to estimate the affect of dropping them in implementation? Do we have some repository which list down which of standard fields are available in which all...
Hi Team,What could be the pros and cons if we tracked the product information in custom XDM fields instead of standard XDM fields for all commerce events. So instead of using this,{
"productListItems": [
{
"SKU": "12345",
"name": "dummy product",
"priceTotal": 123.45,
"...