Add a Keyword to a Bitlink
The object used to add a custom Bitlink
Type: object
{
"bitlink_id" : "string",
"custom_bitlink" : "string"
}
Convert a long url to a Bitlink
The object used to create a Bitlink
Type: object
{
"group_guid" : "string",
"domain" : "string",
"long_url" : "Required string"
}
Create a new campaign
The object used for creating/updating a campaign
Type: object
{
"group_guid" : "string",
"channel_guids" : [ "string" ],
"name" : "string",
"description" : "string"
}
Create a new channel
The object used for creating/updating a channel
Type: object
{
"group_guid" : "string",
"created" : "ISO TIMESTAMP",
"name" : "string",
"guid" : "string",
"modified" : "ISO_TIMESTAMP",
"bitlinks" : [ {
"campaign_guid" : "string",
"bitlink_id" : "string"
} ]
}
Convert a long url to a Bitlink and set additional parameters
The object used to create a Bitlink
Type: object
{
"group_guid" : "string",
"deeplinks" : [ {
"install_url" : "string",
"app_uri_path" : "string",
"app_id" : "string",
"install_type" : "string"
} ],
"domain" : "string",
"title" : "string",
"long_url" : "Required string",
"tags" : [ "string" ]
}
This endpoint returns public information for a Bitlink.
This endpoint returns information for a Bitlink.
Retrive details for a campaign
Get a channel's details
This will return the click counts for a specified Bitlink. This returns an array with clicks based on a date.
A Bitlink made of the domain and hash
Type: string
A unit of time
Type: string
Potential values: minute, hour, day, week, month
An integer representing the time units to query data for. pass -1 to return all units of time.
Type: integer
The quantity of items to be be returned
Type: integer
An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.
Type: string
This will return the click counts for a specified Bitlink. This rolls up all the data into a single field of clicks.
A Bitlink made of the domain and hash
Type: string
A unit of time
Type: string
Potential values: minute, hour, day, week, month
An integer representing the time units to query data for. pass -1 to return all units of time.
Type: integer
The quantity of items to be be returned
Type: integer
An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.
Type: string
Retrieve the details and history of a Custom Bitlink
Get Click Metrics for a Custom Bitlink by historical Bitlink destinations
Retrive details for a group
This endpoint will return metrics about the countries referring click traffic rolled up to a Group
This endpoint will return metrics about the referring network click traffic rolled up to a Group
Retrieve preferences for a specific group
Get all the shorten counts for a specific group
This endpoint will return metrics about the countries referring click traffic to a single Bitlink.
A Bitlink made of the domain and hash
Type: string
A unit of time
Type: string
Potential values: minute, hour, day, week, month
An integer representing the time units to query data for. pass -1 to return all units of time.
Type: integer
The quantity of items to be be returned
Type: integer
An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.
Type: string
This endpoint will return metrics about the referrers referring click traffic to a single Bitlink.
A Bitlink made of the domain and hash
Type: string
A unit of time
Type: string
Potential values: minute, hour, day, week, month
An integer representing the time units to query data for. pass -1 to return all units of time.
Type: integer
The quantity of items to be be returned
Type: integer
An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.
Type: string
This endpoint will group referrers metrics about a single Bitlink.
A Bitlink made of the domain and hash
Type: string
A unit of time
Type: string
Potential values: minute, hour, day, week, month
An integer representing the time units to query data for. pass -1 to return all units of time.
Type: integer
The quantity of items to be be returned
Type: integer
An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.
Type: string
This endpoint will rollup the click counts to a referrer about a single Bitlink.
A Bitlink made of the domain and hash
Type: string
A unit of time
Type: string
Potential values: minute, hour, day, week, month
An integer representing the time units to query data for. pass -1 to return all units of time.
Type: integer
The quantity of items to be be returned
Type: integer
An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.
Type: string
Retrieve the details for the provided OAuth App client ID
Retrive details for an organization
Retrieve all the shorten counts for a specific organization
This operation has no parameters
Retrieve a paginated collection of Bitlinks for a Group
A GUID for a Bitly group
Type: string
Whether or not to include archived bitlinks
Type: string
Potential values: on, off, both
Filter to return only links for the given campaign GUID, can be provided
Type: string
Filter to return only links for the given channel GUID, can be provided, overrides all other parameters
Type: string
Timestamp as an integer unix epoch
Type: integer
Timestamp as an integer unix epoch
Type: integer
Type: string
Potential values: on, off, both
Filter to only Bitlinks that contain deeplinks
Type: string
Potential values: on, off, both
Filter to only Bitlinks that contain deeplinks configured with a custom domain
Type: string
Potential values: on, off, both
Filter by the login of the authenticated user that created the Bitlink
Type: array
[ "string" ]
Custom keyword to filter on history entries
Type: string
Timestamp as an integer unix epoch
Type: integer
the value that you would like to search
Type: string
filter by given tags
Type: array
[ "string" ]
This operation has no parameters
Retrieve the campaigns for the current user
Retrieve the channels available to a user
A GUID for a Bitly campaign
Type: string
A GUID for a Bitly group
Type: string
Retrieve the currently used tags for a group
Retrieve a list of Groups
This operation has no parameters
This will retrieve a paginated response for Bitlinks that are sorted for the Group
A GUID for a Bitly group
Type: string
The type of sorting that you would like to do
Type: string
Potential values: clicks
A unit of time
Type: string
Potential values: minute, hour, day, week, month
An integer representing the time units to query data for. pass -1 to return all units of time.
Type: integer
The quantity of items to be be returned
Type: integer
An ISO-8601 timestamp, indicating the most recent time for which to pull metrics. Will default to current time.
Type: string
Update fields in the Bitlink
A Bitlink made of the domain and hash
Type: string
The object used to update attributes on a Bitlink
Type: object
{
"references" : "object",
"archived" : "boolean",
"deeplinks" : [ {
"app_guid" : "string",
"bitlink" : "string",
"install_url" : "string",
"os" : "string",
"created" : "ISO timestamp",
"app_uri_path" : "string",
"modified" : "ISO timestamp",
"guid" : "string",
"install_type" : "string"
} ],
"custom_bitlinks" : [ "string" ],
"link" : "string",
"created_at" : "string",
"id" : "string",
"title" : "string",
"long_url" : "string",
"created_by" : "string",
"client_id" : "string",
"tags" : [ "string" ]
}
Update a campaign's details
A GUID for a Bitly campaign
Type: string
The object used for creating/updating a campaign
Type: object
{
"group_guid" : "string",
"channel_guids" : [ "string" ],
"name" : "string",
"description" : "string"
}
Update an existing Channel
A GUID for a Bitly Channel
Type: string
The object used for creating/updating a channel
Type: object
{
"group_guid" : "string",
"created" : "ISO TIMESTAMP",
"name" : "string",
"guid" : "string",
"modified" : "ISO_TIMESTAMP",
"bitlinks" : [ {
"campaign_guid" : "string",
"bitlink_id" : "string"
} ]
}
Move a Keyword to a different Bitlink
A Custom Bitlink made of the domain and keyword
Type: string
The object used to update a custom Bitlink
Type: object
{
"bitlink_id" : "string"
}
Update the details of a group
A GUID for a Bitly group
Type: string
The object used for updating a group
Type: object
{
"name" : "string",
"organization_guid" : "string"
}
Update preferences for a specific group
A GUID for a Bitly group
Type: string
The object used to update group preferences
Type: object
{
"group_guid" : "string",
"domain_preference" : "string"
}
Update fields in the user
The object used for updating a user
Type: object
{
"default_group_guid" : "string",
"name" : "string"
}