metaAds.onCreativeFatigueChanged starts when Meta changes a creative-fatigue assessment.
automations/meta-ads-on-creative-fatigue-changed.automation.ts
account selects a static project account binding.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Starts when Meta changes a creative-fatigue assessment.
metaAds.onCreativeFatigueChanged starts when Meta changes a creative-fatigue assessment.
import { automation } from "automate.ax"
import { metaAds } from "automate.ax/meta-ads"
export default automation("On creative fatigue changed", () => {
const event = metaAds.onCreativeFatigueChanged({ adAccountId: "123456789" })
metaAds.getAdAccount({ adAccountId: event.accountId })
})
account selects a static project account binding.