metaAds.onInsightsMilestoneReached starts when a configured insights milestone is reached.
automations/meta-ads-on-insights-milestone-reached.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 a configured insights milestone is reached.
metaAds.onInsightsMilestoneReached starts when a configured insights milestone is reached.
import { automation } from "automate.ax"
import { metaAds } from "automate.ax/meta-ads"
export default automation("On insights milestone reached", () => {
const event = metaAds.onInsightsMilestoneReached({ adAccountId: "123456789" })
metaAds.getAdAccount({ adAccountId: event.accountId })
})
account selects a static project account binding.