Quick startThese are the basic steps that you need to take in order to get data using brandseyer2. First, ensure that you have authenticated yourself, then reference an account, then access that account’s mentions. See the Get started documentation for more details. |
|
---|---|
Authenticate yourself with BrandsEye |
|
Access account information |
|
Fetch mentions from an account |
|
Update data stored on a mention |
|
Count mentions |
|
List the dashboards in an account |
|
AuthenticatingAuthentication is the first thing that you should do when using the library. It allows you to identify yourself with our API, and lets you know what accounts and brands you have access to. |
|
Authenticate yourself with BrandsEye |
|
Returns your current authentication credentials. |
|
Are you authorised as a BrandsEye staff member? |
|
AccountsThese functions allow you to determine what accounts you have access to, and to query information about them, such as the brands that you are tracking, and the tags and topics in each account. |
|
Access account information |
|
See if an object is a account object |
|
Get the version of the API the account uses |
|
Get an account's client code |
|
Get an account's code |
|
List all accounts available to you |
|
See your account manager |
|
Get an account's name |
|
Get an account's timezone |
|
Get an account's type |
|
Fetch brand information |
|
Find root brands in an account |
|
Fetch phrases for an accounts and mentions |
|
Fetch tags for accounts and mention data |
|
Fetch topics for an account or tibble of mentions |
|
List topic trees for an account |
|
Add tags to an account |
|
Determine the parent of tags given a particular tree |
|
Get users for an account |
|
Read account logs |
|
Read account rules |
|
Read online profiles for an account |
|
Accessing mentionsMentions make up the raw data that we store for you. Sentiment information and topic information are stored against individual mentions. These functions allow you to query for particular kinds of mentions using a filter language, to count mentions matching particular parameters, and to update the information stored on mentions. Important functions include mentions() to pull mentions in your account, and count_mentions(), to count mentions matching a particular filter. |
|
Fetch mentions from an account |
|
Fetch tags for accounts and mention data |
|
Fetch topics for an account or tibble of mentions |
|
Fetch brand information |
|
Fetch phrases for an accounts and mentions |
|
Count mentions |
|
Update data stored on a mention |
|
A query language: filtering and grouping your mentionsOften, when counting or fetching mentions, you may need to specify a filter, or the brands in the filter, and so on. The query language lets you easily define these things, as well as avoid specify brands in each and every filter. The Get started guide discusses this in more detail. |
|
Create a query for mentions or counts |
|
Add accounts to a query. |
|
Filter for only specific mentions |
|
Group mentions by shared criteria |
|
Compare mentions using sub-filters when counting them |
|
Select extra data when fetching or counting mentions |
|
Order results from fetching or counting mentions |
|
See if an object is a BrandsEyeR query |
|
Create a query object from another object |
|
See brands in a query |
|
See the accounts in a query. |
|
Working with account logsMost actions on user accounts are logged. brandseyer2 provides various functions to read and filter account logs, starting with the all encompassing logs() function, which returns all the logs in a time period for the account. |
|
Read account logs |
|
Finding retrosends for accounts |
|
Account dashboardsIn Analyse, BrandsEye’s analysis tool, people can set up dashboards to query our data. We have various functions that help you to read data from the dashboards, their various sub-sections, an the metrics that they contain. |
|
List the dashboards in an account |
|
Give section information for a dashboard |
|
See metrics in a dashboard |