Expand my Community achievements bar.

Analytics Classification data into CJA

Avatar

Level 4

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:

  1. 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?
reddy_y11_0-1742662990720.png

 

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!

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Community Advisor

Hi @reddy_y-11 

 

1. You don't need to add new field group for "Delivery Tool" and "Delivery Name" instead create a lookup schema.

 create 2(Event and lookup) datasets based on the schemas.

 You don't need DataStream to send data from AEP to CJA they are used to send data from source to Adobe services like AEP, AA, Target

 

2. Lookup Mapping Details: Create a relationship at schema level using the field evar1 with the lookup schema

Ankit_Chaudhary_0-1742794313370.png

check these for reference
Define a one-to-one relationship between two schemas

CJA lookups for lookup and profile data 

 

3. Yes you can then leverage fields from both schemas and report on campaign data.

4. you can use CSV file to upload data in lookup dataset and API to add data in event dataset.

 

Avatar

Level 1

Thanks for the reply.

 

Bit confusing here.

In the document link, created two XDM schema and adding relationship.

 

But you mentioned not required to create two XDM schema. Can you please explain bit more please.