{"id":22018128,"url":"https://github.com/rvflash/awql-db","last_synced_at":"2026-04-28T20:39:33.851Z","repository":{"id":57525927,"uuid":"77253191","full_name":"rvflash/awql-db","owner":"rvflash","description":"All information about Adwords reports represented as tables or user views.","archived":false,"fork":false,"pushed_at":"2018-09-27T16:16:47.000Z","size":476,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T16:16:28.673Z","etag":null,"topics":["golang"],"latest_commit_sha":null,"homepage":null,"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/rvflash.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":"2016-12-23T22:12:58.000Z","updated_at":"2018-09-27T16:16:49.000Z","dependencies_parsed_at":"2022-09-26T18:11:04.053Z","dependency_job_id":null,"html_url":"https://github.com/rvflash/awql-db","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fawql-db","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fawql-db/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fawql-db/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rvflash%2Fawql-db/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rvflash","download_url":"https://codeload.github.com/rvflash/awql-db/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245081293,"owners_count":20557814,"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":["golang"],"created_at":"2024-11-30T05:10:01.688Z","updated_at":"2026-04-28T20:39:33.800Z","avatar_url":"https://github.com/rvflash.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Awql Database\n\n[![GoDoc](https://godoc.org/github.com/rvflash/awql-db?status.svg)](https://godoc.org/github.com/rvflash/awql-db)\n[![Build Status](https://img.shields.io/travis/rvflash/awql-db.svg)](https://travis-ci.org/rvflash/awql-db)\n[![Code Coverage](https://img.shields.io/codecov/c/github/rvflash/awql-db.svg)](http://codecov.io/github/rvflash/awql-db?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/rvflash/awql-db)](https://goreportcard.com/report/github.com/rvflash/awql-db)\n\n\nAll information about Adwords reports represented as tables or user views.\n\n\n## Data Source Name\n\nThe optional parts are marked by squared brackets:\n\n```\nAPIVersion[:NoAutoLoad][|SrcDirectory][|ViewFilePath]\n```\n\nThe first part with `APIVersion` can contains an option to disable auto-loading.\n\n#### `APIVersion`\n\n```\nType:           string\nValid Values:   \u003cversion\u003e\nDefault:        v201809\n```\nVersion of the Adwords API to use.\n\n#### `NoAutoLoad`\n\n```\nType:           bool\nValid Values:   true, false\nDefault:        false\n```\nIf true, the database is not loaded at the opening.\n\n#### `SrcDirectory`\n\nPath to the folder that stores the database configuration files. \n\n#### `ViewFilePath`\n\nEnables to overload the path to the views configuration file.\n\n\n## Example\n \n```go\nimport db \"github.com/rvflash/awql-db\"\n\nawql, _ := db.Open(\"v201809\")\nfor _, table := range awql.TablesPrefixedBy(\"VIDEO\") {\n    fmt.Println(table.SourceName())\n}\n// Output: VIDEO_PERFORMANCE_REPORT\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Fawql-db","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frvflash%2Fawql-db","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frvflash%2Fawql-db/lists"}