Open SergeyParamoshkin opened 7 years ago
Hi. I use the example from the documentation, and set config.json, but in return get err expected element type <Envelope> but have <html>
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()) }
I think this is because
baseUrl = "https://adwords.google.com/api/adwords/cm/v201409"
google is no more supporting this version. So you have the html of an error page
Hi. I use the example from the documentation, and set config.json, but in return get err
expected element type <Envelope> but have <html>