{"id":13414017,"url":"https://github.com/emiddleton/gads","last_synced_at":"2025-03-14T20:30:56.466Z","repository":{"id":13371298,"uuid":"16059045","full_name":"emiddleton/gads","owner":"emiddleton","description":"Google Adwords API for Go","archived":false,"fork":false,"pushed_at":"2021-12-13T21:56:08.000Z","size":340,"stargazers_count":50,"open_issues_count":8,"forks_count":56,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-07-31T20:53:15.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emiddleton.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":"2014-01-20T02:22:15.000Z","updated_at":"2024-01-24T02:49:16.000Z","dependencies_parsed_at":"2022-09-15T19:31:10.714Z","dependency_job_id":null,"html_url":"https://github.com/emiddleton/gads","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/emiddleton%2Fgads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiddleton%2Fgads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiddleton%2Fgads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emiddleton%2Fgads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emiddleton","download_url":"https://codeload.github.com/emiddleton/gads/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243642052,"owners_count":20323953,"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-07-30T20:01:55.321Z","updated_at":"2025-03-14T20:30:56.089Z","avatar_url":"https://github.com/emiddleton.png","language":"Go","funding_links":[],"categories":["Third-party APIs","第三方api","第三方 APIs","第三方API`第三方API 汇总`","第三方API","Utility","\u003cspan id=\"第三方api-third-party-apis\"\u003e第三方API Third-party APIs\u003c/span\u003e"],"sub_categories":["Utility/Miscellaneous","Advanced Console UIs","实用程序/Miscellaneous","高級控制台界面","Fail injection","HTTP Clients","查询语","交流","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","高级控制台界面"],"readme":"# gads\n\nPackage gads provides a wrapper for the Google Adwords SOAP API.\n\n## installation\n\n~~~\ngo get github.com/emiddleton/gads\n~~~\n\n## setup\n\nIn order to access the API you will need to sign up for an MMC\naccount[1], get a developer token[2] and setup authentication[3].\nThere is a tool in the setup_oauth2 directory that will help you\nsetup a configuration file.\n\n1. http://www.google.com/adwords/myclientcenter/\n2. https://developers.google.com/adwords/api/docs/signingup\n3. https://developers.google.com/adwords/api/docs/guides/authentication\n\n## usage\n\nThe package is comprised of services used to manipulate various\nadwords structures.  To access a service you need to create an\ngads.Auth and parse it to the service initializer, then can call\nthe service methods on the service object.\n\n~~~ go\n     authConf, err := NewCredentials(context.TODO())\n     campaignService := gads.NewCampaignService(\u0026authConf.Auth)\n\n     campaigns, totalCount, err := campaignService.Get(\n       gads.Selector{\n         Fields: []string{\n           \"Id\",\n           \"Name\",\n           \"Status\",\n         },\n       },\n     )\n~~~\n\n\u003e Note: This package is a work-in-progress, and may occasionally\n\u003e make backwards-incompatible changes.\n\nSee godoc for further documentation and examples.\n\n* [godoc.org/github.com/emiddleton/gads](https://godoc.org/github.com/emiddleton/gads)\n\n## about\n\nGads is developed by [Edward Middleton](https://blog.vortorus.net/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femiddleton%2Fgads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femiddleton%2Fgads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femiddleton%2Fgads/lists"}