{"id":18903750,"url":"https://github.com/bububa/oppo-omni","last_synced_at":"2026-03-04T07:30:16.394Z","repository":{"id":57571787,"uuid":"348611624","full_name":"bububa/oppo-omni","owner":"bububa","description":"oppo omni-api golang sdk","archived":false,"fork":false,"pushed_at":"2021-03-18T08:20:10.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-31T10:16:02.868Z","etag":null,"topics":["advertisement","advertising","advertising-api","marketing-api","omni-api","oppo","sdk"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bububa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-17T07:04:38.000Z","updated_at":"2023-10-09T11:24:37.000Z","dependencies_parsed_at":"2022-08-29T14:11:58.246Z","dependency_job_id":null,"html_url":"https://github.com/bububa/oppo-omni","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Foppo-omni","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Foppo-omni/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Foppo-omni/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bububa%2Foppo-omni/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bububa","download_url":"https://codeload.github.com/bububa/oppo-omni/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239888285,"owners_count":19713690,"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":["advertisement","advertising","advertising-api","marketing-api","omni-api","oppo","sdk"],"created_at":"2024-11-08T09:06:15.867Z","updated_at":"2026-03-04T07:30:16.294Z","avatar_url":"https://github.com/bububa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OPPO移动广告Omni API Golang SDK\n\n- 用户相关\n  - 代理商客户查询[ api.communal.agency.CustomerList(clt *core.SDKClient, req *agency.CustomerListRequest) (*agency.CustomerListResult, error) ]\n  - 代理商余额查询[ api.communal.agency.Balance(clt *core.SDKClient) ([]agency.BalanceAccount, error) ]\n  - 客户余额查询[ api.communal.owner.Balance(clt *core.SDKClient, ownerID uint64) ([]owner.BalanceAccount, error) ]\n  - 客户日预算设置[ api.communal.owner.SetAccDayBudget(clt *core.SDKClient, ownerID uint64, budget int64) error ]\n  - 账务流水查询[ api.communal.finance.BillHis(clt *core.SDKClient, req *finance.BillHisRequest) (*finance.BillHisResult, error) ]\n- 转化回传 \n  - H5 数据回传转化[ api.clue.SendData(clt *core.SDKClient, req *clue.SendDataRequest) error ]\n- 数据\n  - 报表\n    - 整体数据 [ api.data.QTodayTotal(clt *core.SDKClient, ownerID uint64, adID uint64) (*data.QTodayTotalResult, error) ]\n    - TOP 榜 [ QTodayTop(clt *core.SDKClient, ownerID uint64, deminsion *enum.DataDemision) (*data.QTodayTotalResult, error) ] \n    - 广告计划-图表 [ QPlan(clt *core.SDKClient, req *data.QPlanRequest) (*data.QResult, error) ]\n    - 广告计划-列表 [ QPlanList(clt *core.SDKClient, req *data.QPlanListRequest) (*data.QListResult, error) ]\n    - 广告组-图表 [ QAdgroup(clt *core.SDKClient, req *data.QAdgroupRequest) (*data.QResult, error) ]\n    - 广告组-列表 [ QAdgroupList(clt *core.SDKClient, req *data.QAdgroupListRequest) (*data.QListResult, error) ]\n    - 广告-图表 [ QAd(clt *core.SDKClient, req *data.QAdRequest) (*data.QResult, error) ]\n    - 广告-列表 [ QAdList(clt *core.SDKClient, req *data.QAdListRequest) (*data.QListResult, error) ]\n    - 关键词-图表 [ QKw(clt *core.SDKClient, req *data.QKwRequest) (*data.QResult, error) ]\n    - 关键词-列表 [ QKwList(clt *core.SDKClient, req *data.QKwListRequest) (*data.QListResult, error) ]\n    - 游戏-图表 [ QGame(clt *core.SDKClient, req *data.QGameRequest) (*data.QGameResult, error) ]\n    - 游戏-列表 [ QGameList(clt *core.SDKClient, req *data.QGameListRequest) (*data.QListResult, error) ]\n    - 小游戏-图表 [ QQuickAppGame(clt *core.SDKClient, req *data.QQuickAppGameRequest) (*data.QQuickAppGameResult, error) ]\n    - 小游戏-列表 [ QQuickAppGameList(clt *core.SDKClient, req *data.QQuickAppGameListRequest) (*data.QQuickAppGameListResult, error) ]\n- 监测链接\n  - 点击检测[ api.track.ClickUrl(baseUrl string, fields []string) string ]\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbububa%2Foppo-omni","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbububa%2Foppo-omni","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbububa%2Foppo-omni/lists"}