Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Facebook Lead Ads #35

Open
tokumotion opened this issue Sep 27, 2016 · 6 comments
Open

Facebook Lead Ads #35

tokumotion opened this issue Sep 27, 2016 · 6 comments

Comments

@tokumotion
Copy link

Facebook developed a new ad format. It creates leads from fb users, can the package read those leads?

@daroczig
Copy link
Owner

Yeah, it should be pretty trivial to add support for this based on https://developers.facebook.com/docs/marketing-api/guides/lead-ads/leads

PR welcome, but I will also try to work on this -- around mid/2nd half of October.

@tokumotion
Copy link
Author

Great! Thank you!

@prasoonsrivas
Copy link

Hi All

@daroczig that is what I was asking you from last week. Facebook Lead Generation...
@tokumotion you can, yes the package can read those leads .. , But it gives a messy list..

@tokumotion
Copy link
Author

@prasoonsrivas I got it to work, but the data Facebook serves back is a list of leads.

I got the data into a data.frame by using this code:

leads <- do.call('rbind', lapply(list, data.frame))

That's pretty much it.

@ArbenKqiku
Copy link
Contributor

Hi Everyone,

Could you share your code to retrieve the leads from Facebook? That would be great, thank you :)

@ArbenKqiku
Copy link
Contributor

@prasoonsrivas I got it to work, but the data Facebook serves back is a list of leads.

I got the data into a data.frame by using this code:

leads <- do.call('rbind', lapply(list, data.frame))

That's pretty much it.

Hi @tokumotion, could you share your code to retrieve lead ads with R? I am really struggling with it, that would be helpful :) Thank you!

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants