We use tracking cookies to understand how you use the product and help us improve it. Please accept cookies to help us improve. You can always opt out later via the link in the footer.
kind: source
spec:
name: "bitly"
registry: "docker"
path: "docker.cloudquery.io/cloudquery/source-bitly:v1.0.0"
tables: ['*']
destinations: ["sqlite"]
# Learn more about the configuration options at https://cql.ink/bitly_source
spec:
group_id: ${BITLY_GROUP_ID} # mandatory
api_token: ${BITLY_API_TOKEN} # mandatory
extract_utm: true # optional. If set, extracts utm_tags from the long_url into separate columns
# optional. unit to use to query last 1 {unit} of clicks by a country. Default: month. Values: hour, day, week, month.
#countries_summary_unit: "month"
# optional. unit to use to query last 1 {unit} of clicks by a referrer. Default: month. Values: hour, day, week, month.
#referrers_summary_unit: "month"
extract_utm
set to true
, the following columns are also added:countries_summary_unit
.countries_summary_unit
}.referrers_summary_unit
.referrers_summary_unit
}.