Analytics Classification data into CJA
Hi Everyone,
Goal is don't use Adobe analytics source connector.
In Analytics, classification for campaign (v1).
- Campain id (v1) - abc123
- Delivery tool - ABC
- Delivery Name - PLM
Need to impliment the classification in cja just like adobe analytics classification.
Here's my proposed approach. Please tell me if I'm missing any steps, making a mistake, or if there's a better way to achieve this.
Proposed Steps:
- XDM Schema Creation:
○ Class: XDM Experience Event
○ Field Group: Adobe Analytics ExperienceEvent
○ Mapping: Map eVar1 to Campaign ID (v1) within the Adobe Analytics ExperienceEvent field group.
○ Question 1: I need to include "Delivery Tool" and "Delivery Name" in my XDM schema. Should I create a custom XDM field group for these classifications, or is there an existing field group I can leverage? If custom, what data type is recommended for each of these?
2. Dataset Creation: Create a dataset in AEP using the XDM schema defined in step 1.
3. Data Stream Configuration: Configure a data stream to send data from the dataset to CJA.
4. Lookup Creation (Mapping): In CJA, I would then create a lookup table to map the Campaign
○ Question 2: Lookup Mapping Details: Could you provide details on how to properly map the classification values (Campaign Id(v1), Delivery Tool, Delivery Name) using the lookup table in CJA? What fields do I need to map from the dataset to the lookup table and then to CJA dimensions?
• Question 3: By following the above steps, when user interactions with campaigns automatically flow into CJA and allow me to report on "Campaign Id(v1)", "Delivery Tool" and "Delivery Name" dimensions?
• Question 4: Ingesting Sample Data (Without Source Connector): If I want to insert example campaign interaction data directly into the AEP dataset (i.e., not using the Adobe Analytics Source Connector), what's the best method? (e.g., using the API, using a CSV upload, etc.) Are there any recommended tools or code examples for this?
Please clarify these points. Any help would be greatly appreciated!