Hi @Caveman77 Adobe does notify the product owners on the expiration of JWT credentials (although JWT itself is getting depreciated that's different altogether) but I believe if you are using a service and if it's going to be depreciated adobe should notify on that(just a hunch haven't really came ...
Hi @MichaelJo13 This seems to be an cache issue try checking it in incognito mode.However before using update variable action in the rule you also have to create a data element with variable type pointing towards the sandbox where you have created your schema(make sure you've selected the correct on...
Hi @Michael_Soprano You have to custom define all the fields which you can attach to a schema but it will still appear under your tenant ID to avoid conflict with other standard fields.
Hi @ASP_Corp JS variable type data element can only access a window level variable from your application generaly data layer are created for the sole purpose of storing additional user data which organizations wants to send to the analytics tools. You can check your data element on the console using...
@ASP_Corp maybe not the comma seperated values but you can use a regex in the UI, however i fell like using a custom code will give more flexiblity for this use case but you can try using a regex as well if it work well your requirments.
Hi @ASP_Corp You can use a custom event type with the following code.document.addEventListener('click', function(event) {
var element = event.target;
if (element.classList.contains('align-L2-content') &&
element.classList.contains('pl-1') &&
element.classList.contains(...
Hi @Mohitvasist80 Yes FPIDs aren't compatible with third party cookies, third party cookies are those cookies which are set outside your website domains. for example you website is example.com and some analytics service on your website setting a cookie on analytics.com domain.You can Implement a CNA...
Hi @Sushmita_2 Based on the scenario you've mentioned there will be two ECIDs or two profiles.however if you are capturing person details (during first visit when he made an unauthenticated using his laptop and provided his details) you can also capture the his email and mark as an identity, so if t...
yes, In AEP you can define multiple identities in your schema followed by a single primary identity of standard and custom identity namespaces, Identity service then will merge all these fragments to provide you a holistic user profile.