export(myTarAuth)
export(myTarRefreshToken)
export(myTarGetCampaignList)
export(myTarGetAdList)
export(myTarGetClientList)
export(myTarGetStats)
export(myTarGetGoalsStats)
export(myTarGetGoalList)
export(myTarGetFastStats)
export(myTarGetInAppStats)
export(myTarGetOfflineConversionsStats)
export(myTarSetLogin)
export(myTarSetTokenPath)
importFrom(httr, GET)
importFrom(httr, POST)
importFrom(httr, stop_for_status)
importFrom(httr, content)
importFrom(httr, content_type)
importFrom(httr, add_headers)
importFrom(lubridate, day)
importFrom(lubridate, month)
importFrom(lubridate, year)
importFrom(dplyr, bind_rows)
importFrom(dplyr, left_join)
importFrom(dplyr, bind_cols)
importFrom(dplyr, tibble)
importFrom(dplyr, select)
importFrom(dplyr, left_join)
importFrom(dplyr, group_by)
importFrom(dplyr, summarise)
importFrom(dplyr, filter)
importFrom(dplyr, mutate)
importFrom(dplyr, "%>%")
importFrom(tidyr, unnest_wider)
importFrom(tidyr, unnest_longer)
importFrom(stats, setNames)
importFrom(stringr, str_interp)
importFrom(stats, runif)
importFrom(utils, browseURL)
importFrom(purrr, map_df)
importFrom(purrr, flatten)
