Which two activation patterns would be most suitable to implement when the marketer needs to send updates to a third-party tool at daily intervals? (Choose two.)
When a business requirement specifies that data updates must be sent to a third-party tool at a fixed daily interval, the architecture must leverageBatch (C)andScheduled (D)activation patterns. In Adobe Real-Time CDP, destinations are categorized based on how they receive data.Batch-based destinations(such as Amazon S3, SFTP, or Azure Blob Storage) are specifically designed to export data in files rather than individual event streams.
TheScheduledpattern is the operational component that triggers these batch exports. Within the destination dataflow configuration, a marketer can define an export schedule, such as "Daily," to ensure that all profile attributes and segment memberships that have changed or qualified since the last run are bundled into a file and delivered to the external tool. This approach is highly efficient for third-party systems that do not support real-time APIs or for use cases where high-volume data synchronization is preferred over instantaneous updates.
Options A and B are incorrect for this specific use case.Real-Time(streaming) activation sends updates immediately as they occur, which contradicts the "daily interval" requirement.Asynchronousis a technical processing method but not a configurable activation pattern within the Adobe Experience Platform UI. By combining a Batch destination with a Daily Schedule, the marketer ensures predictable data delivery that aligns with the processing capabilities of the third-party tool while maintaining system performance by avoiding unnecessary constant streaming.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit