Fetch the number of times a Url was shared on Facebook.
fetch_social_shares(urls: url) -> (shares: number)
Inputs
A column containing links (URLs) pointing to articles.
Outputs
A numerical column containing the number of times each article was shared on Facebook.
Parameters
This step doesn’t expect any configuration.
Was this page helpful?