Hello @Adobe_Shall_We ,You're welcome!Yes, you can use the mentioned code to set the Visitor Id. Here are the imports you need to use which is missed in your code. import { Identity } from '@adobe/react-native-aepedgeidentity';
import { IdentityItem, IdentityMap } from '@adobe/react-native-aepedgeid...
Hi @Adobe_Shall_We ,Thanks for your patience with my long reply!Great question! Switching from ACP 2.x to AEP 3.x can be a bit confusing at first. Let’s talk about how you can set the visitorIdentifier in AEP 3.x since the old ACPAnalytics.setVisitorIdentifier method isn't around anymore.Adobe has m...
Hi @Michael_Soprano ,Let's break down the information based on each set of records,1. First 20 records Primary ID - A1 : This creates a new profile fragment as A1 is introduced for the first time2. Next 20 records P.I - A2, S.I - B2 : This creates a new profile fragment as A2 is introduced for the f...
Hi @Michael_Soprano,I see what you mean about needing both a schema and a dataset—they indeed go hand in hand. But here’s the thing: while datasets are essential for organizing your data within AEP, the schema is truly crucial for defining how this data should be structured to be useful, especially ...
Hi @trojan_horse ,To sort out the special character issue in your CSV files when uploading to AEP, make sure you save your file as 'CSV UTF-8' instead of the usual comma-separated format. This should prevent those � symbols from showing up in your data.
Hello @bestImv , Let me help clarify a few points to make sure we're on the same page....1. The Adobe Experience Cloud ID Service does support using hashed IDs, but it doesn't do the hashing for you. What you need to do is hash the data, like email addresses, on your own before sending them over. Wh...
Hello @bestImv ,I can propose the following two methods, and you can choose any one of the below based on the flexibility and compatibility. ………Method 1: Hashing at the dataLayer level hashes the email before it is actually sent to Adobe Data collection, and improves the privacy and security of the ...
Hello @TJC0000000000000000000001 , I hope you're not trying this on a MAC. When I attempted to sign in to the Adobe Report Builder plugin in Microsoft Excel on MAC via add-ins, it returned an error message stating, 'You must have access to at least one company to use Report Builder.' It seems Report...
Hi @NehaBh ,In Adobe Analytics, currently, there's no direct option to change panel colors for differentiation. However, you can use labels or naming conventions within the interface. Alternatively, consider suggesting this feature to Adobe for future updates. They often appreciate user feedback and...