Show Ad Library Ad
adsap_get_ad_library_snapshotShow what an Ad Library ad ACTUALLY LOOKS LIKE (creative, copy, page name), in a SELF-CONTAINED card. Video ads PLAY in the card. Use this after adsap_search_ad_library whenever the user wants to SEE a competitor's ad rather than read its text: pass the ad's id from the search results. One ad per call, takes about 10 seconds. This is public ad-transparency data, not your own ads (for those use adsap_get_ad_preview). It renders the ad exactly as the Ad Library shows it, so it works only for ads that search returned in the first place.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | The Ad Library ad id to render, taken from an adsap_search_ad_library result's `id` field (also shown as 'Library ID' on the ad itself). Numeric. | |
| ad_account_id | Yes | Your ad account ID (act_xxx) — the same one used for the adsap_search_ad_library call. Anchors the workspace ownership check and the Meta budget. |