get_device_ads
Get current ads scheduled for a device (for testing).
WHEN TO USE:
Testing device ad delivery
Debugging which ads are being shown
Verifying ad targeting is working
RETURNS:
ads: Array of advertisement objects
default_stream: Default content when no ads
schedule: Current ad schedule
EXAMPLE: User: "What ads are showing on device P_abc123?" get_device_ads({ fingerprint: "P_abc123" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fingerprint | Yes | Device fingerprint (e.g., "P_abc123") |