AEP Assurance Event transactions | Community
Skip to main content
Level 2
January 5, 2024
Solved

AEP Assurance Event transactions

  • January 5, 2024
  • 2 replies
  • 1768 views

Hi,

 

We have implemented Adobe Edge network to our Mobile App. While debugging Edge data in assurance is the architecture looks like this:

 

Here, Analytics Variables are captured in analytics. mapping and not in com. adobe.analytics/response

We have mapped timestamp and ID in Datasteam, but still, these errors have captured

_errors": {
    "_dataPrepMapper": [
      {
        "path": "_id",
        "code": "MAPPER-3700-199",
        "errorType": 1,
        "message": "Error transforming data for required destination path _id. Details: Source data does not contain field _id"
      },
      {
        "path": "timestamp",
        "code": "MAPPER-3700-199",
        "errorType": 1,
        "message": "Error transforming data for required destination path timestamp. Details: Source data does not contain field timestamp"
      }
    ]
  }
}

 Here Adobe Analytics data is mapped automatically and configured to the reportsuite. But, data is not reflected in the reportsuite. Can, anyone please help us with the possible ways to capture data in Analytics?

Please, let me know if any additional information is required.

 

Regards,

Sivateja

 

Best answer by Josh__Stephens

Are your fields set up with the right data type?  Here's a link to someone else who was having a similar issue with timestamp.  May not be the same issue, but might be helpful.


2 replies

Josh__Stephens
Community Advisor
Josh__StephensCommunity AdvisorAccepted solution
Community Advisor
January 5, 2024

Are your fields set up with the right data type?  Here's a link to someone else who was having a similar issue with timestamp.  May not be the same issue, but might be helpful.


JHeim
March 14, 2024

Sivateja, were you able to find a solution?

 

I am having a similar issue with productListItems.

 

The schema path and data type match however I still have this:

Error transforming data for required destination path productListItems._experience.analytics.event1to100.event91.value. Details: Source data does not contain field productListItems

Level 3
May 21, 2024

Hi @jheim ,

 

We came accrossed the same issue, did you resolve this issue?

 

Thank you!

 

Level 3
May 21, 2024

Hi @xliu, Yes, the way I was trying to implement this orginally did not work and other developers where running into the same issue. To help you solve the issue you are running into, I'll need to understand how you are passing data to the datastream.


1. Are you passing from web or app?
2. Are you passing it as xdm or data object format?


Hi @jheim ,

 

Thanks for your reply.

 

I'm tring to pass the data from a third party service by using the API, and the format is xdm. The payload looks like this:

{ "event": { "xdm": { "_id": "6677788891", "_custom_data": { "user_id": "123123", "ticket_Id": "123355", "balance_amount": 55, "claim_status": "CONFIRMED", "ticket_state": "ISSUED", "type": "manual_processing_completed" }, "eventType": "snap.status.manual_processing_completed", "timestamp": "2024-05-16T19:39:31.019Z", "producedBy": "service" } } }

 The mapping is correct, but there are still warnings like: 

Details: Source data does not contain field xxx