{"id":18828587,"url":"https://github.com/bizzabo/totango_java_client","last_synced_at":"2026-01-23T04:30:18.201Z","repository":{"id":92894848,"uuid":"50099860","full_name":"bizzabo/totango_java_client","owner":"bizzabo","description":"Client to send Totango sdr records ","archived":false,"fork":false,"pushed_at":"2016-01-21T14:59:43.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":37,"default_branch":"master","last_synced_at":"2024-12-30T06:14:30.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bizzabo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-21T10:23:35.000Z","updated_at":"2016-11-03T20:09:27.000Z","dependencies_parsed_at":"2023-03-22T05:56:32.105Z","dependency_job_id":null,"html_url":"https://github.com/bizzabo/totango_java_client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizzabo%2Ftotango_java_client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizzabo%2Ftotango_java_client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizzabo%2Ftotango_java_client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bizzabo%2Ftotango_java_client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bizzabo","download_url":"https://codeload.github.com/bizzabo/totango_java_client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763621,"owners_count":19692812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T01:33:09.355Z","updated_at":"2026-01-23T04:30:18.137Z","avatar_url":"https://github.com/bizzabo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Totango Java Client\n\nJava Client for sending data to Totango\n\nFor more information visit Totango's [site] (http://support.totango.com/hc/en-us/articles/203639605-Server-Backend-Integration-HTTP-)\n\n## Usage \nInitialize Totango client with your service id (One time)\n```\nTotango.serviceId(serviceId);\n```\n\nCreate records using the builder methods\n```\nTrack sdr = Totango.track(account)\n```\nOr\n```\nTrack sdr = Totango.track(account,user)\n```\nCollect your data \n```\nsdr.activity(activity);\nsdr.displayName(displayName);\nsdr.module(module);\n```\nAdd custom attributes\n```\nsdr.attribute(key, value);\n```\nAnd lastly send your record \n```\nsdr.send()\n```\n\nAnother example of usage:\n```\nTotango.track(account,user)\n      .activity(activity)\n      .displayName(displayName)\n      .module(module)\n      .attribute(key, value)\n      .send();\n```\n## License\n\nCopyright 2016 Bizzabo, Inc.\n\nLicensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizzabo%2Ftotango_java_client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbizzabo%2Ftotango_java_client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbizzabo%2Ftotango_java_client/lists"}