Hi, I am integrating react native demo android app, with AEP mobile SDK and trying to send event directly by passing dataset ID, everything is working fine, except the below code is not executing, has anyone else experienced the same, any suggestions/help would be appreciated. Note: I have followe...
I have email address coming as hashed. I need to check with client/vendor what algorithm has been used to encrypt at source. Considering it is SHA256 encoded, I assume that I can use the Emails (SHA256, lowercased) OOTB ID NS for my use case. Please confirm. If in case, it is encoded using a differe...
I have some piece of information which need to be attached to/present in both Profile and its corresponding transactional events.Shall I create a custom Field Group or create a custom XDM Schema and a corresponding custom XDM Class? I dont want to use a mapping table and establish a relationship bet...
Hi,Recently, I found that one of my dataflow which manages the SFTP source setup has been disabled by one of the marketing team member. It was originally setup to import daily. I want to import the missing files which came in the past (while the dataflow was disabled) and restart the daily import. W...
Hello,I have a segment definition and a profile that meets the criteria for the segment. On first Segment Job run, what should be the expected status of Segment membership? Realized or Existing? What if the status was "Existing" before the Segment Job run? Does that mean that the Segment Job was run...
Hi everyone,I'm new to Adobe AEP/ CJA. I am trying to export/import schema via the api and in following the tutorial I landed here https://developer.adobe.com/ to create a project. I proceeded to try to do 'add-api' however the "Experience Platform API" is greyed out. I am the system admin of the ad...
Hey all, when I am using the debugger everything works except viewing the edge transactions which require me to be logged in. But when I try that, the newly opened window cannot resolve the proper DNS. Can you please provide a fix for that.
As you may know, when you create an HTTP API connection account and a Dataflow, in the UI you can click on an option called Copy Schema Payload, which allows you to copy to the clipboard all the information needed to ingest data using that Dataflow via API, such as the endpoint link, the request bod...
Trying to do something that should be pretty simple. Any help is appreciated. We have a datastream configured from a website. Services include Target, Analytics, and AEP. There is only one schema for mapping. In AEP, we want to send just 7 attributes from web events instead of all the attribute...
Hi Team, I am trying to query service for a dataset 'TEST_DATASET" which has an Array field - "products"I am trying to query in Query Service -select field1, field2, field3, productsfrom TEST_DATASETwhere VARCHAR(products) like '%pencil%' Basically i am trying to check if the 'product' field, which...