Hi. I use the example from the documentation, and set config.json, but in return get err
expected element type <Envelope> but have <html>
campaigns, totalCount, err := campaignService.Get(
gads.Selector{
Fields: []string{
"Id",
"Name",
"Status",
},
},
)
if err != nil {
fmt.Println(err.Error())
}