View source: R/st_url_parser.R
| st_build_web_url | R Documentation |
Builds a Sensor Tower web interface URL from API parameters. This is the reverse of st_parse_web_url().
st_build_web_url(
os = "unified",
measure = "revenue",
category = NULL,
regions = "US",
start_date = NULL,
end_date = NULL,
custom_fields_filter_id = NULL,
custom_tags_mode = NULL,
...
)
os |
Operating system |
measure |
Measure type |
category |
Category ID |
regions |
Region codes (converted to country parameters) |
start_date |
Start date |
end_date |
End date |
custom_fields_filter_id |
Custom filter ID |
custom_tags_mode |
Custom tags mode |
... |
Additional parameters |
Character string URL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.