Issues with AI Enrichment for Checking Meta Ads Status
Iām building a list to check whether companies are currently running Google and Meta ads, but Iām running into an issue on the Meta side⦠Iām using an AI enrichment that attempts to pull the data, the intended process is:
- 1.
Start with the company name/website.
- 2.
Find their Facebook page URL.
- 3.
Use the Facebook URL to populate a new column, where an AI enrichment checks the pageās Transparency Center and determines whether or not theyāre currently running ads.
In theory, this should flag each company as either running or not running Meta ads ā but it seems its not able to visit the URLs for some reason⦠My prompt for the AI enrichment is this: Visit the āFacebook Page URLā response provided. Add /about_profile_transparency to the end of the URL. Check the page for the exact line: āThis page is currently running ads.ā or āThis page is not currently running ads.ā Based on the result: If āThis page is currently running ads.ā is found, output āš¢ Running Adsā If āThis page is not currently running ads.ā is found, output āš„ Not Running Adsā Important: Only return one of the two outputs (āš¢ Running Adsā or āš„ Not Running Adsā) and nothing else. If the response is unclear or confidence is below 95%, default to āš„ Not Running Adsā.