nevent_list_paid_ads
List individual ads for a paid ads provider, optionally filtered by campaign and/or ad group. Use after nevent_list_paid_campaigns or nevent_list_paid_ad_groups to drill down to ad level. Returns ad IDs, names, statuses, UTM fields (utmSource, utmMedium, utmCampaign, utmContainsMacros), and lastSyncedAt. Use the returned adId values with nevent_get_paid_ad_creative.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Ad provider: meta | google | tiktok | |
| adGroupId | No | Optional: filter ads by parent ad group ID. Use nevent_list_paid_ad_groups to get valid adGroupId values. | |
| campaignId | No | Optional: filter ads by parent campaign ID. Use nevent_list_paid_campaigns to get valid campaignId values. |