Adventures with R - Facebook Ads (Part 2)
We covered the very high level of automating Facebook Ads via R in Part 1 Before we get started in Part 2, it is essential to download R Studio . There are other R development environments around but R Studio is the best environment that I have come across. Needless to say, you need Base R also. This post does not get into the basics of R (Idea for another post!) Once you have R Studio in place, it is essential to get the fbRads package . Hat tip to Gergely Daroczi . His package is an excellent package, well documented, well supported and most importantly, fast !!! The next requirement is to create a Facebook App and create an oAuth token. The package link within GitHub covers the creation of the token but I have modified some of the steps as per my findings Creating a Facebook App & connect with OAuth token To be able to use this package, you will have to create a Facebook App and authorize it to manage your Facebook ads. Basic steps to create an app with...