All information about Adwords reports represented as tables or user views.
The optional parts are marked by squared brackets:
APIVersion[:NoAutoLoad][|SrcDirectory][|ViewFilePath]
The first part with APIVersion
can contains an option to disable auto-loading.
Type: string
Valid Values: <version>
Default: v201809
Version of the Adwords API to use.
Type: bool
Valid Values: true, false
Default: false
If true, the database is not loaded at the opening.
Path to the folder that stores the database configuration files.
Enables to overload the path to the views configuration file.
import db "github.com/rvflash/awql-db"
awql, _ := db.Open("v201809")
for _, table := range awql.TablesPrefixedBy("VIDEO") {
fmt.Println(table.SourceName())
}
// Output: VIDEO_PERFORMANCE_REPORT