if (FALSE) {
# Make 3 queries:
# 1. Number of males and females MAU/DAU
# 2. Number of male MAU/DAU
# 3. Number of female MAU/DAU
query_fb_marketing_api(
location_unit_type = "countries",
location_keys = "US",
gender = map_param(c(1,2), 1, 2),
version = VERSION,
creation_act = CREATION_ACT,
token = TOKEN)
}
Run the code above in your browser using DataLab