Hi @tomasbx
This looks like some bursts of traffic hitting our upper limit of application policy. In case there is any scheduled script that calls AEP APIs in loop you may face that.
For example, if the threshold is set to 300 calls per minute you will start receiving the error from your 301st re...
Hi @nik_shanchiher
If this is not due to leading/trailing spaces or upper/lower case mismatch between datasets or due to 50 identity limit then I'll suggest you to raise a ticket.
Regards,
Arijit Ghosh
Hi @Shaini_Gupta
You can use <Field>.length() function to get the length of the string.
To ensure only 5 length string will be ingested you can choose either of the 2 approaches -->
Define the length in schema level (also you can set regex pattern there if needed) and enable partial ingestion.In...
Hi @_abs9900
Map objects are object of array element so can you try ingesting in this way and see if it works -->
to_object("Test Data",iif(lower(license)=="y",to_array(true,to_object("val","y")),to_array(true,to_object("val","n"))))
Hi @_abs9900
can you please share the schema structure where you want to ingest?
Also if you don't use if-else logic and hardcode the value for testing are you able to preview the result?
Hi @filouterrible
Also check if there is any schema constraint defined on that field.
Is that JSON payload xdm compliant or you mapped a custom one?
Regards,
Arijit Ghosh
Hi @sharmilap
You can query profile snapshot dataset that gives you an idea on the profile structure. To mention this dataset updates on daily basis after segmentation jobs are completed. Hence if you upload some data today you will need to wait till next run. Otherwise there is no direct way to ...
Hi @Prateek-Garg ,
After records in dataset completes and green tick appears you can see profile & identity records shows in-progress and upon completion they show you a count along with green tick.
This is the easiest way to monitor. Screenshot for reference.
Regards,
Arijit Ghosh
Hi @info_centre1
For a profile enabled dataset & schema if it's a streaming ingestion profile attributes updates in real-time within seconds.
If it's a batch ingestion once data lake ingestion is completed internal jobs automatically initiates (you don't need to and you can't trigger that manuall...