Documentation
Overview ¶
Package dfareporting provides access to the Campaign Manager 360 API.
For product documentation, see: https://developers.google.com/doubleclick-advertisers/
Creating a client ¶
Usage example:
import "google.golang.org/api/dfareporting/v3.3" ... ctx := context.Background() dfareportingService, err := dfareporting.NewService(ctx)
In this example, Google Application Default Credentials are used for authentication.
For information on how to create and obtain Application Default Credentials, see https://develop