@rvnth
We need more information like how you are storing the response in the schema.
A screenshot of the storage activity would be great to troubleshoot the issue.
@A_B_SE Why do you want to change that behaviour? Is there a specific business requirement for this?
This can be changed at the database level but there could be an issue at the application layer.
Adding to this answer by @NiteshPandey
You can add checks like this:
<!DOCTYPE html>
<html>
<head>
<style>
/* Add your styles here */
.column {
width: 33.33%;
float: left;
box-sizing: border-box;
padding: 10px;
}
</style>
</head>
<body>
<!-- Repeat the fol...
Hello @Sanjana12
There could be multiple reasons:
Instance is downThe internet connection is slowDB is slow and is taking time to respond to login requests.
@alnavarg
If you have Admins access then it should work. For troubleshooting, look at the deliveries folder to check where it is stuck. Insufficient permissions could be an issue for this.
Hello @Joydeep
Look at the attributes mapping in the Adobe Analytics external account.
More informaiton is available here: Adobe Analytics connector | Adobe Campaign
Hello @vikramrai
You can share the same data to multiple sandboxes at the time of data collection via event forwarding.
You can find more details here: Multi-sandbox event-forwarding data collection | Adobe Experience Cloud
Hello @god_prophet
It looks like your instance is configured to retain the tracking data for 6 months only (this is the default config) and that is why you don't see anything.
You can learn more about data retention in AC here: Data retention | Adobe Campaign
Hello @god_prophet
The script checks for the URLs starting with https:// only and the URL in the delivery starts with http://
It is recommended to use HTTPS URL in all emails.