Other packages > Find by keyword >

fbRads  

Analyzing and Managing Facebook Ads from R
View on CRAN: Click here


Download and install fbRads package within the R console
Install from CRAN:
install.packages("fbRads")

Install from Github:
library("remotes")
install_github("cran/fbRads")

Install by package version:
library("remotes")
install_version("fbRads", "17.0.0")



Attach the package and use:
library("fbRads")
Maintained by
Gergely Daroczi
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-04-06
Latest Update: 2023-08-20
Description:
Wrapper functions around the Facebook Marketing 'API' to create, read, update and delete custom audiences, images, campaigns, ad sets, ads and related content.
How to cite:
Gergely Daroczi (2016). fbRads: Analyzing and Managing Facebook Ads from R. R package version 17.0.0, https://cran.r-project.org/web/packages/fbRads. Accessed 06 Nov. 2024.
Previous versions and publish date:
0.2 (2016-04-06 01:20)
Other packages that cited fbRads R package
View fbRads citation profile
Other R packages that fbRads depends, imports, suggests or enhances
Complete documentation for fbRads
Functions, R codes and Examples using the fbRads R package
Some associated functions: fbRads . fb_api_most_recent_version . fb_api_version . fb_insights . fbad_add_audience . fbad_assign_users_to_account . fbad_check_curl_params . fbad_check_fbacc . fbad_copy_ad . fbad_copy_adset . fbad_copy_campaign . fbad_create_account . fbad_create_ad . fbad_create_adset . fbad_create_audience . fbad_create_campaign . fbad_create_creative . fbad_create_image . fbad_create_lookalike_audience . fbad_delete_audience . fbad_get_adaccount_details . fbad_get_adaccounts . fbad_get_client_ad_accounts . fbad_get_client_pages . fbad_get_my_ad_accounts . fbad_get_owned_ad_accounts . fbad_get_owned_pages . fbad_get_pixels . fbad_get_search . fbad_init . fbad_insights_get_async_results . fbad_list_ad . fbad_list_adset . fbad_list_audience . fbad_list_campaign . fbad_preview_ad . fbad_reachestimate . fbad_read_ad . fbad_read_adset . fbad_read_audience . fbad_read_campaign . fbad_read_creative . fbad_remove_audience . fbad_request . fbad_request_next_page . fbad_share_audience . fbad_update_ad . fbad_update_adset . fbad_update_campaign . fbad_whoami . fromJSONish . is.FB_Ad_Account . print.FB_Ad_Account . this_function_name . url_parse . 
Some associated R codes: fb_account.R . fb_ad.R . fb_adset.R . fb_audience.R . fb_campaign.R . fb_copy_ad.R . fb_copy_adset.R . fb_copy_campaign.R . fb_creative.R . fb_image.R . fb_init.R . fb_insights.R . fb_reachestimate.R . fb_search.R . helpers.R . zzz.R .  Full fbRads package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

maic  
Matching-Adjusted Indirect Comparison
A generalised workflow for generation of subject weights to be used in Matching-Adjusted Indirect C ...
Download / Learn more Package Citations See dependency  
memoise  
'Memoisation' of Functions
Cache the results of a function so that when you call it again with the same arguments it returns t ...
Download / Learn more Package Citations See dependency  
equatiomatic  
Transform Models into 'LaTeX' Equations
The goal of equatiomatic is to reduce the painassociated with writing LaTeX formulas from fitted mod ...
Download / Learn more Package Citations See dependency  
seriation  
Infrastructure for Ordering Objects Using Seriation
Infrastructure for ordering objects with an implementation of several seriation/sequencing/ordinati ...
Download / Learn more Package Citations See dependency  
mailR  
A Utility to Send Emails from R
Interface to Apache Commons Email to send emails from R. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,092

R Packages

198,677

Dependencies

62,675

Author Associations

23,089

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA