bitly_retrieve_metrics_by_countries: Get Metrics for a Bitlink by countries

View source: R/bitly_links.R

bitly_retrieve_metrics_by_countriesR Documentation

Get Metrics for a Bitlink by countries

Description

This endpoint will return metrics about the countries referring click traffic to a single Bitlink.

Usage

bitly_retrieve_metrics_by_countries(
  bitlink = NULL,
  size = 100,
  unit = NULL,
  unit_reference = NULL,
  units = -1,
  showRequestURL = FALSE
)

Arguments

bitlink

- required, a Bitlink made of the domain and hash

size

- The quantity of items to be be returned

unit

- A unit of time

unit_reference

- string | An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.

units

- An integer representing the time units to query data for. pass -1 to return all units of time.

showRequestURL

- show URL which has been build and requested from server. For debug purposes.

See Also

https://dev.bitly.com/api-reference/#getMetricsForBitlinkByCountries

Examples

## Not run: 
bitly_retrieve_metrics_by_countries(bitlink = "bit.ly/DPetrov", unit = "day", units = -1,
size = 100)

## End(Not run)


urlshorteneR documentation built on Aug. 22, 2022, 9:08 a.m.