See https://dev.bitly.com/api-reference/#getBitlinksByGroup Retrieve a paginated collection of Bitlinks for a Group
bitly_retrieve_bitlinks_by_groups(
group_guid = NULL,
size = 50,
page = 1,
showRequestURL = FALSE,
keyword = NULL,
query_q = NULL,
created_before = NULL,
created_after = NULL,
modified_after = NULL,
archived = "both",
deeplinks = "both",
campaign_guid = NULL,
channel_guid = NULL,
custom_bitlink = "both",
tags = NULL,
encoding_login = NULL,
domain_deeplinks = "both"
)
- a GUID for a Bitly group
- The quantity of items to be be returned
- Default: 1 | Integer specifying the numbered result at which to start
- show URL which has been build and requested from server. For debug purposes.
- Custom keyword to filter on history entries
- a query to look for in bitlinks; acts a filter
- Timestamp as an integer unix epoch
- Timestamp as an integer unix epoch
- Timestamp as an integer unix epoch,
see as_datetime
or anytime
's as_datetime
- string | Default: "off" | Enum:"on" "off" "both" | Whether or not to include archived bitlinks
- string | Default: "both" | Enum:"on" "off" "both" | Filter to only Bitlinks that contain deeplinks
- string | A GUID for a Bitly campaign
- Filter to return only links for the given channel GUID, can be provided, overrides all other parameters
- string | Default: "both" | Enum:"on" "off" "both"
- Array of string, use e.g. c("test1", "test2")
- Array of string | Filter by the login of the authenticated user that created the Bitlink
- string | Default: "both" | Enum:"on" "off" "both" | Filter to only Bitlinks that contain deeplinks configured with a custom domain
if (FALSE) {
bitly_retrieve_bitlinks_by_groups(group_guid = "bit.ly/DPetrov", keyword = "novy titulek")
}
Run the code above in your browser using DataLab