How can I bring real-time streaming data from Meta Ads and stream it into bigquery or the desired sink I want using Apache Beam or any connector.
I don't know anything about Meta Ads subscriptions, but you could write your own streaming source or run a process that subscribes to the ad data and publishes to pubsub (or another system like kafka) and process it in an Apache Beam pipeline.