aminehero97
Newbie
- Dec 26, 2019
- 23
- 18
Hi everyone,
I'm working on a Meta Ads Library research tool and I'm trying to solve a problem that I'm sure others have run into.
When I find an ad in the Facebook Ads Library (using keywords or an Ad ID), I'd like to determine whether that ad corresponds to a public Facebook post or Reel.
For example:
If you've built ad intelligence or competitive research tools, I'd appreciate hearing what approach you use. Do you rely on GraphQL metadata, media fingerprinting, text similarity, or another method?
Thanks!
I'm working on a Meta Ads Library research tool and I'm trying to solve a problem that I'm sure others have run into.
When I find an ad in the Facebook Ads Library (using keywords or an Ad ID), I'd like to determine whether that ad corresponds to a public Facebook post or Reel.
For example:
- Is there a reliable way to get the original <span>pfbid</span> post URL?
- Is there any way to retrieve the Reel URL if the ad is based on a Reel?
- Can this be determined from GraphQL responses, network requests, or metadata?
- How do you distinguish between a public post and a "dark post" that only exists as an ad?
If you've built ad intelligence or competitive research tools, I'd appreciate hearing what approach you use. Do you rely on GraphQL metadata, media fingerprinting, text similarity, or another method?
Thanks!