searchads360

package
v0.114.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 17, 2023 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Overview

Package searchads360 provides access to the Search Ads 360 Reporting API.

For product documentation, see: https://developers.google.com/search-ads/reporting

Creating a client

Usage example:

import "google.golang.org/api/searchads360/v0"
...
ctx := context.Background()
searchads360Service, err := searchads360.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://developers.google.com/identity/protocols/application-default-credentials.

Other authentication options

To use an API key for authentication (note: some APIs do not support API keys), use option.WithAPIKey:

searchads360Service, err := searchads360.NewService(ctx, option.WithAPIKey("AIza..."))

To use an OAuth token (e.g., a user token obtained via a three-legged OAuth flow), use option.WithTokenSource:

config := &oauth2.Config{...}
// ...
token, err := config.Exchange(ctx, ...)
searchads360Service, err := searchads360.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))

See https://godoc.org/google.golang.org/api/option/ for details on options.

Index

Constants

View Source
const (
	// View and manage your advertising data in DoubleClick Search
	DoubleclicksearchScope = "https://www.googleapis.com/auth/doubleclicksearch"
)

OAuth2 scopes used by this API.

Variables

This section is empty.

Functions

This section is empty.

Types

type CustomersCustomColumnsGetCall

type CustomersCustomColumnsGetCall struct {
	// contains filtered or unexported fields
}

func (*CustomersCustomColumnsGetCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*CustomersCustomColumnsGetCall) Do

Do executes the "searchads360.customers.customColumns.get" call. Exactly one of *GoogleAdsSearchads360V0Resources__CustomColumn or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleAdsSearchads360V0Resources__CustomColumn.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*CustomersCustomColumnsGetCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*CustomersCustomColumnsGetCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*CustomersCustomColumnsGetCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type CustomersCustomColumnsListCall

type CustomersCustomColumnsListCall struct {
	// contains filtered or unexported fields
}

func (*CustomersCustomColumnsListCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*CustomersCustomColumnsListCall) Do

Do executes the "searchads360.customers.customColumns.list" call. Exactly one of *GoogleAdsSearchads360V0Services__ListCustomColumnsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleAdsSearchads360V0Services__ListCustomColumnsResponse.ServerResp onse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*CustomersCustomColumnsListCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*CustomersCustomColumnsListCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*CustomersCustomColumnsListCall) IfNoneMatch

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type CustomersCustomColumnsService

type CustomersCustomColumnsService struct {
	// contains filtered or unexported fields
}

func NewCustomersCustomColumnsService

func NewCustomersCustomColumnsService(s *Service) *CustomersCustomColumnsService

func (*CustomersCustomColumnsService) Get

Get: Returns the requested custom column in full detail.

- resourceName: The resource name of the custom column to fetch.

func (*CustomersCustomColumnsService) List

List: Returns all the custom columns associated with the customer in full detail.

  • customerId: The ID of the customer to apply the CustomColumn list operation to.

type CustomersSearchAds360SearchCall

type CustomersSearchAds360SearchCall struct {
	// contains filtered or unexported fields
}

func (*CustomersSearchAds360SearchCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*CustomersSearchAds360SearchCall) Do

Do executes the "searchads360.customers.searchAds360.search" call. Exactly one of *GoogleAdsSearchads360V0Services__SearchSearchAds360Response or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleAdsSearchads360V0Services__SearchSearchAds360Response.ServerRes ponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*CustomersSearchAds360SearchCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*CustomersSearchAds360SearchCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*CustomersSearchAds360SearchCall) Pages

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type CustomersSearchAds360SearchStreamCall

type CustomersSearchAds360SearchStreamCall struct {
	// contains filtered or unexported fields
}

func (*CustomersSearchAds360SearchStreamCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*CustomersSearchAds360SearchStreamCall) Do

Do executes the "searchads360.customers.searchAds360.searchStream" call. Exactly one of *GoogleAdsSearchads360V0Services__SearchSearchAds360StreamResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleAdsSearchads360V0Services__SearchSearchAds360StreamResponse.Ser verResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*CustomersSearchAds360SearchStreamCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*CustomersSearchAds360SearchStreamCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type CustomersSearchAds360Service

type CustomersSearchAds360Service struct {
	// contains filtered or unexported fields
}

func NewCustomersSearchAds360Service

func NewCustomersSearchAds360Service(s *Service) *CustomersSearchAds360Service

func (*CustomersSearchAds360Service) Search

func (r *CustomersSearchAds360Service) Search(customerId string, googleadssearchads360v0services__searchsearchads360request *GoogleAdsSearchads360V0Services__SearchSearchAds360Request) *CustomersSearchAds360SearchCall

Search: Returns all rows that match the search query. List of thrown errors: AuthenticationError () [AuthorizationError]() HeaderError () [InternalError]() QueryError () [QuotaError]() RequestError ()

- customerId: The ID of the customer being queried.

func (*CustomersSearchAds360Service) SearchStream

func (r *CustomersSearchAds360Service) SearchStream(customerId string, googleadssearchads360v0services__searchsearchads360streamrequest *GoogleAdsSearchads360V0Services__SearchSearchAds360StreamRequest) *CustomersSearchAds360SearchStreamCall

SearchStream: Returns all rows that match the search stream query. List of thrown errors: AuthenticationError () [AuthorizationError]() HeaderError () [InternalError]() QueryError () [QuotaError]() RequestError ()

- customerId: The ID of the customer being queried.

type CustomersService

type CustomersService struct {
	CustomColumns *CustomersCustomColumnsService

	SearchAds360 *CustomersSearchAds360Service
	// contains filtered or unexported fields
}

func NewCustomersService

func NewCustomersService(s *Service) *CustomersService

type GoogleAdsSearchads360V0Common__AgeRangeInfo

type GoogleAdsSearchads360V0Common__AgeRangeInfo struct {
	// Type: Type of the age range.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "AGE_RANGE_18_24" - Between 18 and 24 years old.
	//   "AGE_RANGE_25_34" - Between 25 and 34 years old.
	//   "AGE_RANGE_35_44" - Between 35 and 44 years old.
	//   "AGE_RANGE_45_54" - Between 45 and 54 years old.
	//   "AGE_RANGE_55_64" - Between 55 and 64 years old.
	//   "AGE_RANGE_65_UP" - 65 years old and beyond.
	//   "AGE_RANGE_UNDETERMINED" - Undetermined age range.
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Type") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Type") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__AgeRangeInfo: An age range criterion.

func (*GoogleAdsSearchads360V0Common__AgeRangeInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__CustomParameter

type GoogleAdsSearchads360V0Common__CustomParameter struct {
	// Key: The key matching the parameter tag name.
	Key string `json:"key,omitempty"`

	// Value: The value to be substituted.
	Value string `json:"value,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Key") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Key") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__CustomParameter: A mapping that can be used by custom parameter tags in a `tracking_url_template`, `final_urls`, or `mobile_final_urls`.

func (*GoogleAdsSearchads360V0Common__CustomParameter) MarshalJSON

type GoogleAdsSearchads360V0Common__DeviceInfo

type GoogleAdsSearchads360V0Common__DeviceInfo struct {
	// Type: Type of the device.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - The value is unknown in this version.
	//   "MOBILE" - Mobile devices with full browsers.
	//   "TABLET" - Tablets with full browsers.
	//   "DESKTOP" - Computers.
	//   "CONNECTED_TV" - Smart TVs and game consoles.
	//   "OTHER" - Other device types.
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Type") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Type") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__DeviceInfo: A device criterion.

func (*GoogleAdsSearchads360V0Common__DeviceInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__EnhancedCpc

type GoogleAdsSearchads360V0Common__EnhancedCpc struct {
}

GoogleAdsSearchads360V0Common__EnhancedCpc: An automated bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely. This bidding strategy is deprecated and cannot be created anymore. Use ManualCpc with enhanced_cpc_enabled set to true for equivalent functionality.

type GoogleAdsSearchads360V0Common__FrequencyCapEntry

type GoogleAdsSearchads360V0Common__FrequencyCapEntry struct {
}

GoogleAdsSearchads360V0Common__FrequencyCapEntry: A rule specifying the maximum number of times an ad (or some set of ads) can be shown to a user over a particular time period.

type GoogleAdsSearchads360V0Common__GenderInfo

type GoogleAdsSearchads360V0Common__GenderInfo struct {
	// Type: Type of the gender.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "MALE" - Male.
	//   "FEMALE" - Female.
	//   "UNDETERMINED" - Undetermined gender.
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Type") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Type") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__GenderInfo: A gender criterion.

func (*GoogleAdsSearchads360V0Common__GenderInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__KeywordInfo

type GoogleAdsSearchads360V0Common__KeywordInfo struct {
	// MatchType: The match type of the keyword.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "EXACT" - Exact match.
	//   "PHRASE" - Phrase match.
	//   "BROAD" - Broad match.
	MatchType string `json:"matchType,omitempty"`

	// Text: The text of the keyword (at most 80 characters and 10 words).
	Text string `json:"text,omitempty"`

	// ForceSendFields is a list of field names (e.g. "MatchType") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "MatchType") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__KeywordInfo: A keyword criterion.

func (*GoogleAdsSearchads360V0Common__KeywordInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__LanguageInfo

type GoogleAdsSearchads360V0Common__LanguageInfo struct {
	// LanguageConstant: The language constant resource name.
	LanguageConstant string `json:"languageConstant,omitempty"`

	// ForceSendFields is a list of field names (e.g. "LanguageConstant") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "LanguageConstant") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__LanguageInfo: A language criterion.

func (*GoogleAdsSearchads360V0Common__LanguageInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__ListingGroupInfo

type GoogleAdsSearchads360V0Common__ListingGroupInfo struct {
	// Type: Type of the listing group.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "SUBDIVISION" - Subdivision of products along some listing
	// dimension. These nodes are not used by serving to target listing
	// entries, but is purely to define the structure of the tree.
	//   "UNIT" - Listing group unit that defines a bid.
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Type") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Type") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__ListingGroupInfo: A listing group criterion.

func (*GoogleAdsSearchads360V0Common__ListingGroupInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__LocationGroupInfo

type GoogleAdsSearchads360V0Common__LocationGroupInfo struct {
	// FeedItemSets: FeedItemSets whose FeedItems are targeted. If multiple
	// IDs are specified, then all items that appear in at least one set are
	// targeted. This field cannot be used with geo_target_constants. This
	// is optional and can only be set in CREATE operations.
	FeedItemSets []string `json:"feedItemSets,omitempty"`

	// GeoTargetConstants: Geo target constant(s) restricting the scope of
	// the geographic area within the feed. Currently only one geo target
	// constant is allowed.
	GeoTargetConstants []string `json:"geoTargetConstants,omitempty"`

	// Radius: Distance in units specifying the radius around targeted
	// locations. This is required and must be set in CREATE operations.
	Radius int64 `json:"radius,omitempty,string"`

	// RadiusUnits: Unit of the radius. Miles and meters are supported for
	// geo target constants. Milli miles and meters are supported for feed
	// item sets. This is required and must be set in CREATE operations.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "METERS" - Meters
	//   "MILES" - Miles
	//   "MILLI_MILES" - Milli Miles
	RadiusUnits string `json:"radiusUnits,omitempty"`

	// ForceSendFields is a list of field names (e.g. "FeedItemSets") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FeedItemSets") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__LocationGroupInfo: A radius around a list of locations specified through a feed.

func (*GoogleAdsSearchads360V0Common__LocationGroupInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__LocationInfo

type GoogleAdsSearchads360V0Common__LocationInfo struct {
	// GeoTargetConstant: The geo target constant resource name.
	GeoTargetConstant string `json:"geoTargetConstant,omitempty"`

	// ForceSendFields is a list of field names (e.g. "GeoTargetConstant")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "GeoTargetConstant") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__LocationInfo: A location criterion.

func (*GoogleAdsSearchads360V0Common__LocationInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__ManualCpa

type GoogleAdsSearchads360V0Common__ManualCpa struct {
}

GoogleAdsSearchads360V0Common__ManualCpa: Manual bidding strategy that allows advertiser to set the bid per advertiser-specified action.

type GoogleAdsSearchads360V0Common__ManualCpc

type GoogleAdsSearchads360V0Common__ManualCpc struct {
	// EnhancedCpcEnabled: Whether bids are to be enhanced based on
	// conversion optimizer data.
	EnhancedCpcEnabled bool `json:"enhancedCpcEnabled,omitempty"`

	// ForceSendFields is a list of field names (e.g. "EnhancedCpcEnabled")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "EnhancedCpcEnabled") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__ManualCpc: Manual click-based bidding where user pays per click.

func (*GoogleAdsSearchads360V0Common__ManualCpc) MarshalJSON

func (s *GoogleAdsSearchads360V0Common__ManualCpc) MarshalJSON() ([]byte, error)

type GoogleAdsSearchads360V0Common__ManualCpm

type GoogleAdsSearchads360V0Common__ManualCpm struct {
}

GoogleAdsSearchads360V0Common__ManualCpm: Manual impression-based bidding where user pays per thousand impressions.

type GoogleAdsSearchads360V0Common__MaximizeConversionValue

type GoogleAdsSearchads360V0Common__MaximizeConversionValue struct {
	// CpcBidCeilingMicros: Maximum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	// Mutable for portfolio bidding strategies only.
	CpcBidCeilingMicros int64 `json:"cpcBidCeilingMicros,omitempty,string"`

	// CpcBidFloorMicros: Minimum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	// Mutable for portfolio bidding strategies only.
	CpcBidFloorMicros int64 `json:"cpcBidFloorMicros,omitempty,string"`

	// TargetRoas: The target return on ad spend (ROAS) option. If set, the
	// bid strategy will maximize revenue while averaging the target return
	// on ad spend. If the target ROAS is high, the bid strategy may not be
	// able to spend the full budget. If the target ROAS is not set, the bid
	// strategy will aim to achieve the highest possible ROAS for the
	// budget.
	TargetRoas float64 `json:"targetRoas,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CpcBidCeilingMicros")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CpcBidCeilingMicros") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__MaximizeConversionValue: An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget.

func (*GoogleAdsSearchads360V0Common__MaximizeConversionValue) MarshalJSON

func (*GoogleAdsSearchads360V0Common__MaximizeConversionValue) UnmarshalJSON

type GoogleAdsSearchads360V0Common__MaximizeConversions

type GoogleAdsSearchads360V0Common__MaximizeConversions struct {
	// CpcBidCeilingMicros: Maximum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	// Mutable for portfolio bidding strategies only.
	CpcBidCeilingMicros int64 `json:"cpcBidCeilingMicros,omitempty,string"`

	// CpcBidFloorMicros: Minimum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	// Mutable for portfolio bidding strategies only.
	CpcBidFloorMicros int64 `json:"cpcBidFloorMicros,omitempty,string"`

	// TargetCpaMicros: The target cost-per-action (CPA) option. This is the
	// average amount that you would like to spend per conversion action
	// specified in micro units of the bidding strategy's currency. If set,
	// the bid strategy will get as many conversions as possible at or below
	// the target cost-per-action. If the target CPA is not set, the bid
	// strategy will aim to achieve the lowest possible CPA given the
	// budget.
	TargetCpaMicros int64 `json:"targetCpaMicros,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "CpcBidCeilingMicros")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CpcBidCeilingMicros") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__MaximizeConversions: An automated bidding strategy to help get the most conversions for your campaigns while spending your budget.

func (*GoogleAdsSearchads360V0Common__MaximizeConversions) MarshalJSON

type GoogleAdsSearchads360V0Common__Metrics

type GoogleAdsSearchads360V0Common__Metrics struct {
	// AbsoluteTopImpressionPercentage: The percent of your ad impressions
	// that are shown as the very first ad above the organic search results.
	AbsoluteTopImpressionPercentage float64 `json:"absoluteTopImpressionPercentage,omitempty"`

	// AllConversions: The total number of conversions. This includes all
	// conversions regardless of the value of include_in_conversions_metric.
	AllConversions float64 `json:"allConversions,omitempty"`

	// AllConversionsByConversionDate: The total number of conversions. This
	// includes all conversions regardless of the value of
	// include_in_conversions_metric. When this column is selected with
	// date, the values in date column means the conversion date. Details
	// for the by_conversion_date columns are available at
	// https://support.google.com/sa360/answer/9250611.
	AllConversionsByConversionDate float64 `json:"allConversionsByConversionDate,omitempty"`

	// AllConversionsFromClickToCall: The number of times people clicked the
	// "Call" button to call a store during or after clicking an ad. This
	// number doesn't include whether or not calls were connected, or the
	// duration of any calls. This metric applies to feed items only.
	AllConversionsFromClickToCall float64 `json:"allConversionsFromClickToCall,omitempty"`

	// AllConversionsFromDirections: The number of times people clicked a
	// "Get directions" button to navigate to a store after clicking an ad.
	// This metric applies to feed items only.
	AllConversionsFromDirections float64 `json:"allConversionsFromDirections,omitempty"`

	// AllConversionsFromInteractionsRate: All conversions from interactions
	// (as oppose to view through conversions) divided by the number of ad
	// interactions.
	AllConversionsFromInteractionsRate float64 `json:"allConversionsFromInteractionsRate,omitempty"`

	// AllConversionsFromInteractionsValuePerInteraction: The value of all
	// conversions from interactions divided by the total number of
	// interactions.
	AllConversionsFromInteractionsValuePerInteraction float64 `json:"allConversionsFromInteractionsValuePerInteraction,omitempty"`

	// AllConversionsFromMenu: The number of times people clicked a link to
	// view a store's menu after clicking an ad. This metric applies to feed
	// items only.
	AllConversionsFromMenu float64 `json:"allConversionsFromMenu,omitempty"`

	// AllConversionsFromOrder: The number of times people placed an order
	// at a store after clicking an ad. This metric applies to feed items
	// only.
	AllConversionsFromOrder float64 `json:"allConversionsFromOrder,omitempty"`

	// AllConversionsFromOtherEngagement: The number of other conversions
	// (for example, posting a review or saving a location for a store) that
	// occurred after people clicked an ad. This metric applies to feed
	// items only.
	AllConversionsFromOtherEngagement float64 `json:"allConversionsFromOtherEngagement,omitempty"`

	// AllConversionsFromStoreVisit: Estimated number of times people
	// visited a store after clicking an ad. This metric applies to feed
	// items only.
	AllConversionsFromStoreVisit float64 `json:"allConversionsFromStoreVisit,omitempty"`

	// AllConversionsFromStoreWebsite: The number of times that people were
	// taken to a store's URL after clicking an ad. This metric applies to
	// feed items only.
	AllConversionsFromStoreWebsite float64 `json:"allConversionsFromStoreWebsite,omitempty"`

	// AllConversionsValue: The value of all conversions.
	AllConversionsValue float64 `json:"allConversionsValue,omitempty"`

	// AllConversionsValueByConversionDate: The value of all conversions.
	// When this column is selected with date, the values in date column
	// means the conversion date. Details for the by_conversion_date columns
	// are available at https://support.google.com/sa360/answer/9250611.
	AllConversionsValueByConversionDate float64 `json:"allConversionsValueByConversionDate,omitempty"`

	// AllConversionsValuePerCost: The value of all conversions divided by
	// the total cost of ad interactions (such as clicks for text ads or
	// views for video ads).
	AllConversionsValuePerCost float64 `json:"allConversionsValuePerCost,omitempty"`

	// AverageCost: The average amount you pay per interaction. This amount
	// is the total cost of your ads divided by the total number of
	// interactions.
	AverageCost float64 `json:"averageCost,omitempty"`

	// AverageCpc: The total cost of all clicks divided by the total number
	// of clicks received.
	AverageCpc float64 `json:"averageCpc,omitempty"`

	// AverageCpm: Average cost-per-thousand impressions (CPM).
	AverageCpm float64 `json:"averageCpm,omitempty"`

	// Clicks: The number of clicks.
	Clicks int64 `json:"clicks,omitempty,string"`

	// ClientAccountConversions: The number of client account conversions.
	// This only includes conversion actions which
	// include_in_client_account_conversions_metric attribute is set to
	// true. If you use conversion-based bidding, your bid strategies will
	// optimize for these conversions.
	ClientAccountConversions float64 `json:"clientAccountConversions,omitempty"`

	// ClientAccountConversionsValue: The value of client account
	// conversions. This only includes conversion actions which
	// include_in_client_account_conversions_metric attribute is set to
	// true. If you use conversion-based bidding, your bid strategies will
	// optimize for these conversions.
	ClientAccountConversionsValue float64 `json:"clientAccountConversionsValue,omitempty"`

	// ClientAccountViewThroughConversions: The total number of view-through
	// conversions. These happen when a customer sees an image or rich media
	// ad, then later completes a conversion on your site without
	// interacting with (for example, clicking on) another ad.
	ClientAccountViewThroughConversions int64 `json:"clientAccountViewThroughConversions,omitempty,string"`

	// ContentBudgetLostImpressionShare: The estimated percent of times that
	// your ad was eligible to show on the Display Network but didn't
	// because your budget was too low. Note: Content budget lost impression
	// share is reported in the range of 0 to 0.9. Any value above 0.9 is
	// reported as 0.9001.
	ContentBudgetLostImpressionShare float64 `json:"contentBudgetLostImpressionShare,omitempty"`

	// ContentImpressionShare: The impressions you've received on the
	// Display Network divided by the estimated number of impressions you
	// were eligible to receive. Note: Content impression share is reported
	// in the range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.
	ContentImpressionShare float64 `json:"contentImpressionShare,omitempty"`

	// ContentRankLostImpressionShare: The estimated percentage of
	// impressions on the Display Network that your ads didn't receive due
	// to poor Ad Rank. Note: Content rank lost impression share is reported
	// in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
	ContentRankLostImpressionShare float64 `json:"contentRankLostImpressionShare,omitempty"`

	// Conversions: The number of conversions. This only includes conversion
	// actions which include_in_conversions_metric attribute is set to true.
	// If you use conversion-based bidding, your bid strategies will
	// optimize for these conversions.
	Conversions float64 `json:"conversions,omitempty"`

	// ConversionsByConversionDate: The sum of conversions by conversion
	// date for biddable conversion types. Can be fractional due to
	// attribution modeling. When this column is selected with date, the
	// values in date column means the conversion date.
	ConversionsByConversionDate float64 `json:"conversionsByConversionDate,omitempty"`

	// ConversionsFromInteractionsRate: Average biddable conversions (from
	// interaction) per conversion eligible interaction. Shows how often, on
	// average, an ad interaction leads to a biddable conversion.
	ConversionsFromInteractionsRate float64 `json:"conversionsFromInteractionsRate,omitempty"`

	// ConversionsFromInteractionsValuePerInteraction: The value of
	// conversions from interactions divided by the number of ad
	// interactions. This only includes conversion actions which
	// include_in_conversions_metric attribute is set to true. If you use
	// conversion-based bidding, your bid strategies will optimize for these
	// conversions.
	ConversionsFromInteractionsValuePerInteraction float64 `json:"conversionsFromInteractionsValuePerInteraction,omitempty"`

	// ConversionsValue: The sum of conversion values for the conversions
	// included in the "conversions" field. This metric is useful only if
	// you entered a value for your conversion actions.
	ConversionsValue float64 `json:"conversionsValue,omitempty"`

	// ConversionsValueByConversionDate: The sum of biddable conversions
	// value by conversion date. When this column is selected with date, the
	// values in date column means the conversion date.
	ConversionsValueByConversionDate float64 `json:"conversionsValueByConversionDate,omitempty"`

	// ConversionsValuePerCost: The value of biddable conversion divided by
	// the total cost of conversion eligible interactions.
	ConversionsValuePerCost float64 `json:"conversionsValuePerCost,omitempty"`

	// CostMicros: The sum of your cost-per-click (CPC) and
	// cost-per-thousand impressions (CPM) costs during this period.
	CostMicros int64 `json:"costMicros,omitempty,string"`

	// CostPerAllConversions: The cost of ad interactions divided by all
	// conversions.
	CostPerAllConversions float64 `json:"costPerAllConversions,omitempty"`

	// CostPerConversion: Average conversion eligible cost per biddable
	// conversion.
	CostPerConversion float64 `json:"costPerConversion,omitempty"`

	// CostPerCurrentModelAttributedConversion: The cost of ad interactions
	// divided by current model attributed conversions. This only includes
	// conversion actions which include_in_conversions_metric attribute is
	// set to true. If you use conversion-based bidding, your bid strategies
	// will optimize for these conversions.
	CostPerCurrentModelAttributedConversion float64 `json:"costPerCurrentModelAttributedConversion,omitempty"`

	// CrossDeviceConversions: Conversions from when a customer clicks on an
	// ad on one device, then converts on a different device or browser.
	// Cross-device conversions are already included in all_conversions.
	CrossDeviceConversions float64 `json:"crossDeviceConversions,omitempty"`

	// CrossDeviceConversionsValue: The sum of the value of cross-device
	// conversions.
	CrossDeviceConversionsValue float64 `json:"crossDeviceConversionsValue,omitempty"`

	// Ctr: The number of clicks your ad receives (Clicks) divided by the
	// number of times your ad is shown (Impressions).
	Ctr float64 `json:"ctr,omitempty"`

	// HistoricalCreativeQualityScore: The creative historical quality
	// score.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "BELOW_AVERAGE" - Quality of the creative is below average.
	//   "AVERAGE" - Quality of the creative is average.
	//   "ABOVE_AVERAGE" - Quality of the creative is above average.
	HistoricalCreativeQualityScore string `json:"historicalCreativeQualityScore,omitempty"`

	// HistoricalLandingPageQualityScore: The quality of historical landing
	// page experience.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "BELOW_AVERAGE" - Quality of the creative is below average.
	//   "AVERAGE" - Quality of the creative is average.
	//   "ABOVE_AVERAGE" - Quality of the creative is above average.
	HistoricalLandingPageQualityScore string `json:"historicalLandingPageQualityScore,omitempty"`

	// HistoricalQualityScore: The historical quality score.
	HistoricalQualityScore int64 `json:"historicalQualityScore,omitempty,string"`

	// HistoricalSearchPredictedCtr: The historical search predicted click
	// through rate (CTR).
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "BELOW_AVERAGE" - Quality of the creative is below average.
	//   "AVERAGE" - Quality of the creative is average.
	//   "ABOVE_AVERAGE" - Quality of the creative is above average.
	HistoricalSearchPredictedCtr string `json:"historicalSearchPredictedCtr,omitempty"`

	// Impressions: Count of how often your ad has appeared on a search
	// results page or website on the Google Network.
	Impressions int64 `json:"impressions,omitempty,string"`

	// InteractionEventTypes: The types of payable and free interactions.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "CLICK" - Click to site. In most cases, this interaction navigates
	// to an external location, usually the advertiser's landing page. This
	// is also the default InteractionEventType for click events.
	//   "ENGAGEMENT" - The user's expressed intent to engage with the ad
	// in-place.
	//   "VIDEO_VIEW" - User viewed a video ad.
	//   "NONE" - The default InteractionEventType for ad conversion events.
	// This is used when an ad conversion row does NOT indicate that the
	// free interactions (for example, the ad conversions) should be
	// 'promoted' and reported as part of the core metrics. These are simply
	// other (ad) conversions.
	InteractionEventTypes []string `json:"interactionEventTypes,omitempty"`

	// InteractionRate: How often people interact with your ad after it is
	// shown to them. This is the number of interactions divided by the
	// number of times your ad is shown.
	InteractionRate float64 `json:"interactionRate,omitempty"`

	// Interactions: The number of interactions. An interaction is the main
	// user action associated with an ad format-clicks for text and shopping
	// ads, views for video ads, and so on.
	Interactions int64 `json:"interactions,omitempty,string"`

	// InvalidClickRate: The percentage of clicks filtered out of your total
	// number of clicks (filtered + non-filtered clicks) during the
	// reporting period.
	InvalidClickRate float64 `json:"invalidClickRate,omitempty"`

	// InvalidClicks: Number of clicks Google considers illegitimate and
	// doesn't charge you for.
	InvalidClicks int64 `json:"invalidClicks,omitempty,string"`

	// MobileFriendlyClicksPercentage: The percentage of mobile clicks that
	// go to a mobile-friendly page.
	MobileFriendlyClicksPercentage float64 `json:"mobileFriendlyClicksPercentage,omitempty"`

	// SearchAbsoluteTopImpressionShare: The percentage of the customer's
	// Shopping or Search ad impressions that are shown in the most
	// prominent Shopping position. See
	// https://support.google.com/sa360/answer/9566729 for details. Any
	// value below 0.1 is reported as 0.0999.
	SearchAbsoluteTopImpressionShare float64 `json:"searchAbsoluteTopImpressionShare,omitempty"`

	// SearchBudgetLostAbsoluteTopImpressionShare: The number estimating how
	// often your ad wasn't the very first ad above the organic search
	// results due to a low budget. Note: Search budget lost absolute top
	// impression share is reported in the range of 0 to 0.9. Any value
	// above 0.9 is reported as 0.9001.
	SearchBudgetLostAbsoluteTopImpressionShare float64 `json:"searchBudgetLostAbsoluteTopImpressionShare,omitempty"`

	// SearchBudgetLostImpressionShare: The estimated percent of times that
	// your ad was eligible to show on the Search Network but didn't because
	// your budget was too low. Note: Search budget lost impression share is
	// reported in the range of 0 to 0.9. Any value above 0.9 is reported as
	// 0.9001.
	SearchBudgetLostImpressionShare float64 `json:"searchBudgetLostImpressionShare,omitempty"`

	// SearchBudgetLostTopImpressionShare: The number estimating how often
	// your ad didn't show anywhere above the organic search results due to
	// a low budget. Note: Search budget lost top impression share is
	// reported in the range of 0 to 0.9. Any value above 0.9 is reported as
	// 0.9001.
	SearchBudgetLostTopImpressionShare float64 `json:"searchBudgetLostTopImpressionShare,omitempty"`

	// SearchClickShare: The number of clicks you've received on the Search
	// Network divided by the estimated number of clicks you were eligible
	// to receive. Note: Search click share is reported in the range of 0.1
	// to 1. Any value below 0.1 is reported as 0.0999.
	SearchClickShare float64 `json:"searchClickShare,omitempty"`

	// SearchExactMatchImpressionShare: The impressions you've received
	// divided by the estimated number of impressions you were eligible to
	// receive on the Search Network for search terms that matched your
	// keywords exactly (or were close variants of your keyword), regardless
	// of your keyword match types. Note: Search exact match impression
	// share is reported in the range of 0.1 to 1. Any value below 0.1 is
	// reported as 0.0999.
	SearchExactMatchImpressionShare float64 `json:"searchExactMatchImpressionShare,omitempty"`

	// SearchImpressionShare: The impressions you've received on the Search
	// Network divided by the estimated number of impressions you were
	// eligible to receive. Note: Search impression share is reported in the
	// range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.
	SearchImpressionShare float64 `json:"searchImpressionShare,omitempty"`

	// SearchRankLostAbsoluteTopImpressionShare: The number estimating how
	// often your ad wasn't the very first ad above the organic search
	// results due to poor Ad Rank. Note: Search rank lost absolute top
	// impression share is reported in the range of 0 to 0.9. Any value
	// above 0.9 is reported as 0.9001.
	SearchRankLostAbsoluteTopImpressionShare float64 `json:"searchRankLostAbsoluteTopImpressionShare,omitempty"`

	// SearchRankLostImpressionShare: The estimated percentage of
	// impressions on the Search Network that your ads didn't receive due to
	// poor Ad Rank. Note: Search rank lost impression share is reported in
	// the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
	SearchRankLostImpressionShare float64 `json:"searchRankLostImpressionShare,omitempty"`

	// SearchRankLostTopImpressionShare: The number estimating how often
	// your ad didn't show anywhere above the organic search results due to
	// poor Ad Rank. Note: Search rank lost top impression share is reported
	// in the range of 0 to 0.9. Any value above 0.9 is reported as 0.9001.
	SearchRankLostTopImpressionShare float64 `json:"searchRankLostTopImpressionShare,omitempty"`

	// SearchTopImpressionShare: The impressions you've received in the top
	// location (anywhere above the organic search results) compared to the
	// estimated number of impressions you were eligible to receive in the
	// top location. Note: Search top impression share is reported in the
	// range of 0.1 to 1. Any value below 0.1 is reported as 0.0999.
	SearchTopImpressionShare float64 `json:"searchTopImpressionShare,omitempty"`

	// TopImpressionPercentage: The percent of your ad impressions that are
	// shown anywhere above the organic search results.
	TopImpressionPercentage float64 `json:"topImpressionPercentage,omitempty"`

	// ValuePerAllConversions: The value of all conversions divided by the
	// number of all conversions.
	ValuePerAllConversions float64 `json:"valuePerAllConversions,omitempty"`

	// ValuePerAllConversionsByConversionDate: The value of all conversions
	// divided by the number of all conversions. When this column is
	// selected with date, the values in date column means the conversion
	// date. Details for the by_conversion_date columns are available at
	// https://support.google.com/sa360/answer/9250611.
	ValuePerAllConversionsByConversionDate float64 `json:"valuePerAllConversionsByConversionDate,omitempty"`

	// ValuePerConversion: The value of biddable conversion divided by the
	// number of biddable conversions. Shows how much, on average, each of
	// the biddable conversions is worth.
	ValuePerConversion float64 `json:"valuePerConversion,omitempty"`

	// ValuePerConversionsByConversionDate: Biddable conversions value by
	// conversion date divided by biddable conversions by conversion date.
	// Shows how much, on average, each of the biddable conversions is worth
	// (by conversion date). When this column is selected with date, the
	// values in date column means the conversion date.
	ValuePerConversionsByConversionDate float64 `json:"valuePerConversionsByConversionDate,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "AbsoluteTopImpressionPercentage") to unconditionally include in API
	// requests. By default, fields with empty or default values are omitted
	// from API requests. However, any non-pointer, non-interface field
	// appearing in ForceSendFields will be sent to the server regardless of
	// whether the field is empty or not. This may be used to include empty
	// fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g.
	// "AbsoluteTopImpressionPercentage") to include in API requests with
	// the JSON null value. By default, fields with empty values are omitted
	// from API requests. However, any field with an empty value appearing
	// in NullFields will be sent to the server as null. It is an error if a
	// field in this list has a non-empty value. This may be used to include
	// null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__Metrics: Metrics data.

func (*GoogleAdsSearchads360V0Common__Metrics) MarshalJSON

func (s *GoogleAdsSearchads360V0Common__Metrics) MarshalJSON() ([]byte, error)

func (*GoogleAdsSearchads360V0Common__Metrics) UnmarshalJSON

func (s *GoogleAdsSearchads360V0Common__Metrics) UnmarshalJSON(data []byte) error

type GoogleAdsSearchads360V0Common__PercentCpc

type GoogleAdsSearchads360V0Common__PercentCpc struct {
	// CpcBidCeilingMicros: Maximum bid limit that can be set by the bid
	// strategy. This is an optional field entered by the advertiser and
	// specified in local micros. Note: A zero value is interpreted in the
	// same way as having bid_ceiling undefined.
	CpcBidCeilingMicros int64 `json:"cpcBidCeilingMicros,omitempty,string"`

	// EnhancedCpcEnabled: Adjusts the bid for each auction upward or
	// downward, depending on the likelihood of a conversion. Individual
	// bids may exceed cpc_bid_ceiling_micros, but the average bid amount
	// for a campaign should not.
	EnhancedCpcEnabled bool `json:"enhancedCpcEnabled,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CpcBidCeilingMicros")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CpcBidCeilingMicros") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__PercentCpc: A bidding strategy where bids are a fraction of the advertised price for some good or service.

func (*GoogleAdsSearchads360V0Common__PercentCpc) MarshalJSON

type GoogleAdsSearchads360V0Common__RealTimeBiddingSetting

type GoogleAdsSearchads360V0Common__RealTimeBiddingSetting struct {
	// OptIn: Whether the campaign is opted in to real-time bidding.
	OptIn bool `json:"optIn,omitempty"`

	// ForceSendFields is a list of field names (e.g. "OptIn") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "OptIn") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__RealTimeBiddingSetting: Settings for Real-Time Bidding, a feature only available for campaigns targeting the Ad Exchange network.

func (*GoogleAdsSearchads360V0Common__RealTimeBiddingSetting) MarshalJSON

type GoogleAdsSearchads360V0Common__Segments

type GoogleAdsSearchads360V0Common__Segments struct {
	// ConversionAction: Resource name of the conversion action.
	ConversionAction string `json:"conversionAction,omitempty"`

	// ConversionActionCategory: Conversion action category.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "DEFAULT" - Default category.
	//   "PAGE_VIEW" - User visiting a page.
	//   "PURCHASE" - Purchase, sales, or "order placed" event.
	//   "SIGNUP" - Signup user action.
	//   "LEAD" - Lead-generating action.
	//   "DOWNLOAD" - Software download action (as for an app).
	//   "ADD_TO_CART" - The addition of items to a shopping cart or bag on
	// an advertiser site.
	//   "BEGIN_CHECKOUT" - When someone enters the checkout flow on an
	// advertiser site.
	//   "SUBSCRIBE_PAID" - The start of a paid subscription for a product
	// or service.
	//   "PHONE_CALL_LEAD" - A call to indicate interest in an advertiser's
	// offering.
	//   "IMPORTED_LEAD" - A lead conversion imported from an external
	// source into Google Ads.
	//   "SUBMIT_LEAD_FORM" - A submission of a form on an advertiser site
	// indicating business interest.
	//   "BOOK_APPOINTMENT" - A booking of an appointment with an
	// advertiser's business.
	//   "REQUEST_QUOTE" - A quote or price estimate request.
	//   "GET_DIRECTIONS" - A search for an advertiser's business location
	// with intention to visit.
	//   "OUTBOUND_CLICK" - A click to an advertiser's partner's site.
	//   "CONTACT" - A call, SMS, email, chat or other type of contact to an
	// advertiser.
	//   "ENGAGEMENT" - A website engagement event such as long site time or
	// a Google Analytics (GA) Smart Goal. Intended to be used for GA,
	// Firebase, GA Gold goal imports.
	//   "STORE_VISIT" - A visit to a physical store location.
	//   "STORE_SALE" - A sale occurring in a physical store.
	//   "QUALIFIED_LEAD" - A lead conversion imported from an external
	// source into Google Ads, that has been further qualified by the
	// advertiser (marketing/sales team). In the lead-to-sale journey,
	// advertisers get leads, then act on them by reaching out to the
	// consumer. If the consumer is interested and may end up buying their
	// product, the advertiser marks such leads as "qualified leads".
	//   "CONVERTED_LEAD" - A lead conversion imported from an external
	// source into Google Ads, that has further completed a chosen stage as
	// defined by the lead gen advertiser.
	ConversionActionCategory string `json:"conversionActionCategory,omitempty"`

	// ConversionActionName: Conversion action name.
	ConversionActionName string `json:"conversionActionName,omitempty"`

	// Date: Date to which metrics apply. yyyy-MM-dd format, for example,
	// 2018-04-17.
	Date string `json:"date,omitempty"`

	// DayOfWeek: Day of the week, for example, MONDAY.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - The value is unknown in this version.
	//   "MONDAY" - Monday.
	//   "TUESDAY" - Tuesday.
	//   "WEDNESDAY" - Wednesday.
	//   "THURSDAY" - Thursday.
	//   "FRIDAY" - Friday.
	//   "SATURDAY" - Saturday.
	//   "SUNDAY" - Sunday.
	DayOfWeek string `json:"dayOfWeek,omitempty"`

	// Device: Device to which metrics apply.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - The value is unknown in this version.
	//   "MOBILE" - Mobile devices with full browsers.
	//   "TABLET" - Tablets with full browsers.
	//   "DESKTOP" - Computers.
	//   "CONNECTED_TV" - Smart TVs and game consoles.
	//   "OTHER" - Other device types.
	Device string `json:"device,omitempty"`

	// Month: Month as represented by the date of the first day of a month.
	// Formatted as yyyy-MM-dd.
	Month string `json:"month,omitempty"`

	// Quarter: Quarter as represented by the date of the first day of a
	// quarter. Uses the calendar year for quarters, for example, the second
	// quarter of 2018 starts on 2018-04-01. Formatted as yyyy-MM-dd.
	Quarter string `json:"quarter,omitempty"`

	// Week: Week as defined as Monday through Sunday, and represented by
	// the date of Monday. Formatted as yyyy-MM-dd.
	Week string `json:"week,omitempty"`

	// Year: Year, formatted as yyyy.
	Year int64 `json:"year,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ConversionAction") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ConversionAction") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__Segments: Segment only fields.

func (*GoogleAdsSearchads360V0Common__Segments) MarshalJSON

func (s *GoogleAdsSearchads360V0Common__Segments) MarshalJSON() ([]byte, error)

type GoogleAdsSearchads360V0Common__TargetCpa

type GoogleAdsSearchads360V0Common__TargetCpa struct {
	// CpcBidCeilingMicros: Maximum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	// This should only be set for portfolio bid strategies.
	CpcBidCeilingMicros int64 `json:"cpcBidCeilingMicros,omitempty,string"`

	// CpcBidFloorMicros: Minimum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	// This should only be set for portfolio bid strategies.
	CpcBidFloorMicros int64 `json:"cpcBidFloorMicros,omitempty,string"`

	// TargetCpaMicros: Average CPA target. This target should be greater
	// than or equal to minimum billable unit based on the currency for the
	// account.
	TargetCpaMicros int64 `json:"targetCpaMicros,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "CpcBidCeilingMicros")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CpcBidCeilingMicros") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__TargetCpa: An automated bid strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set.

func (*GoogleAdsSearchads360V0Common__TargetCpa) MarshalJSON

func (s *GoogleAdsSearchads360V0Common__TargetCpa) MarshalJSON() ([]byte, error)

type GoogleAdsSearchads360V0Common__TargetCpm

type GoogleAdsSearchads360V0Common__TargetCpm struct {
}

GoogleAdsSearchads360V0Common__TargetCpm: Target CPM (cost per thousand impressions) is an automated bidding strategy that sets bids to optimize performance given the target CPM you set.

type GoogleAdsSearchads360V0Common__TargetImpressionShare

type GoogleAdsSearchads360V0Common__TargetImpressionShare struct {
	// CpcBidCeilingMicros: The highest CPC bid the automated bidding system
	// is permitted to specify. This is a required field entered by the
	// advertiser that sets the ceiling and specified in local micros.
	CpcBidCeilingMicros int64 `json:"cpcBidCeilingMicros,omitempty,string"`

	// Location: The targeted location on the search results page.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "ANYWHERE_ON_PAGE" - Any location on the web page.
	//   "TOP_OF_PAGE" - Top box of ads.
	//   "ABSOLUTE_TOP_OF_PAGE" - Top slot in the top box of ads.
	Location string `json:"location,omitempty"`

	// LocationFractionMicros: The chosen fraction of ads to be shown in the
	// targeted location in micros. For example, 1% equals 10,000.
	LocationFractionMicros int64 `json:"locationFractionMicros,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "CpcBidCeilingMicros")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CpcBidCeilingMicros") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__TargetImpressionShare: An automated bidding strategy that sets bids so that a certain percentage of search ads are shown at the top of the first page (or other targeted location).

func (*GoogleAdsSearchads360V0Common__TargetImpressionShare) MarshalJSON

type GoogleAdsSearchads360V0Common__TargetOutrankShare

type GoogleAdsSearchads360V0Common__TargetOutrankShare struct {
	// CpcBidCeilingMicros: Maximum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros int64 `json:"cpcBidCeilingMicros,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "CpcBidCeilingMicros")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CpcBidCeilingMicros") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__TargetOutrankShare: An automated bidding strategy that sets bids based on the target fraction of auctions where the advertiser should outrank a specific competitor. This strategy is deprecated.

func (*GoogleAdsSearchads360V0Common__TargetOutrankShare) MarshalJSON

type GoogleAdsSearchads360V0Common__TargetRoas

type GoogleAdsSearchads360V0Common__TargetRoas struct {
	// CpcBidCeilingMicros: Maximum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	// This should only be set for portfolio bid strategies.
	CpcBidCeilingMicros int64 `json:"cpcBidCeilingMicros,omitempty,string"`

	// CpcBidFloorMicros: Minimum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	// This should only be set for portfolio bid strategies.
	CpcBidFloorMicros int64 `json:"cpcBidFloorMicros,omitempty,string"`

	// TargetRoas: Required. The chosen revenue (based on conversion data)
	// per unit of spend. Value must be between 0.01 and 1000.0, inclusive.
	TargetRoas float64 `json:"targetRoas,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CpcBidCeilingMicros")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CpcBidCeilingMicros") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__TargetRoas: An automated bidding strategy that helps you maximize revenue while averaging a specific target return on ad spend (ROAS).

func (*GoogleAdsSearchads360V0Common__TargetRoas) MarshalJSON

func (*GoogleAdsSearchads360V0Common__TargetRoas) UnmarshalJSON

func (s *GoogleAdsSearchads360V0Common__TargetRoas) UnmarshalJSON(data []byte) error

type GoogleAdsSearchads360V0Common__TargetSpend

type GoogleAdsSearchads360V0Common__TargetSpend struct {
	// CpcBidCeilingMicros: Maximum bid limit that can be set by the bid
	// strategy. The limit applies to all keywords managed by the strategy.
	CpcBidCeilingMicros int64 `json:"cpcBidCeilingMicros,omitempty,string"`

	// TargetSpendMicros: The spend target under which to maximize clicks. A
	// TargetSpend bidder will attempt to spend the smaller of this value or
	// the natural throttling spend amount. If not specified, the budget is
	// used as the spend target. This field is deprecated and should no
	// longer be used. See
	// https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html
	// for details.
	TargetSpendMicros int64 `json:"targetSpendMicros,omitempty,string"`

	// ForceSendFields is a list of field names (e.g. "CpcBidCeilingMicros")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CpcBidCeilingMicros") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__TargetSpend: An automated bid strategy that sets your bids to help get as many clicks as possible within your budget.

func (*GoogleAdsSearchads360V0Common__TargetSpend) MarshalJSON

type GoogleAdsSearchads360V0Common__Value

type GoogleAdsSearchads360V0Common__Value struct {
	// BooleanValue: A boolean.
	BooleanValue bool `json:"booleanValue,omitempty"`

	// DoubleValue: A double.
	DoubleValue float64 `json:"doubleValue,omitempty"`

	// FloatValue: A float.
	FloatValue float64 `json:"floatValue,omitempty"`

	// Int64Value: An int64.
	Int64Value int64 `json:"int64Value,omitempty,string"`

	// StringValue: A string.
	StringValue string `json:"stringValue,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BooleanValue") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BooleanValue") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__Value: A generic data container.

func (*GoogleAdsSearchads360V0Common__Value) MarshalJSON

func (s *GoogleAdsSearchads360V0Common__Value) MarshalJSON() ([]byte, error)

func (*GoogleAdsSearchads360V0Common__Value) UnmarshalJSON

func (s *GoogleAdsSearchads360V0Common__Value) UnmarshalJSON(data []byte) error

type GoogleAdsSearchads360V0Common__WebpageConditionInfo

type GoogleAdsSearchads360V0Common__WebpageConditionInfo struct {
	// Argument: Argument of webpage targeting condition.
	Argument string `json:"argument,omitempty"`

	// Operand: Operand of webpage targeting condition.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "URL" - Operand denoting a webpage URL targeting condition.
	//   "CATEGORY" - Operand denoting a webpage category targeting
	// condition.
	//   "PAGE_TITLE" - Operand denoting a webpage title targeting
	// condition.
	//   "PAGE_CONTENT" - Operand denoting a webpage content targeting
	// condition.
	//   "CUSTOM_LABEL" - Operand denoting a webpage custom label targeting
	// condition.
	Operand string `json:"operand,omitempty"`

	// Operator: Operator of webpage targeting condition.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "EQUALS" - The argument web condition is equal to the compared web
	// condition.
	//   "CONTAINS" - The argument web condition is part of the compared web
	// condition.
	Operator string `json:"operator,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Argument") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Argument") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__WebpageConditionInfo: Logical expression for targeting webpages of an advertiser's website.

func (*GoogleAdsSearchads360V0Common__WebpageConditionInfo) MarshalJSON

type GoogleAdsSearchads360V0Common__WebpageInfo

type GoogleAdsSearchads360V0Common__WebpageInfo struct {
	// Conditions: Conditions, or logical expressions, for webpage
	// targeting. The list of webpage targeting conditions are and-ed
	// together when evaluated for targeting. An empty list of conditions
	// indicates all pages of the campaign's website are targeted. This
	// field is required for CREATE operations and is prohibited on UPDATE
	// operations.
	Conditions []*GoogleAdsSearchads360V0Common__WebpageConditionInfo `json:"conditions,omitempty"`

	// CoveragePercentage: Website criteria coverage percentage. This is the
	// computed percentage of website coverage based on the website target,
	// negative website target and negative keywords in the ad group and
	// campaign. For instance, when coverage returns as 1, it indicates it
	// has 100% coverage. This field is read-only.
	CoveragePercentage float64 `json:"coveragePercentage,omitempty"`

	// CriterionName: The name of the criterion that is defined by this
	// parameter. The name value will be used for identifying, sorting and
	// filtering criteria with this type of parameters. This field is
	// required for CREATE operations and is prohibited on UPDATE
	// operations.
	CriterionName string `json:"criterionName,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Conditions") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Conditions") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Common__WebpageInfo: Represents a criterion for targeting webpages of an advertiser's website.

func (*GoogleAdsSearchads360V0Common__WebpageInfo) MarshalJSON

func (*GoogleAdsSearchads360V0Common__WebpageInfo) UnmarshalJSON

func (s *GoogleAdsSearchads360V0Common__WebpageInfo) UnmarshalJSON(data []byte) error

type GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement

type GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement struct {
	// FieldName: The name of a field or a oneof
	FieldName string `json:"fieldName,omitempty"`

	// Index: If field_name is a repeated field, this is the element that
	// failed
	Index int64 `json:"index,omitempty"`

	// ForceSendFields is a list of field names (e.g. "FieldName") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FieldName") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement: A part of a field path.

func (*GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement) MarshalJSON

type GoogleAdsSearchads360V0Errors__ErrorCode

type GoogleAdsSearchads360V0Errors__ErrorCode struct {
	// AuthenticationError: Indicates failure to properly authenticate user.
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "AUTHENTICATION_ERROR" - Authentication of the request failed.
	//   "CLIENT_CUSTOMER_ID_INVALID" - Client customer ID is not a number.
	//   "CUSTOMER_NOT_FOUND" - No customer found for the provided customer
	// ID.
	//   "GOOGLE_ACCOUNT_DELETED" - Client's Google account is deleted.
	//   "GOOGLE_ACCOUNT_COOKIE_INVALID" - Account login token in the cookie
	// is invalid.
	//   "GOOGLE_ACCOUNT_AUTHENTICATION_FAILED" - A problem occurred during
	// Google account authentication.
	//   "GOOGLE_ACCOUNT_USER_AND_ADS_USER_MISMATCH" - The user in the
	// Google account login token does not match the user ID in the cookie.
	//   "LOGIN_COOKIE_REQUIRED" - Login cookie is required for
	// authentication.
	//   "NOT_ADS_USER" - User in the cookie is not a valid Ads user.
	//   "OAUTH_TOKEN_INVALID" - OAuth token in the header is not valid.
	//   "OAUTH_TOKEN_EXPIRED" - OAuth token in the header has expired.
	//   "OAUTH_TOKEN_DISABLED" - OAuth token in the header has been
	// disabled.
	//   "OAUTH_TOKEN_REVOKED" - OAuth token in the header has been revoked.
	//   "OAUTH_TOKEN_HEADER_INVALID" - OAuth token HTTP header is
	// malformed.
	//   "LOGIN_COOKIE_INVALID" - Login cookie is not valid.
	//   "USER_ID_INVALID" - User ID in the header is not a valid ID.
	//   "TWO_STEP_VERIFICATION_NOT_ENROLLED" - An account administrator
	// changed this account's authentication settings. To access this
	// account, enable 2-Step Verification in your Google account at
	// https://www.google.com/landing/2step.
	//   "ADVANCED_PROTECTION_NOT_ENROLLED" - An account administrator
	// changed this account's authentication settings. To access this
	// account, enable Advanced Protection in your Google account at
	// https://landing.google.com/advancedprotection.
	AuthenticationError string `json:"authenticationError,omitempty"`

	// AuthorizationError: An error encountered when trying to authorize a
	// user.
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "USER_PERMISSION_DENIED" - User doesn't have permission to access
	// customer. Note: If you're accessing a client customer, the manager's
	// customer ID must be set in the `login-customer-id` header. Learn more
	// at
	// https://developers.google.com/search-ads/reporting/concepts/call-structure#login_customer_id_header
	//   "PROJECT_DISABLED" - The Google Cloud project sent in the request
	// does not have permission to access the api.
	//   "AUTHORIZATION_ERROR" - Authorization of the client failed.
	//   "ACTION_NOT_PERMITTED" - The user does not have permission to
	// perform this action (for example, ADD, UPDATE, REMOVE) on the
	// resource or call a method.
	//   "INCOMPLETE_SIGNUP" - Signup not complete.
	//   "CUSTOMER_NOT_ENABLED" - The customer account can't be accessed
	// because it is not yet enabled or has been deactivated.
	//   "MISSING_TOS" - The developer must sign the terms of service. They
	// can be found here: https://developers.google.com/terms
	//   "INVALID_LOGIN_CUSTOMER_ID_SERVING_CUSTOMER_ID_COMBINATION" - The
	// login customer specified does not have access to the account
	// specified, so the request is invalid.
	//   "SERVICE_ACCESS_DENIED" - The developer specified does not have
	// access to the service.
	//   "ACCESS_DENIED_FOR_ACCOUNT_TYPE" - The customer (or login customer)
	// isn't allowed in Search Ads 360 API. It belongs to another ads
	// system.
	//   "METRIC_ACCESS_DENIED" - The developer does not have access to the
	// metrics queried.
	AuthorizationError string `json:"authorizationError,omitempty"`

	// DateError: The reasons for the date error
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "INVALID_FIELD_VALUES_IN_DATE" - Given field values do not
	// correspond to a valid date.
	//   "INVALID_FIELD_VALUES_IN_DATE_TIME" - Given field values do not
	// correspond to a valid date time.
	//   "INVALID_STRING_DATE" - The string date's format should be
	// yyyy-mm-dd.
	//   "INVALID_STRING_DATE_TIME_MICROS" - The string date time's format
	// should be yyyy-mm-dd hh:mm:ss.ssssss.
	//   "INVALID_STRING_DATE_TIME_SECONDS" - The string date time's format
	// should be yyyy-mm-dd hh:mm:ss.
	//   "INVALID_STRING_DATE_TIME_SECONDS_WITH_OFFSET" - The string date
	// time's format should be yyyy-mm-dd hh:mm:ss+|-hh:mm.
	//   "EARLIER_THAN_MINIMUM_DATE" - Date is before allowed minimum.
	//   "LATER_THAN_MAXIMUM_DATE" - Date is after allowed maximum.
	//   "DATE_RANGE_MINIMUM_DATE_LATER_THAN_MAXIMUM_DATE" - Date range
	// bounds are not in order.
	//   "DATE_RANGE_MINIMUM_AND_MAXIMUM_DATES_BOTH_NULL" - Both dates in
	// range are null.
	DateError string `json:"dateError,omitempty"`

	// DateRangeError: The reasons for the date range error
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "INVALID_DATE" - Invalid date.
	//   "START_DATE_AFTER_END_DATE" - The start date was after the end
	// date.
	//   "CANNOT_SET_DATE_TO_PAST" - Cannot set date to past time
	//   "AFTER_MAXIMUM_ALLOWABLE_DATE" - A date was used that is past the
	// system "last" date.
	//   "CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED" - Trying to change
	// start date on a resource that has started.
	DateRangeError string `json:"dateRangeError,omitempty"`

	// DistinctError: The reasons for the distinct error
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "DUPLICATE_ELEMENT" - Duplicate element.
	//   "DUPLICATE_TYPE" - Duplicate type.
	DistinctError string `json:"distinctError,omitempty"`

	// HeaderError: The reasons for the header error.
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "INVALID_USER_SELECTED_CUSTOMER_ID" - The user selected customer ID
	// could not be validated.
	//   "INVALID_LOGIN_CUSTOMER_ID" - The login customer ID could not be
	// validated.
	HeaderError string `json:"headerError,omitempty"`

	// InternalError: An unexpected server-side error.
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "INTERNAL_ERROR" - API encountered unexpected internal error.
	//   "ERROR_CODE_NOT_PUBLISHED" - The intended error code doesn't exist
	// in specified API version. It will be released in a future API
	// version.
	//   "TRANSIENT_ERROR" - API encountered an unexpected transient error.
	// The user should retry their request in these cases.
	//   "DEADLINE_EXCEEDED" - The request took longer than a deadline.
	InternalError string `json:"internalError,omitempty"`

	// QueryError: An error with the query
	//
	// Possible values:
	//   "UNSPECIFIED" - Name unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "QUERY_ERROR" - Returned if all other query error reasons are not
	// applicable.
	//   "BAD_ENUM_CONSTANT" - A condition used in the query references an
	// invalid enum constant.
	//   "BAD_ESCAPE_SEQUENCE" - Query contains an invalid escape sequence.
	//   "BAD_FIELD_NAME" - Field name is invalid.
	//   "BAD_LIMIT_VALUE" - Limit value is invalid (for example, not a
	// number)
	//   "BAD_NUMBER" - Encountered number can not be parsed.
	//   "BAD_OPERATOR" - Invalid operator encountered.
	//   "BAD_PARAMETER_NAME" - Parameter unknown or not supported.
	//   "BAD_PARAMETER_VALUE" - Parameter have invalid value.
	//   "BAD_RESOURCE_TYPE_IN_FROM_CLAUSE" - Invalid resource type was
	// specified in the FROM clause.
	//   "BAD_SYMBOL" - Non-ASCII symbol encountered outside of strings.
	//   "BAD_VALUE" - Value is invalid.
	//   "DATE_RANGE_TOO_WIDE" - Date filters fail to restrict date to a
	// range smaller than 31 days. Applicable if the query is segmented by
	// date.
	//   "DATE_RANGE_TOO_NARROW" - Filters on date/week/month/quarter have a
	// start date after end date.
	//   "EXPECTED_AND" - Expected AND between values with BETWEEN operator.
	//   "EXPECTED_BY" - Expecting ORDER BY to have BY.
	//   "EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE" - There was no
	// dimension field selected.
	//   "EXPECTED_FILTERS_ON_DATE_RANGE" - Missing filters on date related
	// fields.
	//   "EXPECTED_FROM" - Missing FROM clause.
	//   "EXPECTED_LIST" - The operator used in the conditions requires the
	// value to be a list.
	//   "EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE" - Fields used in WHERE
	// or ORDER BY clauses are missing from the SELECT clause.
	//   "EXPECTED_SELECT" - SELECT is missing at the beginning of query.
	//   "EXPECTED_SINGLE_VALUE" - A list was passed as a value to a
	// condition whose operator expects a single value.
	//   "EXPECTED_VALUE_WITH_BETWEEN_OPERATOR" - Missing one or both values
	// with BETWEEN operator.
	//   "INVALID_DATE_FORMAT" - Invalid date format. Expected 'YYYY-MM-DD'.
	//   "MISALIGNED_DATE_FOR_FILTER" - Misaligned date value for the
	// filter. The date should be the start of a week/month/quarter if the
	// filtered field is segments.week/segments.month/segments.quarter.
	//   "INVALID_STRING_VALUE" - Value passed was not a string when it
	// should have been. For example, it was a number or unquoted literal.
	//   "INVALID_VALUE_WITH_BETWEEN_OPERATOR" - A String value passed to
	// the BETWEEN operator does not parse as a date.
	//   "INVALID_VALUE_WITH_DURING_OPERATOR" - The value passed to the
	// DURING operator is not a Date range literal
	//   "INVALID_VALUE_WITH_LIKE_OPERATOR" - A value was passed to the LIKE
	// operator.
	//   "OPERATOR_FIELD_MISMATCH" - An operator was provided that is
	// inapplicable to the field being filtered.
	//   "PROHIBITED_EMPTY_LIST_IN_CONDITION" - A Condition was found with
	// an empty list.
	//   "PROHIBITED_ENUM_CONSTANT" - A condition used in the query
	// references an unsupported enum constant.
	//   "PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE" - Fields that are
	// not allowed to be selected together were included in the SELECT
	// clause.
	//   "PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE" - A field that is not
	// orderable was included in the ORDER BY clause.
	//   "PROHIBITED_FIELD_IN_SELECT_CLAUSE" - A field that is not
	// selectable was included in the SELECT clause.
	//   "PROHIBITED_FIELD_IN_WHERE_CLAUSE" - A field that is not filterable
	// was included in the WHERE clause.
	//   "PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE" - Resource type specified
	// in the FROM clause is not supported by this service.
	//   "PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE" - A field that comes
	// from an incompatible resource was included in the SELECT clause.
	//   "PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE" - A field that comes
	// from an incompatible resource was included in the WHERE clause.
	//   "PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE" - A metric
	// incompatible with the main resource or other selected segmenting
	// resources was included in the SELECT or WHERE clause.
	//   "PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE" - A segment
	// incompatible with the main resource or other selected segmenting
	// resources was included in the SELECT or WHERE clause.
	//   "PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE" - A
	// segment in the SELECT clause is incompatible with a metric in the
	// SELECT or WHERE clause.
	//   "LIMIT_VALUE_TOO_LOW" - The value passed to the limit clause is too
	// low.
	//   "PROHIBITED_NEWLINE_IN_STRING" - Query has a string containing a
	// newline character.
	//   "PROHIBITED_VALUE_COMBINATION_IN_LIST" - List contains values of
	// different types.
	//   "PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR" - The values
	// passed to the BETWEEN operator are not of the same type.
	//   "STRING_NOT_TERMINATED" - Query contains unterminated string.
	//   "TOO_MANY_SEGMENTS" - Too many segments are specified in SELECT
	// clause.
	//   "UNEXPECTED_END_OF_QUERY" - Query is incomplete and cannot be
	// parsed.
	//   "UNEXPECTED_FROM_CLAUSE" - FROM clause cannot be specified in this
	// query.
	//   "UNRECOGNIZED_FIELD" - Query contains one or more unrecognized
	// fields.
	//   "UNEXPECTED_INPUT" - Query has an unexpected extra part.
	//   "REQUESTED_METRICS_FOR_MANAGER" - Metrics cannot be requested for a
	// manager account. To retrieve metrics, issue separate requests against
	// each client account under the manager account.
	//   "FILTER_HAS_TOO_MANY_VALUES" - The number of values
	// (right-hand-side operands) in a filter exceeds the limit.
	QueryError string `json:"queryError,omitempty"`

	// QuotaError: An error with the amonut of quota remaining.
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "RESOURCE_EXHAUSTED" - Too many requests.
	//   "ACCESS_PROHIBITED" - Access is prohibited.
	//   "RESOURCE_TEMPORARILY_EXHAUSTED" - Too many requests in a short
	// amount of time.
	QuotaError string `json:"quotaError,omitempty"`

	// RequestError: An error caused by the request
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "RESOURCE_NAME_MISSING" - Resource name is required for this
	// request.
	//   "RESOURCE_NAME_MALFORMED" - Resource name provided is malformed.
	//   "BAD_RESOURCE_ID" - Resource name provided is malformed.
	//   "INVALID_PRODUCT_NAME" - Product name is invalid.
	//   "INVALID_CUSTOMER_ID" - Customer ID is invalid.
	//   "OPERATION_REQUIRED" - Mutate operation should have either create,
	// update, or remove specified.
	//   "RESOURCE_NOT_FOUND" - Requested resource not found.
	//   "INVALID_PAGE_TOKEN" - Next page token specified in user request is
	// invalid.
	//   "EXPIRED_PAGE_TOKEN" - Next page token specified in user request
	// has expired.
	//   "INVALID_PAGE_SIZE" - Page size specified in user request is
	// invalid.
	//   "REQUIRED_FIELD_MISSING" - Required field is missing.
	//   "IMMUTABLE_FIELD" - The field cannot be modified because it's
	// immutable. It's also possible that the field can be modified using
	// 'create' operation but not 'update'.
	//   "TOO_MANY_MUTATE_OPERATIONS" - Received too many entries in
	// request.
	//   "CANNOT_BE_EXECUTED_BY_MANAGER_ACCOUNT" - Request cannot be
	// executed by a manager account.
	//   "CANNOT_MODIFY_FOREIGN_FIELD" - Mutate request was attempting to
	// modify a readonly field. For instance, Budget fields can be requested
	// for Ad Group, but are read-only for adGroups:mutate.
	//   "INVALID_ENUM_VALUE" - Enum value is not permitted.
	//   "LOGIN_CUSTOMER_ID_PARAMETER_MISSING" - The login-customer-id
	// parameter is required for this request.
	//   "LOGIN_OR_LINKED_CUSTOMER_ID_PARAMETER_REQUIRED" - Either
	// login-customer-id or linked-customer-id parameter is required for
	// this request.
	//   "VALIDATE_ONLY_REQUEST_HAS_PAGE_TOKEN" - page_token is set in the
	// validate only request
	//   "CANNOT_RETURN_SUMMARY_ROW_FOR_REQUEST_WITHOUT_METRICS" -
	// return_summary_row cannot be enabled if request did not select any
	// metrics field.
	//   "CANNOT_RETURN_SUMMARY_ROW_FOR_VALIDATE_ONLY_REQUESTS" -
	// return_summary_row should not be enabled for validate only requests.
	//   "INCONSISTENT_RETURN_SUMMARY_ROW_VALUE" - return_summary_row
	// parameter value should be the same between requests with page_token
	// field set and their original request.
	//   "TOTAL_RESULTS_COUNT_NOT_ORIGINALLY_REQUESTED" - The total results
	// count cannot be returned if it was not requested in the original
	// request.
	//   "RPC_DEADLINE_TOO_SHORT" - Deadline specified by the client was too
	// short.
	//   "PRODUCT_NOT_SUPPORTED" - The product associated with the request
	// is not supported for the current request.
	RequestError string `json:"requestError,omitempty"`

	// SizeLimitError: The reasons for the size limit error
	//
	// Possible values:
	//   "UNSPECIFIED" - Enum unspecified.
	//   "UNKNOWN" - The received error code is not known in this version.
	//   "REQUEST_SIZE_LIMIT_EXCEEDED" - The number of entries in the
	// request exceeds the system limit, or the contents of the operations
	// exceed transaction limits due to their size or complexity. Try
	// reducing the number of entries per request.
	//   "RESPONSE_SIZE_LIMIT_EXCEEDED" - The number of entries in the
	// response exceeds the system limit.
	SizeLimitError string `json:"sizeLimitError,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AuthenticationError")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AuthenticationError") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Errors__ErrorCode: The error reason represented by type and enum.

func (*GoogleAdsSearchads360V0Errors__ErrorCode) MarshalJSON

func (s *GoogleAdsSearchads360V0Errors__ErrorCode) MarshalJSON() ([]byte, error)

type GoogleAdsSearchads360V0Errors__ErrorDetails

type GoogleAdsSearchads360V0Errors__ErrorDetails struct {
	// QuotaErrorDetails: Details on the quota error, including the scope
	// (account or developer), the rate bucket name and the retry delay.
	QuotaErrorDetails *GoogleAdsSearchads360V0Errors__QuotaErrorDetails `json:"quotaErrorDetails,omitempty"`

	// UnpublishedErrorCode: The error code that should have been returned,
	// but wasn't. This is used when the error code is not published in the
	// client specified version.
	UnpublishedErrorCode string `json:"unpublishedErrorCode,omitempty"`

	// ForceSendFields is a list of field names (e.g. "QuotaErrorDetails")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "QuotaErrorDetails") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Errors__ErrorDetails: Additional error details.

func (*GoogleAdsSearchads360V0Errors__ErrorDetails) MarshalJSON

type GoogleAdsSearchads360V0Errors__ErrorLocation

type GoogleAdsSearchads360V0Errors__ErrorLocation struct {
	// FieldPathElements: A field path that indicates which field was
	// invalid in the request.
	FieldPathElements []*GoogleAdsSearchads360V0ErrorsErrorLocationFieldPathElement `json:"fieldPathElements,omitempty"`

	// ForceSendFields is a list of field names (e.g. "FieldPathElements")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "FieldPathElements") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Errors__ErrorLocation: Describes the part of the request proto that caused the error.

func (*GoogleAdsSearchads360V0Errors__ErrorLocation) MarshalJSON

type GoogleAdsSearchads360V0Errors__QuotaErrorDetails

type GoogleAdsSearchads360V0Errors__QuotaErrorDetails struct {
	// RateName: The high level description of the quota bucket. Examples
	// are "Get requests for standard access" or "Requests per account".
	RateName string `json:"rateName,omitempty"`

	// RateScope: The rate scope of the quota limit.
	//
	// Possible values:
	//   "UNSPECIFIED" - Unspecified enum
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "ACCOUNT" - Per customer account quota
	//   "DEVELOPER" - Per project quota
	RateScope string `json:"rateScope,omitempty"`

	// RetryDelay: Backoff period that customers should wait before sending
	// next request.
	RetryDelay string `json:"retryDelay,omitempty"`

	// ForceSendFields is a list of field names (e.g. "RateName") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "RateName") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Errors__QuotaErrorDetails: Additional quota error details when there is QuotaError.

func (*GoogleAdsSearchads360V0Errors__QuotaErrorDetails) MarshalJSON

type GoogleAdsSearchads360V0Errors__SearchAds360Error

type GoogleAdsSearchads360V0Errors__SearchAds360Error struct {
	// Details: Additional error details, which are returned by certain
	// error codes. Most error codes do not include details.
	Details *GoogleAdsSearchads360V0Errors__ErrorDetails `json:"details,omitempty"`

	// ErrorCode: An enum value that indicates which error occurred.
	ErrorCode *GoogleAdsSearchads360V0Errors__ErrorCode `json:"errorCode,omitempty"`

	// Location: Describes the part of the request proto that caused the
	// error.
	Location *GoogleAdsSearchads360V0Errors__ErrorLocation `json:"location,omitempty"`

	// Message: A human-readable description of the error.
	Message string `json:"message,omitempty"`

	// Trigger: The value that triggered the error.
	Trigger *GoogleAdsSearchads360V0Common__Value `json:"trigger,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Details") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Details") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Errors__SearchAds360Error: SearchAds360-specific error.

func (*GoogleAdsSearchads360V0Errors__SearchAds360Error) MarshalJSON

type GoogleAdsSearchads360V0Errors__SearchAds360Failure

type GoogleAdsSearchads360V0Errors__SearchAds360Failure struct {
	// Errors: The list of errors that occurred.
	Errors []*GoogleAdsSearchads360V0Errors__SearchAds360Error `json:"errors,omitempty"`

	// RequestId: The unique ID of the request that is used for debugging
	// purposes.
	RequestId string `json:"requestId,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Errors") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Errors") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Errors__SearchAds360Failure: Describes how a Search Ads 360 API call failed. It's returned inside google.rpc.Status.details when a call fails.

func (*GoogleAdsSearchads360V0Errors__SearchAds360Failure) MarshalJSON

type GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo

type GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo struct {
	// QualityScore: Output only. The quality score. This field may not be
	// populated if Google does not have enough information to determine a
	// value.
	QualityScore int64 `json:"qualityScore,omitempty"`

	// ForceSendFields is a list of field names (e.g. "QualityScore") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "QualityScore") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo: A container for ad group criterion quality information.

func (*GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo) MarshalJSON

type GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting

type GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting struct {
	// DomainName: Required. The Internet domain name that this setting
	// represents, for example, "google.com" or "www.google.com".
	DomainName string `json:"domainName,omitempty"`

	// LanguageCode: Required. The language code specifying the language of
	// the domain, for example, "en".
	LanguageCode string `json:"languageCode,omitempty"`

	// UseSuppliedUrlsOnly: Whether the campaign uses advertiser supplied
	// URLs exclusively.
	UseSuppliedUrlsOnly bool `json:"useSuppliedUrlsOnly,omitempty"`

	// ForceSendFields is a list of field names (e.g. "DomainName") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "DomainName") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting: The setting for controlling Dynamic Search Ads (DSA).

func (*GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting) MarshalJSON

type GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting

type GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting struct {
	// NegativeGeoTargetType: The setting used for negative geotargeting in
	// this particular campaign.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - The value is unknown in this version.
	//   "PRESENCE_OR_INTEREST" - Specifies that a user is excluded from
	// seeing the ad if they are in, or show interest in, advertiser's
	// excluded locations.
	//   "PRESENCE" - Specifies that a user is excluded from seeing the ad
	// if they are in advertiser's excluded locations.
	NegativeGeoTargetType string `json:"negativeGeoTargetType,omitempty"`

	// PositiveGeoTargetType: The setting used for positive geotargeting in
	// this particular campaign.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - The value is unknown in this version.
	//   "PRESENCE_OR_INTEREST" - Specifies that an ad is triggered if the
	// user is in, or shows interest in, advertiser's targeted locations.
	//   "SEARCH_INTEREST" - Specifies that an ad is triggered if the user
	// searches for advertiser's targeted locations. This can only be used
	// with Search and standard Shopping campaigns.
	//   "PRESENCE" - Specifies that an ad is triggered if the user is in or
	// regularly in advertiser's targeted locations.
	PositiveGeoTargetType string `json:"positiveGeoTargetType,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "NegativeGeoTargetType") to unconditionally include in API requests.
	// By default, fields with empty or default values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "NegativeGeoTargetType") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting: Represents a collection of settings related to ads geotargeting.

func (*GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting) MarshalJSON

type GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings

type GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings struct {
	// TargetContentNetwork: Whether ads will be served on specified
	// placements in the Google Display Network. Placements are specified
	// using the Placement criterion.
	TargetContentNetwork bool `json:"targetContentNetwork,omitempty"`

	// TargetGoogleSearch: Whether ads will be served with google.com search
	// results.
	TargetGoogleSearch bool `json:"targetGoogleSearch,omitempty"`

	// TargetPartnerSearchNetwork: Whether ads will be served on the Google
	// Partner Network. This is available only to some select Google partner
	// accounts.
	TargetPartnerSearchNetwork bool `json:"targetPartnerSearchNetwork,omitempty"`

	// TargetSearchNetwork: Whether ads will be served on partner sites in
	// the Google Search Network (requires `target_google_search` to also be
	// `true`).
	TargetSearchNetwork bool `json:"targetSearchNetwork,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "TargetContentNetwork") to unconditionally include in API requests.
	// By default, fields with empty or default values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "TargetContentNetwork") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings: The network settings for the campaign.

func (*GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings) MarshalJSON

type GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting

type GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting struct {
	// OptimizationGoalTypes: The list of optimization goal types.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used as a return value only. Represents value unknown
	// in this version.
	//   "CALL_CLICKS" - Optimize for call clicks. Call click conversions
	// are times people selected 'Call' to contact a store after viewing an
	// ad.
	//   "DRIVING_DIRECTIONS" - Optimize for driving directions. Driving
	// directions conversions are times people selected 'Get directions' to
	// navigate to a store after viewing an ad.
	//   "APP_PRE_REGISTRATION" - Optimize for pre-registration.
	// Pre-registration conversions are the number of pre-registration
	// signups to receive a notification when the app is released.
	OptimizationGoalTypes []string `json:"optimizationGoalTypes,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "OptimizationGoalTypes") to unconditionally include in API requests.
	// By default, fields with empty or default values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "OptimizationGoalTypes") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting: Optimization goal setting for this campaign, which includes a set of optimization goal types.

func (*GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting) MarshalJSON

type GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization

type GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization struct {
	// ConversionActions: The selected set of conversion actions for
	// optimizing this campaign.
	ConversionActions []string `json:"conversionActions,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ConversionActions")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ConversionActions") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization: Selective optimization setting for this campaign, which includes a set of conversion actions to optimize this campaign towards.

func (*GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization) MarshalJSON

type GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting

type GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting struct {
	// CampaignPriority: Priority of the campaign. Campaigns with
	// numerically higher priorities take precedence over those with lower
	// priorities. This field is required for Shopping campaigns, with
	// values between 0 and 2, inclusive. This field is optional for Smart
	// Shopping campaigns, but must be equal to 3 if set.
	CampaignPriority int64 `json:"campaignPriority,omitempty"`

	// EnableLocal: Whether to include local products.
	EnableLocal bool `json:"enableLocal,omitempty"`

	// FeedLabel: Feed label of products to include in the campaign. Only
	// one of feed_label or sales_country can be set. If used instead of
	// sales_country, the feed_label field accepts country codes in the same
	// format for example: 'XX'. Otherwise can be any string used for feed
	// label in Google Merchant Center.
	FeedLabel string `json:"feedLabel,omitempty"`

	// MerchantId: Immutable. ID of the Merchant Center account. This field
	// is required for create operations. This field is immutable for
	// Shopping campaigns.
	MerchantId int64 `json:"merchantId,omitempty,string"`

	// SalesCountry: Sales country of products to include in the campaign.
	SalesCountry string `json:"salesCountry,omitempty"`

	// UseVehicleInventory: Immutable. Whether to target Vehicle Listing
	// inventory.
	UseVehicleInventory bool `json:"useVehicleInventory,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CampaignPriority") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CampaignPriority") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting: The setting for Shopping campaigns. Defines the universe of products that can be advertised by the campaign, and how this campaign interacts with other Shopping campaigns.

func (*GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting) MarshalJSON

type GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting

type GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting struct {
	// TrackingUrl: Output only. The url used for dynamic tracking.
	TrackingUrl string `json:"trackingUrl,omitempty"`

	// ForceSendFields is a list of field names (e.g. "TrackingUrl") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "TrackingUrl") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting: Campaign-level settings for tracking information.

func (*GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting) MarshalJSON

type GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings

type GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings struct {
	// AttributionModel: The attribution model type of this conversion
	// action.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "EXTERNAL" - Uses external attribution.
	//   "GOOGLE_ADS_LAST_CLICK" - Attributes all credit for a conversion to
	// its last click.
	//   "GOOGLE_SEARCH_ATTRIBUTION_FIRST_CLICK" - Attributes all credit for
	// a conversion to its first click using Google Search attribution.
	//   "GOOGLE_SEARCH_ATTRIBUTION_LINEAR" - Attributes credit for a
	// conversion equally across all of its clicks using Google Search
	// attribution.
	//   "GOOGLE_SEARCH_ATTRIBUTION_TIME_DECAY" - Attributes exponentially
	// more credit for a conversion to its more recent clicks using Google
	// Search attribution (half-life is 1 week).
	//   "GOOGLE_SEARCH_ATTRIBUTION_POSITION_BASED" - Attributes 40% of the
	// credit for a conversion to its first and last clicks. Remaining 20%
	// is evenly distributed across all other clicks. This uses Google
	// Search attribution.
	//   "GOOGLE_SEARCH_ATTRIBUTION_DATA_DRIVEN" - Flexible model that uses
	// machine learning to determine the appropriate distribution of credit
	// among clicks using Google Search attribution.
	AttributionModel string `json:"attributionModel,omitempty"`

	// DataDrivenModelStatus: Output only. The status of the data-driven
	// attribution model for the conversion action.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "AVAILABLE" - The data driven model is available.
	//   "STALE" - The data driven model is stale. It hasn't been updated
	// for at least 7 days. It is still being used, but will become expired
	// if it does not get updated for 30 days.
	//   "EXPIRED" - The data driven model expired. It hasn't been updated
	// for at least 30 days and cannot be used. Most commonly this is
	// because there hasn't been the required number of events in a recent
	// 30-day period.
	//   "NEVER_GENERATED" - The data driven model has never been generated.
	// Most commonly this is because there has never been the required
	// number of events in any 30-day period.
	DataDrivenModelStatus string `json:"dataDrivenModelStatus,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AttributionModel") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AttributionModel") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettin gs: Settings related to this conversion action's attribution model.

func (*GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings) MarshalJSON

type GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings

type GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings struct {
	// ActivityGroupTag: Output only. String used to identify a Floodlight
	// activity group when reporting conversions.
	ActivityGroupTag string `json:"activityGroupTag,omitempty"`

	// ActivityId: Output only. ID of the Floodlight activity in DoubleClick
	// Campaign Manager (DCM).
	ActivityId int64 `json:"activityId,omitempty,string"`

	// ActivityTag: Output only. String used to identify a Floodlight
	// activity when reporting conversions.
	ActivityTag string `json:"activityTag,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ActivityGroupTag") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ActivityGroupTag") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings: Settings related to a Floodlight conversion action.

func (*GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings) MarshalJSON

type GoogleAdsSearchads360V0ResourcesConversionActionValueSettings

type GoogleAdsSearchads360V0ResourcesConversionActionValueSettings struct {
	// AlwaysUseDefaultValue: Controls whether the default value and default
	// currency code are used in place of the value and currency code
	// specified in conversion events for this conversion action.
	AlwaysUseDefaultValue bool `json:"alwaysUseDefaultValue,omitempty"`

	// DefaultCurrencyCode: The currency code to use when conversion events
	// for this conversion action are sent with an invalid or missing
	// currency code, or when this conversion action is configured to always
	// use the default value.
	DefaultCurrencyCode string `json:"defaultCurrencyCode,omitempty"`

	// DefaultValue: The value to use when conversion events for this
	// conversion action are sent with an invalid, disallowed or missing
	// value, or when this conversion action is configured to always use the
	// default value.
	DefaultValue float64 `json:"defaultValue,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "AlwaysUseDefaultValue") to unconditionally include in API requests.
	// By default, fields with empty or default values are omitted from API
	// requests. However, any non-pointer, non-interface field appearing in
	// ForceSendFields will be sent to the server regardless of whether the
	// field is empty or not. This may be used to include empty fields in
	// Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AlwaysUseDefaultValue") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0ResourcesConversionActionValueSettings: Settings related to the value for conversion events associated with this conversion action.

func (*GoogleAdsSearchads360V0ResourcesConversionActionValueSettings) MarshalJSON

func (*GoogleAdsSearchads360V0ResourcesConversionActionValueSettings) UnmarshalJSON

type GoogleAdsSearchads360V0Resources__AdGroup

type GoogleAdsSearchads360V0Resources__AdGroup struct {
	// AdRotationMode: The ad rotation mode of the ad group.
	//
	// Possible values:
	//   "UNSPECIFIED" - The ad rotation mode has not been specified.
	//   "UNKNOWN" - The received value is not known in this version. This
	// is a response-only value.
	//   "OPTIMIZE" - Optimize ad group ads based on clicks or conversions.
	//   "ROTATE_FOREVER" - Rotate evenly forever.
	AdRotationMode string `json:"adRotationMode,omitempty"`

	// CpcBidMicros: The maximum CPC (cost-per-click) bid.
	CpcBidMicros int64 `json:"cpcBidMicros,omitempty,string"`

	// Id: Output only. The ID of the ad group.
	Id int64 `json:"id,omitempty,string"`

	// Name: The name of the ad group. This field is required and should not
	// be empty when creating new ad groups. It must contain fewer than 255
	// UTF-8 full-width characters. It must not contain any null (code point
	// 0x0), NL line feed (code point 0xA) or carriage return (code point
	// 0xD) characters.
	Name string `json:"name,omitempty"`

	// ResourceName: Immutable. The resource name of the ad group. Ad group
	// resource names have the form:
	// `customers/{customer_id}/adGroups/{ad_group_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// Status: The status of the ad group.
	//
	// Possible values:
	//   "UNSPECIFIED" - The status has not been specified.
	//   "UNKNOWN" - The received value is not known in this version. This
	// is a response-only value.
	//   "ENABLED" - The ad group is enabled.
	//   "PAUSED" - The ad group is paused.
	//   "REMOVED" - The ad group is removed.
	Status string `json:"status,omitempty"`

	// Type: Immutable. The type of the ad group.
	//
	// Possible values:
	//   "UNSPECIFIED" - The type has not been specified.
	//   "UNKNOWN" - The received value is not known in this version. This
	// is a response-only value.
	//   "SEARCH_STANDARD" - The default ad group type for Search campaigns.
	//   "DISPLAY_STANDARD" - The default ad group type for Display
	// campaigns.
	//   "SHOPPING_PRODUCT_ADS" - The ad group type for Shopping campaigns
	// serving standard product ads.
	//   "SHOPPING_SHOWCASE_ADS" - The type for ad groups that are limited
	// to serving Showcase or Merchant ads in Shopping results.
	//   "HOTEL_ADS" - The default ad group type for Hotel campaigns.
	//   "SHOPPING_SMART_ADS" - The type for ad groups in Smart Shopping
	// campaigns.
	//   "VIDEO_BUMPER" - Short unskippable in-stream video ads.
	//   "VIDEO_TRUE_VIEW_IN_STREAM" - TrueView (skippable) in-stream video
	// ads.
	//   "VIDEO_TRUE_VIEW_IN_DISPLAY" - TrueView in-display video ads.
	//   "VIDEO_NON_SKIPPABLE_IN_STREAM" - Unskippable in-stream video ads.
	//   "VIDEO_OUTSTREAM" - Outstream video ads.
	//   "SEARCH_DYNAMIC_ADS" - Ad group type for Dynamic Search Ads ad
	// groups.
	//   "SHOPPING_COMPARISON_LISTING_ADS" - The type for ad groups in
	// Shopping Comparison Listing campaigns.
	//   "PROMOTED_HOTEL_ADS" - The ad group type for Promoted Hotel ad
	// groups.
	//   "VIDEO_RESPONSIVE" - Video responsive ad groups.
	//   "VIDEO_EFFICIENT_REACH" - Video efficient reach ad groups.
	//   "SMART_CAMPAIGN_ADS" - Ad group type for Smart campaigns.
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AdRotationMode") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AdRotationMode") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__AdGroup: An ad group.

func (*GoogleAdsSearchads360V0Resources__AdGroup) MarshalJSON

type GoogleAdsSearchads360V0Resources__AdGroupBidModifier

type GoogleAdsSearchads360V0Resources__AdGroupBidModifier struct {
	// BidModifier: The modifier for the bid when the criterion matches. The
	// modifier must be in the range: 0.1 - 10.0. The range is 1.0 - 6.0 for
	// PreferredContent. Use 0 to opt out of a Device type.
	BidModifier float64 `json:"bidModifier,omitempty"`

	// ResourceName: Immutable. The resource name of the ad group bid
	// modifier. Ad group bid modifier resource names have the form:
	// `customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_
	// id}`
	ResourceName string `json:"resourceName,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BidModifier") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BidModifier") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__AdGroupBidModifier: Represents an ad group bid modifier.

func (*GoogleAdsSearchads360V0Resources__AdGroupBidModifier) MarshalJSON

func (*GoogleAdsSearchads360V0Resources__AdGroupBidModifier) UnmarshalJSON

type GoogleAdsSearchads360V0Resources__AdGroupCriterion

type GoogleAdsSearchads360V0Resources__AdGroupCriterion struct {
	// AdGroup: Immutable. The ad group to which the criterion belongs.
	AdGroup string `json:"adGroup,omitempty"`

	// AgeRange: Immutable. Age range.
	AgeRange *GoogleAdsSearchads360V0Common__AgeRangeInfo `json:"ageRange,omitempty"`

	// BidModifier: The modifier for the bid when the criterion matches. The
	// modifier must be in the range: 0.1 - 10.0. Most targetable criteria
	// types support modifiers.
	BidModifier float64 `json:"bidModifier,omitempty"`

	// CpcBidMicros: The CPC (cost-per-click) bid.
	CpcBidMicros int64 `json:"cpcBidMicros,omitempty,string"`

	// CriterionId: Output only. The ID of the criterion.
	CriterionId int64 `json:"criterionId,omitempty,string"`

	// EffectiveCpcBidMicros: Output only. The effective CPC
	// (cost-per-click) bid.
	EffectiveCpcBidMicros int64 `json:"effectiveCpcBidMicros,omitempty,string"`

	// EngineStatus: Output only. The Engine Status for ad group criterion.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "AD_GROUP_CRITERION_ELIGIBLE" - Deprecated. Do not use.
	//   "AD_GROUP_CRITERION_INAPPROPRIATE_FOR_CAMPAIGN" - Baidu: Bid or
	// quality too low to be displayed.
	//   "AD_GROUP_CRITERION_INVALID_MOBILE_SEARCH" - Baidu: Bid or quality
	// too low for mobile, but eligible to display for desktop.
	//   "AD_GROUP_CRITERION_INVALID_PC_SEARCH" - Baidu: Bid or quality too
	// low for desktop, but eligible to display for mobile.
	//   "AD_GROUP_CRITERION_INVALID_SEARCH" - Baidu: Bid or quality too low
	// to be displayed.
	//   "AD_GROUP_CRITERION_LOW_SEARCH_VOLUME" - Baidu: Paused by Baidu due
	// to low search volume.
	//   "AD_GROUP_CRITERION_MOBILE_URL_UNDER_REVIEW" - Baidu: Mobile URL in
	// process to be reviewed.
	//   "AD_GROUP_CRITERION_PARTIALLY_INVALID" - Baidu: The landing page
	// for one device is invalid, while the landing page for the other
	// device is valid.
	//   "AD_GROUP_CRITERION_TO_BE_ACTIVATED" - Baidu: Keyword has been
	// created and paused by Baidu account management, and is now ready for
	// you to activate it.
	//   "AD_GROUP_CRITERION_UNDER_REVIEW" - Baidu: In process to be
	// reviewed by Baidu. Gemini: Criterion under review.
	//   "AD_GROUP_CRITERION_NOT_REVIEWED" - Baidu: Criterion to be
	// reviewed.
	//   "AD_GROUP_CRITERION_ON_HOLD" - Deprecated. Do not use. Previously
	// used by Gemini
	//   "AD_GROUP_CRITERION_PENDING_REVIEW" - Y!J : Criterion pending
	// review
	//   "AD_GROUP_CRITERION_PAUSED" - Criterion has been paused.
	//   "AD_GROUP_CRITERION_REMOVED" - Criterion has been removed.
	//   "AD_GROUP_CRITERION_APPROVED" - Criterion has been approved.
	//   "AD_GROUP_CRITERION_DISAPPROVED" - Criterion has been disapproved.
	//   "AD_GROUP_CRITERION_SERVING" - Criterion is active and serving.
	//   "AD_GROUP_CRITERION_ACCOUNT_PAUSED" - Criterion has been paused
	// since the account is paused.
	EngineStatus string `json:"engineStatus,omitempty"`

	// FinalUrlSuffix: URL template for appending params to final URL.
	FinalUrlSuffix string `json:"finalUrlSuffix,omitempty"`

	// FinalUrls: The list of possible final URLs after all cross-domain
	// redirects for the ad.
	FinalUrls []string `json:"finalUrls,omitempty"`

	// Gender: Immutable. Gender.
	Gender *GoogleAdsSearchads360V0Common__GenderInfo `json:"gender,omitempty"`

	// Keyword: Immutable. Keyword.
	Keyword *GoogleAdsSearchads360V0Common__KeywordInfo `json:"keyword,omitempty"`

	// LastModifiedTime: Output only. The datetime when this ad group
	// criterion was last modified. The datetime is in the customer's time
	// zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.
	LastModifiedTime string `json:"lastModifiedTime,omitempty"`

	// ListingGroup: Immutable. Listing group.
	ListingGroup *GoogleAdsSearchads360V0Common__ListingGroupInfo `json:"listingGroup,omitempty"`

	// QualityInfo: Output only. Information regarding the quality of the
	// criterion.
	QualityInfo *GoogleAdsSearchads360V0ResourcesAdGroupCriterionQualityInfo `json:"qualityInfo,omitempty"`

	// ResourceName: Immutable. The resource name of the ad group criterion.
	// Ad group criterion resource names have the form:
	// `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// Status: The status of the criterion. This is the status of the ad
	// group criterion entity, set by the client. Note: UI reports may
	// incorporate additional information that affects whether a criterion
	// is eligible to run. In some cases a criterion that's REMOVED in the
	// API can still show as enabled in the UI. For example, campaigns by
	// default show to users of all age ranges unless excluded. The UI will
	// show each age range as "enabled", since they're eligible to see the
	// ads; but AdGroupCriterion.status will show "removed", since no
	// positive criterion was added.
	//
	// Possible values:
	//   "UNSPECIFIED" - No value has been specified.
	//   "UNKNOWN" - The received value is not known in this version. This
	// is a response-only value.
	//   "ENABLED" - The ad group criterion is enabled.
	//   "PAUSED" - The ad group criterion is paused.
	//   "REMOVED" - The ad group criterion is removed.
	Status string `json:"status,omitempty"`

	// TrackingUrlTemplate: The URL template for constructing a tracking
	// URL.
	TrackingUrlTemplate string `json:"trackingUrlTemplate,omitempty"`

	// Type: Output only. The type of the criterion.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "KEYWORD" - Keyword, for example, 'mars cruise'.
	//   "PLACEMENT" - Placement, also known as Website, for example,
	// 'www.flowers4sale.com'
	//   "MOBILE_APP_CATEGORY" - Mobile application categories to target.
	//   "MOBILE_APPLICATION" - Mobile applications to target.
	//   "DEVICE" - Devices to target.
	//   "LOCATION" - Locations to target.
	//   "LISTING_GROUP" - Listing groups to target.
	//   "AD_SCHEDULE" - Ad Schedule.
	//   "AGE_RANGE" - Age range.
	//   "GENDER" - Gender.
	//   "INCOME_RANGE" - Income Range.
	//   "PARENTAL_STATUS" - Parental status.
	//   "YOUTUBE_VIDEO" - YouTube Video.
	//   "YOUTUBE_CHANNEL" - YouTube Channel.
	//   "USER_LIST" - User list.
	//   "PROXIMITY" - Proximity.
	//   "TOPIC" - A topic target on the display network (for example, "Pets
	// & Animals").
	//   "LISTING_SCOPE" - Listing scope to target.
	//   "LANGUAGE" - Language.
	//   "IP_BLOCK" - IpBlock.
	//   "CONTENT_LABEL" - Content Label for category exclusion.
	//   "CARRIER" - Carrier.
	//   "USER_INTEREST" - A category the user is interested in.
	//   "WEBPAGE" - Webpage criterion for dynamic search ads.
	//   "OPERATING_SYSTEM_VERSION" - Operating system version.
	//   "APP_PAYMENT_MODEL" - App payment model.
	//   "MOBILE_DEVICE" - Mobile device.
	//   "CUSTOM_AFFINITY" - Custom affinity.
	//   "CUSTOM_INTENT" - Custom intent.
	//   "LOCATION_GROUP" - Location group.
	//   "CUSTOM_AUDIENCE" - Custom audience
	//   "COMBINED_AUDIENCE" - Combined audience
	//   "KEYWORD_THEME" - Smart Campaign keyword theme
	//   "AUDIENCE" - Audience
	//   "LOCAL_SERVICE_ID" - Google Local Services (GLS) Service ID.
	Type string `json:"type,omitempty"`

	// Webpage: Immutable. Webpage
	Webpage *GoogleAdsSearchads360V0Common__WebpageInfo `json:"webpage,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AdGroup") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AdGroup") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__AdGroupCriterion: An ad group criterion.

func (*GoogleAdsSearchads360V0Resources__AdGroupCriterion) MarshalJSON

func (*GoogleAdsSearchads360V0Resources__AdGroupCriterion) UnmarshalJSON

type GoogleAdsSearchads360V0Resources__BiddingStrategy

type GoogleAdsSearchads360V0Resources__BiddingStrategy struct {
	// CampaignCount: Output only. The number of campaigns attached to this
	// bidding strategy. This field is read-only.
	CampaignCount int64 `json:"campaignCount,omitempty,string"`

	// CurrencyCode: Immutable. The currency used by the bidding strategy
	// (ISO 4217 three-letter code). For bidding strategies in manager
	// customers, this currency can be set on creation and defaults to the
	// manager customer's currency. For serving customers, this field cannot
	// be set; all strategies in a serving customer implicitly use the
	// serving customer's currency. In all cases the effective_currency_code
	// field returns the currency used by the strategy.
	CurrencyCode string `json:"currencyCode,omitempty"`

	// EffectiveCurrencyCode: Output only. The currency used by the bidding
	// strategy (ISO 4217 three-letter code). For bidding strategies in
	// manager customers, this is the currency set by the advertiser when
	// creating the strategy. For serving customers, this is the customer's
	// currency_code. Bidding strategy metrics are reported in this
	// currency. This field is read-only.
	EffectiveCurrencyCode string `json:"effectiveCurrencyCode,omitempty"`

	// EnhancedCpc: A bidding strategy that raises bids for clicks that seem
	// more likely to lead to a conversion and lowers them for clicks where
	// they seem less likely.
	EnhancedCpc *GoogleAdsSearchads360V0Common__EnhancedCpc `json:"enhancedCpc,omitempty"`

	// Id: Output only. The ID of the bidding strategy.
	Id int64 `json:"id,omitempty,string"`

	// MaximizeConversionValue: An automated bidding strategy to help get
	// the most conversion value for your campaigns while spending your
	// budget.
	MaximizeConversionValue *GoogleAdsSearchads360V0Common__MaximizeConversionValue `json:"maximizeConversionValue,omitempty"`

	// MaximizeConversions: An automated bidding strategy to help get the
	// most conversions for your campaigns while spending your budget.
	MaximizeConversions *GoogleAdsSearchads360V0Common__MaximizeConversions `json:"maximizeConversions,omitempty"`

	// Name: The name of the bidding strategy. All bidding strategies within
	// an account must be named distinctly. The length of this string should
	// be between 1 and 255, inclusive, in UTF-8 bytes, (trimmed).
	Name string `json:"name,omitempty"`

	// NonRemovedCampaignCount: Output only. The number of non-removed
	// campaigns attached to this bidding strategy. This field is read-only.
	NonRemovedCampaignCount int64 `json:"nonRemovedCampaignCount,omitempty,string"`

	// ResourceName: Immutable. The resource name of the bidding strategy.
	// Bidding strategy resource names have the form:
	// `customers/{customer_id}/biddingStrategies/{bidding_strategy_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// Status: Output only. The status of the bidding strategy. This field
	// is read-only.
	//
	// Possible values:
	//   "UNSPECIFIED" - No value has been specified.
	//   "UNKNOWN" - The received value is not known in this version. This
	// is a response-only value.
	//   "ENABLED" - The bidding strategy is enabled.
	//   "REMOVED" - The bidding strategy is removed.
	Status string `json:"status,omitempty"`

	// TargetCpa: A bidding strategy that sets bids to help get as many
	// conversions as possible at the target cost-per-acquisition (CPA) you
	// set.
	TargetCpa *GoogleAdsSearchads360V0Common__TargetCpa `json:"targetCpa,omitempty"`

	// TargetImpressionShare: A bidding strategy that automatically
	// optimizes towards a chosen percentage of impressions.
	TargetImpressionShare *GoogleAdsSearchads360V0Common__TargetImpressionShare `json:"targetImpressionShare,omitempty"`

	// TargetOutrankShare: A bidding strategy that sets bids based on the
	// target fraction of auctions where the advertiser should outrank a
	// specific competitor. This field is deprecated. Creating a new bidding
	// strategy with this field or attaching bidding strategies with this
	// field to a campaign will fail. Mutates to strategies that already
	// have this scheme populated are allowed.
	TargetOutrankShare *GoogleAdsSearchads360V0Common__TargetOutrankShare `json:"targetOutrankShare,omitempty"`

	// TargetRoas: A bidding strategy that helps you maximize revenue while
	// averaging a specific target Return On Ad Spend (ROAS).
	TargetRoas *GoogleAdsSearchads360V0Common__TargetRoas `json:"targetRoas,omitempty"`

	// TargetSpend: A bid strategy that sets your bids to help get as many
	// clicks as possible within your budget.
	TargetSpend *GoogleAdsSearchads360V0Common__TargetSpend `json:"targetSpend,omitempty"`

	// Type: Output only. The type of the bidding strategy. Create a bidding
	// strategy by setting the bidding scheme. This field is read-only.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "COMMISSION" - Commission is an automatic bidding strategy in which
	// the advertiser pays a certain portion of the conversion value.
	//   "ENHANCED_CPC" - Enhanced CPC is a bidding strategy that raises
	// bids for clicks that seem more likely to lead to a conversion and
	// lowers them for clicks where they seem less likely.
	//   "INVALID" - Used for return value only. Indicates that a campaign
	// does not have a bidding strategy. This prevents the campaign from
	// serving. For example, a campaign may be attached to a manager bidding
	// strategy and the serving account is subsequently unlinked from the
	// manager account. In this case the campaign will automatically be
	// detached from the now inaccessible manager bidding strategy and
	// transition to the INVALID bidding strategy type.
	//   "MANUAL_CPA" - Manual bidding strategy that allows advertiser to
	// set the bid per advertiser-specified action.
	//   "MANUAL_CPC" - Manual click based bidding where user pays per
	// click.
	//   "MANUAL_CPM" - Manual impression based bidding where user pays per
	// thousand impressions.
	//   "MANUAL_CPV" - A bidding strategy that pays a configurable amount
	// per video view.
	//   "MAXIMIZE_CONVERSIONS" - A bidding strategy that automatically
	// maximizes number of conversions given a daily budget.
	//   "MAXIMIZE_CONVERSION_VALUE" - An automated bidding strategy that
	// automatically sets bids to maximize revenue while spending your
	// budget.
	//   "PAGE_ONE_PROMOTED" - Page-One Promoted bidding scheme, which sets
	// max cpc bids to target impressions on page one or page one promoted
	// slots on google.com. This enum value is deprecated.
	//   "PERCENT_CPC" - Percent Cpc is bidding strategy where bids are a
	// fraction of the advertised price for some good or service.
	//   "TARGET_CPA" - Target CPA is an automated bid strategy that sets
	// bids to help get as many conversions as possible at the target
	// cost-per-acquisition (CPA) you set.
	//   "TARGET_CPM" - Target CPM is an automated bid strategy that sets
	// bids to help get as many impressions as possible at the target cost
	// per one thousand impressions (CPM) you set.
	//   "TARGET_IMPRESSION_SHARE" - An automated bidding strategy that sets
	// bids so that a certain percentage of search ads are shown at the top
	// of the first page (or other targeted location).
	//   "TARGET_OUTRANK_SHARE" - Target Outrank Share is an automated
	// bidding strategy that sets bids based on the target fraction of
	// auctions where the advertiser should outrank a specific competitor.
	// This enum value is deprecated.
	//   "TARGET_ROAS" - Target ROAS is an automated bidding strategy that
	// helps you maximize revenue while averaging a specific target Return
	// On Average Spend (ROAS).
	//   "TARGET_SPEND" - Target Spend is an automated bid strategy that
	// sets your bids to help get as many clicks as possible within your
	// budget.
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "CampaignCount") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CampaignCount") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__BiddingStrategy: A bidding strategy.

func (*GoogleAdsSearchads360V0Resources__BiddingStrategy) MarshalJSON

type GoogleAdsSearchads360V0Resources__Campaign

type GoogleAdsSearchads360V0Resources__Campaign struct {
	// AdServingOptimizationStatus: The ad serving optimization status of
	// the campaign.
	//
	// Possible values:
	//   "UNSPECIFIED" - No value has been specified.
	//   "UNKNOWN" - The received value is not known in this version. This
	// is a response-only value.
	//   "OPTIMIZE" - Ad serving is optimized based on CTR for the campaign.
	//   "CONVERSION_OPTIMIZE" - Ad serving is optimized based on CTR *
	// Conversion for the campaign. If the campaign is not in the conversion
	// optimizer bidding strategy, it will default to OPTIMIZED.
	//   "ROTATE" - Ads are rotated evenly for 90 days, then optimized for
	// clicks.
	//   "ROTATE_INDEFINITELY" - Show lower performing ads more evenly with
	// higher performing ads, and do not optimize.
	//   "UNAVAILABLE" - Ad serving optimization status is not available.
	AdServingOptimizationStatus string `json:"adServingOptimizationStatus,omitempty"`

	// AdvertisingChannelSubType: Immutable. Optional refinement to
	// `advertising_channel_type`. Must be a valid sub-type of the parent
	// channel type. Can be set only when creating campaigns. After campaign
	// is created, the field can not be changed.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used as a return value only. Represents value unknown
	// in this version.
	//   "SEARCH_MOBILE_APP" - Mobile app campaigns for Search.
	//   "DISPLAY_MOBILE_APP" - Mobile app campaigns for Display.
	//   "SEARCH_EXPRESS" - AdWords express campaigns for search.
	//   "DISPLAY_EXPRESS" - AdWords Express campaigns for display.
	//   "SHOPPING_SMART_ADS" - Smart Shopping campaigns.
	//   "DISPLAY_GMAIL_AD" - Gmail Ad campaigns.
	//   "DISPLAY_SMART_CAMPAIGN" - Smart display campaigns.
	//   "VIDEO_OUTSTREAM" - Video Outstream campaigns.
	//   "VIDEO_ACTION" - Video TrueView for Action campaigns.
	//   "VIDEO_NON_SKIPPABLE" - Video campaigns with non-skippable video
	// ads.
	//   "APP_CAMPAIGN" - App Campaign that lets you easily promote your
	// Android or iOS app across Google's top properties including Search,
	// Play, YouTube, and the Google Display Network.
	//   "APP_CAMPAIGN_FOR_ENGAGEMENT" - App Campaign for engagement,
	// focused on driving re-engagement with the app across several of
	// Google's top properties including Search, YouTube, and the Google
	// Display Network.
	//   "LOCAL_CAMPAIGN" - Campaigns specialized for local advertising.
	//   "SHOPPING_COMPARISON_LISTING_ADS" - Shopping Comparison Listing
	// campaigns.
	//   "SMART_CAMPAIGN" - Standard Smart campaigns.
	//   "VIDEO_SEQUENCE" - Video campaigns with sequence video ads.
	//   "APP_CAMPAIGN_FOR_PRE_REGISTRATION" - App Campaign for pre
	// registration, specialized for advertising mobile app
	// pre-registration, that targets multiple advertising channels across
	// Google Play, YouTube and Display Network.
	//   "VIDEO_REACH_TARGET_FREQUENCY" - Video reach campaign with Target
	// Frequency bidding strategy.
	AdvertisingChannelSubType string `json:"advertisingChannelSubType,omitempty"`

	// AdvertisingChannelType: Immutable. The primary serving target for ads
	// within the campaign. The targeting options can be refined in
	// `network_settings`. This field is required and should not be empty
	// when creating new campaigns. Can be set only when creating campaigns.
	// After the campaign is created, the field can not be changed.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "SEARCH" - Search Network. Includes display bundled, and Search+
	// campaigns.
	//   "DISPLAY" - Google Display Network only.
	//   "SHOPPING" - Shopping campaigns serve on the shopping property and
	// on google.com search results.
	//   "HOTEL" - Hotel Ads campaigns.
	//   "VIDEO" - Video campaigns.
	//   "MULTI_CHANNEL" - App Campaigns, and App Campaigns for Engagement,
	// that run across multiple channels.
	//   "LOCAL" - Local ads campaigns.
	//   "SMART" - Smart campaigns.
	//   "PERFORMANCE_MAX" - Performance Max campaigns.
	//   "LOCAL_SERVICES" - Local services campaigns.
	//   "DISCOVERY" - Discovery campaigns.
	AdvertisingChannelType string `json:"advertisingChannelType,omitempty"`

	// BiddingStrategy: Portfolio bidding strategy used by campaign.
	BiddingStrategy string `json:"biddingStrategy,omitempty"`

	// BiddingStrategySystemStatus: Output only. The system status of the
	// campaign's bidding strategy.
	//
	// Possible values:
	//   "UNSPECIFIED" - Signals that an unexpected error occurred, for
	// example, no bidding strategy type was found, or no status information
	// was found.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "ENABLED" - The bid strategy is active, and AdWords cannot find any
	// specific issues with the strategy.
	//   "LEARNING_NEW" - The bid strategy is learning because it has been
	// recently created or recently reactivated.
	//   "LEARNING_SETTING_CHANGE" - The bid strategy is learning because of
	// a recent setting change.
	//   "LEARNING_BUDGET_CHANGE" - The bid strategy is learning because of
	// a recent budget change.
	//   "LEARNING_COMPOSITION_CHANGE" - The bid strategy is learning
	// because of recent change in number of campaigns, ad groups or
	// keywords attached to it.
	//   "LEARNING_CONVERSION_TYPE_CHANGE" - The bid strategy depends on
	// conversion reporting and the customer recently modified conversion
	// types that were relevant to the bid strategy.
	//   "LEARNING_CONVERSION_SETTING_CHANGE" - The bid strategy depends on
	// conversion reporting and the customer recently changed their
	// conversion settings.
	//   "LIMITED_BY_CPC_BID_CEILING" - The bid strategy is limited by its
	// bid ceiling.
	//   "LIMITED_BY_CPC_BID_FLOOR" - The bid strategy is limited by its bid
	// floor.
	//   "LIMITED_BY_DATA" - The bid strategy is limited because there was
	// not enough conversion traffic over the past weeks.
	//   "LIMITED_BY_BUDGET" - A significant fraction of keywords in this
	// bid strategy are limited by budget.
	//   "LIMITED_BY_LOW_PRIORITY_SPEND" - The bid strategy cannot reach its
	// target spend because its spend has been de-prioritized.
	//   "LIMITED_BY_LOW_QUALITY" - A significant fraction of keywords in
	// this bid strategy have a low Quality Score.
	//   "LIMITED_BY_INVENTORY" - The bid strategy cannot fully spend its
	// budget because of narrow targeting.
	//   "MISCONFIGURED_ZERO_ELIGIBILITY" - Missing conversion tracking (no
	// pings present) and/or remarketing lists for SSC.
	//   "MISCONFIGURED_CONVERSION_TYPES" - The bid strategy depends on
	// conversion reporting and the customer is lacking conversion types
	// that might be reported against this strategy.
	//   "MISCONFIGURED_CONVERSION_SETTINGS" - The bid strategy depends on
	// conversion reporting and the customer's conversion settings are
	// misconfigured.
	//   "MISCONFIGURED_SHARED_BUDGET" - There are campaigns outside the bid
	// strategy that share budgets with campaigns included in the strategy.
	//   "MISCONFIGURED_STRATEGY_TYPE" - The campaign has an invalid
	// strategy type and is not serving.
	//   "PAUSED" - The bid strategy is not active. Either there are no
	// active campaigns, ad groups or keywords attached to the bid strategy.
	// Or there are no active budgets connected to the bid strategy.
	//   "UNAVAILABLE" - This bid strategy currently does not support status
	// reporting.
	//   "MULTIPLE_LEARNING" - There were multiple LEARNING_* system
	// statuses for this bid strategy during the time in question.
	//   "MULTIPLE_LIMITED" - There were multiple LIMITED_* system statuses
	// for this bid strategy during the time in question.
	//   "MULTIPLE_MISCONFIGURED" - There were multiple MISCONFIGURED_*
	// system statuses for this bid strategy during the time in question.
	//   "MULTIPLE" - There were multiple system statuses for this bid
	// strategy during the time in question.
	BiddingStrategySystemStatus string `json:"biddingStrategySystemStatus,omitempty"`

	// BiddingStrategyType: Output only. The type of bidding strategy. A
	// bidding strategy can be created by setting either the bidding scheme
	// to create a standard bidding strategy or the `bidding_strategy` field
	// to create a portfolio bidding strategy. This field is read-only.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "COMMISSION" - Commission is an automatic bidding strategy in which
	// the advertiser pays a certain portion of the conversion value.
	//   "ENHANCED_CPC" - Enhanced CPC is a bidding strategy that raises
	// bids for clicks that seem more likely to lead to a conversion and
	// lowers them for clicks where they seem less likely.
	//   "INVALID" - Used for return value only. Indicates that a campaign
	// does not have a bidding strategy. This prevents the campaign from
	// serving. For example, a campaign may be attached to a manager bidding
	// strategy and the serving account is subsequently unlinked from the
	// manager account. In this case the campaign will automatically be
	// detached from the now inaccessible manager bidding strategy and
	// transition to the INVALID bidding strategy type.
	//   "MANUAL_CPA" - Manual bidding strategy that allows advertiser to
	// set the bid per advertiser-specified action.
	//   "MANUAL_CPC" - Manual click based bidding where user pays per
	// click.
	//   "MANUAL_CPM" - Manual impression based bidding where user pays per
	// thousand impressions.
	//   "MANUAL_CPV" - A bidding strategy that pays a configurable amount
	// per video view.
	//   "MAXIMIZE_CONVERSIONS" - A bidding strategy that automatically
	// maximizes number of conversions given a daily budget.
	//   "MAXIMIZE_CONVERSION_VALUE" - An automated bidding strategy that
	// automatically sets bids to maximize revenue while spending your
	// budget.
	//   "PAGE_ONE_PROMOTED" - Page-One Promoted bidding scheme, which sets
	// max cpc bids to target impressions on page one or page one promoted
	// slots on google.com. This enum value is deprecated.
	//   "PERCENT_CPC" - Percent Cpc is bidding strategy where bids are a
	// fraction of the advertised price for some good or service.
	//   "TARGET_CPA" - Target CPA is an automated bid strategy that sets
	// bids to help get as many conversions as possible at the target
	// cost-per-acquisition (CPA) you set.
	//   "TARGET_CPM" - Target CPM is an automated bid strategy that sets
	// bids to help get as many impressions as possible at the target cost
	// per one thousand impressions (CPM) you set.
	//   "TARGET_IMPRESSION_SHARE" - An automated bidding strategy that sets
	// bids so that a certain percentage of search ads are shown at the top
	// of the first page (or other targeted location).
	//   "TARGET_OUTRANK_SHARE" - Target Outrank Share is an automated
	// bidding strategy that sets bids based on the target fraction of
	// auctions where the advertiser should outrank a specific competitor.
	// This enum value is deprecated.
	//   "TARGET_ROAS" - Target ROAS is an automated bidding strategy that
	// helps you maximize revenue while averaging a specific target Return
	// On Average Spend (ROAS).
	//   "TARGET_SPEND" - Target Spend is an automated bid strategy that
	// sets your bids to help get as many clicks as possible within your
	// budget.
	BiddingStrategyType string `json:"biddingStrategyType,omitempty"`

	// CampaignBudget: The budget of the campaign.
	CampaignBudget string `json:"campaignBudget,omitempty"`

	// CreateTime: Output only. Timestamp of the campaign's creation time,
	// formatted in ISO 8601.
	CreateTime string `json:"createTime,omitempty"`

	// DynamicSearchAdsSetting: The setting for controlling Dynamic Search
	// Ads (DSA).
	DynamicSearchAdsSetting *GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting `json:"dynamicSearchAdsSetting,omitempty"`

	// EndDate: The last day of the campaign in serving customer's timezone
	// in YYYY-MM-DD format. On create, defaults to 2037-12-30, which means
	// the campaign will run indefinitely. To set an existing campaign to
	// run indefinitely, set this field to 2037-12-30.
	EndDate string `json:"endDate,omitempty"`

	// EngineId: Output only. ID of the campaign in the external engine
	// account. This field is for non-Google Ads account only, for example,
	// Yahoo Japan, Microsoft, Baidu etc. For Google Ads entity, use
	// "campaign.id" instead.
	EngineId string `json:"engineId,omitempty"`

	// ExcludedParentAssetFieldTypes: The asset field types that should be
	// excluded from this campaign. Asset links with these field types will
	// not be inherited by this campaign from the upper level.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "HEADLINE" - The asset is linked for use as a headline.
	//   "DESCRIPTION" - The asset is linked for use as a description.
	//   "MANDATORY_AD_TEXT" - The asset is linked for use as mandatory ad
	// text.
	//   "MARKETING_IMAGE" - The asset is linked for use as a marketing
	// image.
	//   "MEDIA_BUNDLE" - The asset is linked for use as a media bundle.
	//   "YOUTUBE_VIDEO" - The asset is linked for use as a YouTube video.
	//   "BOOK_ON_GOOGLE" - The asset is linked to indicate that a hotels
	// campaign is "Book on Google" enabled.
	//   "LEAD_FORM" - The asset is linked for use as a Lead Form extension.
	//   "PROMOTION" - The asset is linked for use as a Promotion extension.
	//   "CALLOUT" - The asset is linked for use as a Callout extension.
	//   "STRUCTURED_SNIPPET" - The asset is linked for use as a Structured
	// Snippet extension.
	//   "SITELINK" - The asset is linked for use as a Sitelink extension.
	//   "MOBILE_APP" - The asset is linked for use as a Mobile App
	// extension.
	//   "HOTEL_CALLOUT" - The asset is linked for use as a Hotel Callout
	// extension.
	//   "CALL" - The asset is linked for use as a Call extension.
	//   "PRICE" - The asset is linked for use as a Price extension.
	//   "LONG_HEADLINE" - The asset is linked for use as a long headline.
	//   "BUSINESS_NAME" - The asset is linked for use as a business name.
	//   "SQUARE_MARKETING_IMAGE" - The asset is linked for use as a square
	// marketing image.
	//   "PORTRAIT_MARKETING_IMAGE" - The asset is linked for use as a
	// portrait marketing image.
	//   "LOGO" - The asset is linked for use as a logo.
	//   "LANDSCAPE_LOGO" - The asset is linked for use as a landscape logo.
	//   "VIDEO" - The asset is linked for use as a non YouTube logo.
	//   "CALL_TO_ACTION_SELECTION" - The asset is linked for use to select
	// a call-to-action.
	//   "AD_IMAGE" - The asset is linked for use to select an ad image.
	ExcludedParentAssetFieldTypes []string `json:"excludedParentAssetFieldTypes,omitempty"`

	// FinalUrlSuffix: Suffix used to append query parameters to landing
	// pages that are served with parallel tracking.
	FinalUrlSuffix string `json:"finalUrlSuffix,omitempty"`

	// FrequencyCaps: A list that limits how often each user will see this
	// campaign's ads.
	FrequencyCaps []*GoogleAdsSearchads360V0Common__FrequencyCapEntry `json:"frequencyCaps,omitempty"`

	// GeoTargetTypeSetting: The setting for ads geotargeting.
	GeoTargetTypeSetting *GoogleAdsSearchads360V0ResourcesCampaignGeoTargetTypeSetting `json:"geoTargetTypeSetting,omitempty"`

	// Id: Output only. The ID of the campaign.
	Id int64 `json:"id,omitempty,string"`

	// Labels: Output only. The resource names of labels attached to this
	// campaign.
	Labels []string `json:"labels,omitempty"`

	// LastModifiedTime: Output only. The datetime when this campaign was
	// last modified. The datetime is in the customer's time zone and in
	// "yyyy-MM-dd HH:mm:ss.ssssss" format.
	LastModifiedTime string `json:"lastModifiedTime,omitempty"`

	// ManualCpa: Standard Manual CPA bidding strategy. Manual bidding
	// strategy that allows advertiser to set the bid per
	// advertiser-specified action. Supported only for Local Services
	// campaigns.
	ManualCpa *GoogleAdsSearchads360V0Common__ManualCpa `json:"manualCpa,omitempty"`

	// ManualCpc: Standard Manual CPC bidding strategy. Manual click-based
	// bidding where user pays per click.
	ManualCpc *GoogleAdsSearchads360V0Common__ManualCpc `json:"manualCpc,omitempty"`

	// ManualCpm: Standard Manual CPM bidding strategy. Manual
	// impression-based bidding where user pays per thousand impressions.
	ManualCpm *GoogleAdsSearchads360V0Common__ManualCpm `json:"manualCpm,omitempty"`

	// MaximizeConversionValue: Standard Maximize Conversion Value bidding
	// strategy that automatically sets bids to maximize revenue while
	// spending your budget.
	MaximizeConversionValue *GoogleAdsSearchads360V0Common__MaximizeConversionValue `json:"maximizeConversionValue,omitempty"`

	// MaximizeConversions: Standard Maximize Conversions bidding strategy
	// that automatically maximizes number of conversions while spending
	// your budget.
	MaximizeConversions *GoogleAdsSearchads360V0Common__MaximizeConversions `json:"maximizeConversions,omitempty"`

	// Name: The name of the campaign. This field is required and should not
	// be empty when creating new campaigns. It must not contain any null
	// (code point 0x0), NL line feed (code point 0xA) or carriage return
	// (code point 0xD) characters.
	Name string `json:"name,omitempty"`

	// NetworkSettings: The network settings for the campaign.
	NetworkSettings *GoogleAdsSearchads360V0ResourcesCampaignNetworkSettings `json:"networkSettings,omitempty"`

	// OptimizationGoalSetting: Optimization goal setting for this campaign,
	// which includes a set of optimization goal types.
	OptimizationGoalSetting *GoogleAdsSearchads360V0ResourcesCampaignOptimizationGoalSetting `json:"optimizationGoalSetting,omitempty"`

	// PercentCpc: Standard Percent Cpc bidding strategy where bids are a
	// fraction of the advertised price for some good or service.
	PercentCpc *GoogleAdsSearchads360V0Common__PercentCpc `json:"percentCpc,omitempty"`

	// RealTimeBiddingSetting: Settings for Real-Time Bidding, a feature
	// only available for campaigns targeting the Ad Exchange network.
	RealTimeBiddingSetting *GoogleAdsSearchads360V0Common__RealTimeBiddingSetting `json:"realTimeBiddingSetting,omitempty"`

	// ResourceName: Immutable. The resource name of the campaign. Campaign
	// resource names have the form:
	// `customers/{customer_id}/campaigns/{campaign_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// SelectiveOptimization: Selective optimization setting for this
	// campaign, which includes a set of conversion actions to optimize this
	// campaign towards.
	SelectiveOptimization *GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization `json:"selectiveOptimization,omitempty"`

	// ServingStatus: Output only. The ad serving status of the campaign.
	//
	// Possible values:
	//   "UNSPECIFIED" - No value has been specified.
	//   "UNKNOWN" - The received value is not known in this version. This
	// is a response-only value.
	//   "SERVING" - Serving.
	//   "NONE" - None.
	//   "ENDED" - Ended.
	//   "PENDING" - Pending.
	//   "SUSPENDED" - Suspended.
	ServingStatus string `json:"servingStatus,omitempty"`

	// ShoppingSetting: The setting for controlling Shopping campaigns.
	ShoppingSetting *GoogleAdsSearchads360V0ResourcesCampaignShoppingSetting `json:"shoppingSetting,omitempty"`

	// StartDate: The date when campaign started in serving customer's
	// timezone in YYYY-MM-DD format.
	StartDate string `json:"startDate,omitempty"`

	// Status: The status of the campaign. When a new campaign is added, the
	// status defaults to ENABLED.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "ENABLED" - Campaign is active and can show ads.
	//   "PAUSED" - Campaign has been paused by the user.
	//   "REMOVED" - Campaign has been removed.
	Status string `json:"status,omitempty"`

	// TargetCpa: Standard Target CPA bidding strategy that automatically
	// sets bids to help get as many conversions as possible at the target
	// cost-per-acquisition (CPA) you set.
	TargetCpa *GoogleAdsSearchads360V0Common__TargetCpa `json:"targetCpa,omitempty"`

	// TargetCpm: A bidding strategy that automatically optimizes cost per
	// thousand impressions.
	TargetCpm *GoogleAdsSearchads360V0Common__TargetCpm `json:"targetCpm,omitempty"`

	// TargetImpressionShare: Target Impression Share bidding strategy. An
	// automated bidding strategy that sets bids to achieve a chosen
	// percentage of impressions.
	TargetImpressionShare *GoogleAdsSearchads360V0Common__TargetImpressionShare `json:"targetImpressionShare,omitempty"`

	// TargetRoas: Standard Target ROAS bidding strategy that automatically
	// maximizes revenue while averaging a specific target return on ad
	// spend (ROAS).
	TargetRoas *GoogleAdsSearchads360V0Common__TargetRoas `json:"targetRoas,omitempty"`

	// TargetSpend: Standard Target Spend bidding strategy that
	// automatically sets your bids to help get as many clicks as possible
	// within your budget.
	TargetSpend *GoogleAdsSearchads360V0Common__TargetSpend `json:"targetSpend,omitempty"`

	// TrackingSetting: Output only. Campaign-level settings for tracking
	// information.
	TrackingSetting *GoogleAdsSearchads360V0ResourcesCampaignTrackingSetting `json:"trackingSetting,omitempty"`

	// TrackingUrlTemplate: The URL template for constructing a tracking
	// URL.
	TrackingUrlTemplate string `json:"trackingUrlTemplate,omitempty"`

	// UrlCustomParameters: The list of mappings used to substitute custom
	// parameter tags in a `tracking_url_template`, `final_urls`, or
	// `mobile_final_urls`.
	UrlCustomParameters []*GoogleAdsSearchads360V0Common__CustomParameter `json:"urlCustomParameters,omitempty"`

	// UrlExpansionOptOut: Represents opting out of URL expansion to more
	// targeted URLs. If opted out (true), only the final URLs in the asset
	// group or URLs specified in the advertiser's Google Merchant Center or
	// business data feeds are targeted. If opted in (false), the entire
	// domain will be targeted. This field can only be set for Performance
	// Max campaigns, where the default value is false.
	UrlExpansionOptOut bool `json:"urlExpansionOptOut,omitempty"`

	// ForceSendFields is a list of field names (e.g.
	// "AdServingOptimizationStatus") to unconditionally include in API
	// requests. By default, fields with empty or default values are omitted
	// from API requests. However, any non-pointer, non-interface field
	// appearing in ForceSendFields will be sent to the server regardless of
	// whether the field is empty or not. This may be used to include empty
	// fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g.
	// "AdServingOptimizationStatus") to include in API requests with the
	// JSON null value. By default, fields with empty values are omitted
	// from API requests. However, any field with an empty value appearing
	// in NullFields will be sent to the server as null. It is an error if a
	// field in this list has a non-empty value. This may be used to include
	// null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__Campaign: A campaign.

func (*GoogleAdsSearchads360V0Resources__Campaign) MarshalJSON

type GoogleAdsSearchads360V0Resources__CampaignBudget

type GoogleAdsSearchads360V0Resources__CampaignBudget struct {
	// AmountMicros: The amount of the budget, in the local currency for the
	// account. Amount is specified in micros, where one million is
	// equivalent to one currency unit. Monthly spend is capped at 30.4
	// times this amount.
	AmountMicros int64 `json:"amountMicros,omitempty,string"`

	// DeliveryMethod: The delivery method that determines the rate at which
	// the campaign budget is spent. Defaults to STANDARD if unspecified in
	// a create operation.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "STANDARD" - The budget server will throttle serving evenly across
	// the entire time period.
	//   "ACCELERATED" - The budget server will not throttle serving, and
	// ads will serve as fast as possible.
	DeliveryMethod string `json:"deliveryMethod,omitempty"`

	// Period: Immutable. Period over which to spend the budget. Defaults to
	// DAILY if not specified.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "DAILY" - Daily budget.
	//   "FIXED_DAILY" - Fixed daily budget.
	//   "CUSTOM_PERIOD" - Custom budget, added back in V5. Custom bugdet
	// can be used with total_amount to specify lifetime budget limit.
	Period string `json:"period,omitempty"`

	// ResourceName: Immutable. The resource name of the campaign budget.
	// Campaign budget resource names have the form:
	// `customers/{customer_id}/campaignBudgets/{campaign_budget_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AmountMicros") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AmountMicros") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__CampaignBudget: A campaign budget.

func (*GoogleAdsSearchads360V0Resources__CampaignBudget) MarshalJSON

type GoogleAdsSearchads360V0Resources__CampaignCriterion

type GoogleAdsSearchads360V0Resources__CampaignCriterion struct {
	// BidModifier: The modifier for the bids when the criterion matches.
	// The modifier must be in the range: 0.1 - 10.0. Most targetable
	// criteria types support modifiers. Use 0 to opt out of a Device type.
	BidModifier float64 `json:"bidModifier,omitempty"`

	// CriterionId: Output only. The ID of the criterion. This field is
	// ignored during mutate.
	CriterionId int64 `json:"criterionId,omitempty,string"`

	// Device: Immutable. Device.
	Device *GoogleAdsSearchads360V0Common__DeviceInfo `json:"device,omitempty"`

	// DisplayName: Output only. The display name of the criterion. This
	// field is ignored for mutates.
	DisplayName string `json:"displayName,omitempty"`

	// Language: Immutable. Language.
	Language *GoogleAdsSearchads360V0Common__LanguageInfo `json:"language,omitempty"`

	// Location: Immutable. Location.
	Location *GoogleAdsSearchads360V0Common__LocationInfo `json:"location,omitempty"`

	// LocationGroup: Immutable. Location Group
	LocationGroup *GoogleAdsSearchads360V0Common__LocationGroupInfo `json:"locationGroup,omitempty"`

	// Negative: Immutable. Whether to target (`false`) or exclude (`true`)
	// the criterion.
	Negative bool `json:"negative,omitempty"`

	// ResourceName: Immutable. The resource name of the campaign criterion.
	// Campaign criterion resource names have the form:
	// `customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}
	// `
	ResourceName string `json:"resourceName,omitempty"`

	// Type: Output only. The type of the criterion.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "KEYWORD" - Keyword, for example, 'mars cruise'.
	//   "PLACEMENT" - Placement, also known as Website, for example,
	// 'www.flowers4sale.com'
	//   "MOBILE_APP_CATEGORY" - Mobile application categories to target.
	//   "MOBILE_APPLICATION" - Mobile applications to target.
	//   "DEVICE" - Devices to target.
	//   "LOCATION" - Locations to target.
	//   "LISTING_GROUP" - Listing groups to target.
	//   "AD_SCHEDULE" - Ad Schedule.
	//   "AGE_RANGE" - Age range.
	//   "GENDER" - Gender.
	//   "INCOME_RANGE" - Income Range.
	//   "PARENTAL_STATUS" - Parental status.
	//   "YOUTUBE_VIDEO" - YouTube Video.
	//   "YOUTUBE_CHANNEL" - YouTube Channel.
	//   "USER_LIST" - User list.
	//   "PROXIMITY" - Proximity.
	//   "TOPIC" - A topic target on the display network (for example, "Pets
	// & Animals").
	//   "LISTING_SCOPE" - Listing scope to target.
	//   "LANGUAGE" - Language.
	//   "IP_BLOCK" - IpBlock.
	//   "CONTENT_LABEL" - Content Label for category exclusion.
	//   "CARRIER" - Carrier.
	//   "USER_INTEREST" - A category the user is interested in.
	//   "WEBPAGE" - Webpage criterion for dynamic search ads.
	//   "OPERATING_SYSTEM_VERSION" - Operating system version.
	//   "APP_PAYMENT_MODEL" - App payment model.
	//   "MOBILE_DEVICE" - Mobile device.
	//   "CUSTOM_AFFINITY" - Custom affinity.
	//   "CUSTOM_INTENT" - Custom intent.
	//   "LOCATION_GROUP" - Location group.
	//   "CUSTOM_AUDIENCE" - Custom audience
	//   "COMBINED_AUDIENCE" - Combined audience
	//   "KEYWORD_THEME" - Smart Campaign keyword theme
	//   "AUDIENCE" - Audience
	//   "LOCAL_SERVICE_ID" - Google Local Services (GLS) Service ID.
	Type string `json:"type,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BidModifier") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BidModifier") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__CampaignCriterion: A campaign criterion.

func (*GoogleAdsSearchads360V0Resources__CampaignCriterion) MarshalJSON

func (*GoogleAdsSearchads360V0Resources__CampaignCriterion) UnmarshalJSON

type GoogleAdsSearchads360V0Resources__ConversionAction

type GoogleAdsSearchads360V0Resources__ConversionAction struct {
	// AppId: App ID for an app conversion action.
	AppId string `json:"appId,omitempty"`

	// AttributionModelSettings: Settings related to this conversion
	// action's attribution model.
	AttributionModelSettings *GoogleAdsSearchads360V0ResourcesConversionActionAttributionModelSettings `json:"attributionModelSettings,omitempty"`

	// Category: The category of conversions reported for this conversion
	// action.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "DEFAULT" - Default category.
	//   "PAGE_VIEW" - User visiting a page.
	//   "PURCHASE" - Purchase, sales, or "order placed" event.
	//   "SIGNUP" - Signup user action.
	//   "LEAD" - Lead-generating action.
	//   "DOWNLOAD" - Software download action (as for an app).
	//   "ADD_TO_CART" - The addition of items to a shopping cart or bag on
	// an advertiser site.
	//   "BEGIN_CHECKOUT" - When someone enters the checkout flow on an
	// advertiser site.
	//   "SUBSCRIBE_PAID" - The start of a paid subscription for a product
	// or service.
	//   "PHONE_CALL_LEAD" - A call to indicate interest in an advertiser's
	// offering.
	//   "IMPORTED_LEAD" - A lead conversion imported from an external
	// source into Google Ads.
	//   "SUBMIT_LEAD_FORM" - A submission of a form on an advertiser site
	// indicating business interest.
	//   "BOOK_APPOINTMENT" - A booking of an appointment with an
	// advertiser's business.
	//   "REQUEST_QUOTE" - A quote or price estimate request.
	//   "GET_DIRECTIONS" - A search for an advertiser's business location
	// with intention to visit.
	//   "OUTBOUND_CLICK" - A click to an advertiser's partner's site.
	//   "CONTACT" - A call, SMS, email, chat or other type of contact to an
	// advertiser.
	//   "ENGAGEMENT" - A website engagement event such as long site time or
	// a Google Analytics (GA) Smart Goal. Intended to be used for GA,
	// Firebase, GA Gold goal imports.
	//   "STORE_VISIT" - A visit to a physical store location.
	//   "STORE_SALE" - A sale occurring in a physical store.
	//   "QUALIFIED_LEAD" - A lead conversion imported from an external
	// source into Google Ads, that has been further qualified by the
	// advertiser (marketing/sales team). In the lead-to-sale journey,
	// advertisers get leads, then act on them by reaching out to the
	// consumer. If the consumer is interested and may end up buying their
	// product, the advertiser marks such leads as "qualified leads".
	//   "CONVERTED_LEAD" - A lead conversion imported from an external
	// source into Google Ads, that has further completed a chosen stage as
	// defined by the lead gen advertiser.
	Category string `json:"category,omitempty"`

	// ClickThroughLookbackWindowDays: The maximum number of days that may
	// elapse between an interaction (for example, a click) and a conversion
	// event.
	ClickThroughLookbackWindowDays int64 `json:"clickThroughLookbackWindowDays,omitempty,string"`

	// CreationTime: Output only. Timestamp of the Floodlight activity's
	// creation, formatted in ISO 8601.
	CreationTime string `json:"creationTime,omitempty"`

	// FloodlightSettings: Output only. Floodlight settings for Floodlight
	// conversion types.
	FloodlightSettings *GoogleAdsSearchads360V0ResourcesConversionActionFloodlightSettings `json:"floodlightSettings,omitempty"`

	// Id: Output only. The ID of the conversion action.
	Id int64 `json:"id,omitempty,string"`

	// IncludeInClientAccountConversionsMetric: Whether this conversion
	// action should be included in the "client_account_conversions" metric.
	IncludeInClientAccountConversionsMetric bool `json:"includeInClientAccountConversionsMetric,omitempty"`

	// IncludeInConversionsMetric: Output only. Whether this conversion
	// action should be included in the "conversions" metric.
	IncludeInConversionsMetric bool `json:"includeInConversionsMetric,omitempty"`

	// Name: The name of the conversion action. This field is required and
	// should not be empty when creating new conversion actions.
	Name string `json:"name,omitempty"`

	// OwnerCustomer: Output only. The resource name of the conversion
	// action owner customer, or null if this is a system-defined conversion
	// action.
	OwnerCustomer string `json:"ownerCustomer,omitempty"`

	// PrimaryForGoal: If a conversion action's primary_for_goal bit is
	// false, the conversion action is non-biddable for all campaigns
	// regardless of their customer conversion goal or campaign conversion
	// goal. However, custom conversion goals do not respect
	// primary_for_goal, so if a campaign has a custom conversion goal
	// configured with a primary_for_goal = false conversion action, that
	// conversion action is still biddable. By default, primary_for_goal
	// will be true if not set. In V9, primary_for_goal can only be set to
	// false after creation through an 'update' operation because it's not
	// declared as optional.
	PrimaryForGoal bool `json:"primaryForGoal,omitempty"`

	// ResourceName: Immutable. The resource name of the conversion action.
	// Conversion action resource names have the form:
	// `customers/{customer_id}/conversionActions/{conversion_action_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// Status: The status of this conversion action for conversion event
	// accrual.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "ENABLED" - Conversions will be recorded.
	//   "REMOVED" - Conversions will not be recorded.
	//   "HIDDEN" - Conversions will not be recorded and the conversion
	// action will not appear in the UI.
	Status string `json:"status,omitempty"`

	// Type: Immutable. The type of this conversion action.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "AD_CALL" - Conversions that occur when a user clicks on an ad's
	// call extension.
	//   "CLICK_TO_CALL" - Conversions that occur when a user on a mobile
	// device clicks a phone number.
	//   "GOOGLE_PLAY_DOWNLOAD" - Conversions that occur when a user
	// downloads a mobile app from the Google Play Store.
	//   "GOOGLE_PLAY_IN_APP_PURCHASE" - Conversions that occur when a user
	// makes a purchase in an app through Android billing.
	//   "UPLOAD_CALLS" - Call conversions that are tracked by the
	// advertiser and uploaded.
	//   "UPLOAD_CLICKS" - Conversions that are tracked by the advertiser
	// and uploaded with attributed clicks.
	//   "WEBPAGE" - Conversions that occur on a webpage.
	//   "WEBSITE_CALL" - Conversions that occur when a user calls a
	// dynamically-generated phone number from an advertiser's website.
	//   "STORE_SALES_DIRECT_UPLOAD" - Store Sales conversion based on
	// first-party or third-party merchant data uploads. Only customers on
	// the allowlist can use store sales direct upload types.
	//   "STORE_SALES" - Store Sales conversion based on first-party or
	// third-party merchant data uploads and/or from in-store purchases
	// using cards from payment networks. Only customers on the allowlist
	// can use store sales types. Read only.
	//   "FIREBASE_ANDROID_FIRST_OPEN" - Android app first open conversions
	// tracked through Firebase.
	//   "FIREBASE_ANDROID_IN_APP_PURCHASE" - Android app in app purchase
	// conversions tracked through Firebase.
	//   "FIREBASE_ANDROID_CUSTOM" - Android app custom conversions tracked
	// through Firebase.
	//   "FIREBASE_IOS_FIRST_OPEN" - iOS app first open conversions tracked
	// through Firebase.
	//   "FIREBASE_IOS_IN_APP_PURCHASE" - iOS app in app purchase
	// conversions tracked through Firebase.
	//   "FIREBASE_IOS_CUSTOM" - iOS app custom conversions tracked through
	// Firebase.
	//   "THIRD_PARTY_APP_ANALYTICS_ANDROID_FIRST_OPEN" - Android app first
	// open conversions tracked through Third Party App Analytics.
	//   "THIRD_PARTY_APP_ANALYTICS_ANDROID_IN_APP_PURCHASE" - Android app
	// in app purchase conversions tracked through Third Party App
	// Analytics.
	//   "THIRD_PARTY_APP_ANALYTICS_ANDROID_CUSTOM" - Android app custom
	// conversions tracked through Third Party App Analytics.
	//   "THIRD_PARTY_APP_ANALYTICS_IOS_FIRST_OPEN" - iOS app first open
	// conversions tracked through Third Party App Analytics.
	//   "THIRD_PARTY_APP_ANALYTICS_IOS_IN_APP_PURCHASE" - iOS app in app
	// purchase conversions tracked through Third Party App Analytics.
	//   "THIRD_PARTY_APP_ANALYTICS_IOS_CUSTOM" - iOS app custom conversions
	// tracked through Third Party App Analytics.
	//   "ANDROID_APP_PRE_REGISTRATION" - Conversions that occur when a user
	// pre-registers a mobile app from the Google Play Store. Read only.
	//   "ANDROID_INSTALLS_ALL_OTHER_APPS" - Conversions that track all
	// Google Play downloads which aren't tracked by an app-specific type.
	// Read only.
	//   "FLOODLIGHT_ACTION" - Floodlight activity that counts the number of
	// times that users have visited a particular webpage after seeing or
	// clicking on one of an advertiser's ads. Read only.
	//   "FLOODLIGHT_TRANSACTION" - Floodlight activity that tracks the
	// number of sales made or the number of items purchased. Can also
	// capture the total value of each sale. Read only.
	//   "GOOGLE_HOSTED" - Conversions that track local actions from
	// Google's products and services after interacting with an ad. Read
	// only.
	//   "LEAD_FORM_SUBMIT" - Conversions reported when a user submits a
	// lead form. Read only.
	//   "SALESFORCE" - Conversions that come from Salesforce. Read only.
	//   "SEARCH_ADS_360" - Conversions imported from Search Ads 360
	// Floodlight data. Read only.
	//   "SMART_CAMPAIGN_AD_CLICKS_TO_CALL" - Call conversions that occur on
	// Smart campaign Ads without call tracking setup, using Smart campaign
	// custom criteria. Read only.
	//   "SMART_CAMPAIGN_MAP_CLICKS_TO_CALL" - The user clicks on a call
	// element within Google Maps. Smart campaign only. Read only.
	//   "SMART_CAMPAIGN_MAP_DIRECTIONS" - The user requests directions to a
	// business location within Google Maps. Smart campaign only. Read only.
	//   "SMART_CAMPAIGN_TRACKED_CALLS" - Call conversions that occur on
	// Smart campaign Ads with call tracking setup, using Smart campaign
	// custom criteria. Read only.
	//   "STORE_VISITS" - Conversions that occur when a user visits an
	// advertiser's retail store. Read only.
	Type string `json:"type,omitempty"`

	// ValueSettings: Settings related to the value for conversion events
	// associated with this conversion action.
	ValueSettings *GoogleAdsSearchads360V0ResourcesConversionActionValueSettings `json:"valueSettings,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AppId") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AppId") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__ConversionAction: A conversion action.

func (*GoogleAdsSearchads360V0Resources__ConversionAction) MarshalJSON

type GoogleAdsSearchads360V0Resources__ConversionTrackingSetting

type GoogleAdsSearchads360V0Resources__ConversionTrackingSetting struct {
	// AcceptedCustomerDataTerms: Output only. Whether the customer has
	// accepted customer data terms. If using cross-account conversion
	// tracking, this value is inherited from the manager. This field is
	// read-only. For more information, see
	// https://support.google.com/adspolicy/answer/7475709.
	AcceptedCustomerDataTerms bool `json:"acceptedCustomerDataTerms,omitempty"`

	// ConversionTrackingId: Output only. The conversion tracking id used
	// for this account. This id doesn't indicate whether the customer uses
	// conversion tracking (conversion_tracking_status does). This field is
	// read-only.
	ConversionTrackingId int64 `json:"conversionTrackingId,omitempty,string"`

	// ConversionTrackingStatus: Output only. Conversion tracking status. It
	// indicates whether the customer is using conversion tracking, and who
	// is the conversion tracking owner of this customer. If this customer
	// is using cross-account conversion tracking, the value returned will
	// differ based on the `login-customer-id` of the request.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "NOT_CONVERSION_TRACKED" - Customer does not use any conversion
	// tracking.
	//   "CONVERSION_TRACKING_MANAGED_BY_SELF" - The conversion actions are
	// created and managed by this customer.
	//   "CONVERSION_TRACKING_MANAGED_BY_THIS_MANAGER" - The conversion
	// actions are created and managed by the manager specified in the
	// request's `login-customer-id`.
	//   "CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER" - The conversion
	// actions are created and managed by a manager different from the
	// customer or manager specified in the request's `login-customer-id`.
	ConversionTrackingStatus string `json:"conversionTrackingStatus,omitempty"`

	// CrossAccountConversionTrackingId: Output only. The conversion
	// tracking id of the customer's manager. This is set when the customer
	// is opted into cross-account conversion tracking, and it overrides
	// conversion_tracking_id.
	CrossAccountConversionTrackingId int64 `json:"crossAccountConversionTrackingId,omitempty,string"`

	// EnhancedConversionsForLeadsEnabled: Output only. Whether the customer
	// is opted-in for enhanced conversions for leads. If using
	// cross-account conversion tracking, this value is inherited from the
	// manager. This field is read-only.
	EnhancedConversionsForLeadsEnabled bool `json:"enhancedConversionsForLeadsEnabled,omitempty"`

	// GoogleAdsConversionCustomer: Output only. The resource name of the
	// customer where conversions are created and managed. This field is
	// read-only.
	GoogleAdsConversionCustomer string `json:"googleAdsConversionCustomer,omitempty"`

	// GoogleAdsCrossAccountConversionTrackingId: Output only. The
	// conversion tracking id of the customer's manager. This is set when
	// the customer is opted into conversion tracking, and it overrides
	// conversion_tracking_id. This field can only be managed through the
	// Google Ads UI. This field is read-only.
	GoogleAdsCrossAccountConversionTrackingId int64 `json:"googleAdsCrossAccountConversionTrackingId,omitempty,string"`

	// ForceSendFields is a list of field names (e.g.
	// "AcceptedCustomerDataTerms") to unconditionally include in API
	// requests. By default, fields with empty or default values are omitted
	// from API requests. However, any non-pointer, non-interface field
	// appearing in ForceSendFields will be sent to the server regardless of
	// whether the field is empty or not. This may be used to include empty
	// fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g.
	// "AcceptedCustomerDataTerms") to include in API requests with the JSON
	// null value. By default, fields with empty values are omitted from API
	// requests. However, any field with an empty value appearing in
	// NullFields will be sent to the server as null. It is an error if a
	// field in this list has a non-empty value. This may be used to include
	// null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__ConversionTrackingSetting: A collection of customer-wide settings related to Search Ads 360 Conversion Tracking.

func (*GoogleAdsSearchads360V0Resources__ConversionTrackingSetting) MarshalJSON

type GoogleAdsSearchads360V0Resources__CustomColumn

type GoogleAdsSearchads360V0Resources__CustomColumn struct {
	// Description: Output only. User-defined description of the custom
	// column.
	Description string `json:"description,omitempty"`

	// Id: Output only. ID of the custom column.
	Id int64 `json:"id,omitempty,string"`

	// Name: Output only. User-defined name of the custom column.
	Name string `json:"name,omitempty"`

	// Queryable: Output only. True when the custom column is available to
	// be used in the query of SearchAds360Service.Search and
	// SearchAds360Service.SearchStream.
	Queryable bool `json:"queryable,omitempty"`

	// ReferencedSystemColumns: Output only. The list of the referenced
	// system columns of this custom column. For example, A custom column
	// "sum of impressions and clicks" has referenced system columns of
	// {"metrics.clicks", "metrics.impressions"}.
	ReferencedSystemColumns []string `json:"referencedSystemColumns,omitempty"`

	// ReferencesAttributes: Output only. True when the custom column is
	// referring to one or more attributes.
	ReferencesAttributes bool `json:"referencesAttributes,omitempty"`

	// ReferencesMetrics: Output only. True when the custom column is
	// referring to one or more metrics.
	ReferencesMetrics bool `json:"referencesMetrics,omitempty"`

	// ResourceName: Immutable. The resource name of the custom column.
	// Custom column resource names have the form:
	// `customers/{customer_id}/customColumns/{custom_column_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// ValueType: Output only. The type of the result value of the custom
	// column.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Unknown.
	//   "STRING" - The custom column value is a string.
	//   "INT64" - The custom column value is an int64 number.
	//   "DOUBLE" - The custom column value is a double number.
	//   "BOOLEAN" - The custom column value is a boolean.
	ValueType string `json:"valueType,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "Description") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Description") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__CustomColumn: A custom column. See Search Ads 360 custom column at https://support.google.com/sa360/answer/9633916

func (*GoogleAdsSearchads360V0Resources__CustomColumn) MarshalJSON

type GoogleAdsSearchads360V0Resources__Customer

type GoogleAdsSearchads360V0Resources__Customer struct {
	// AccountStatus: Output only. Account status, for example, Enabled,
	// Paused, Removed, etc.
	//
	// Possible values:
	//   "UNSPECIFIED" - Default value.
	//   "UNKNOWN" - Unknown value.
	//   "ENABLED" - Account is able to serve ads.
	//   "PAUSED" - Account is deactivated by the user.
	//   "SUSPENDED" - Account is deactivated by an internal process.
	//   "REMOVED" - Account is irrevocably deactivated.
	//   "DRAFT" - Account is still in the process of setup, not ENABLED
	// yet.
	AccountStatus string `json:"accountStatus,omitempty"`

	// AccountType: Output only. Engine account type, for example, Google
	// Ads, Microsoft Advertising, Yahoo Japan, Baidu, Facebook, Engine
	// Track, etc.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "BAIDU" - Baidu account.
	//   "ENGINE_TRACK" - Engine track account.
	//   "FACEBOOK" - Facebook account.
	//   "FACEBOOK_GATEWAY" - Facebook account managed through gateway.
	//   "GOOGLE_ADS" - Google Ads account.
	//   "MICROSOFT" - Microsoft Advertising account.
	//   "SEARCH_ADS_360" - Search Ads 360 manager account.
	//   "YAHOO_JAPAN" - Yahoo Japan account.
	AccountType string `json:"accountType,omitempty"`

	// AutoTaggingEnabled: Whether auto-tagging is enabled for the customer.
	AutoTaggingEnabled bool `json:"autoTaggingEnabled,omitempty"`

	// ConversionTrackingSetting: Output only. Conversion tracking setting
	// for a customer.
	ConversionTrackingSetting *GoogleAdsSearchads360V0Resources__ConversionTrackingSetting `json:"conversionTrackingSetting,omitempty"`

	// CurrencyCode: Immutable. The currency in which the account operates.
	// A subset of the currency codes from the ISO 4217 standard is
	// supported.
	CurrencyCode string `json:"currencyCode,omitempty"`

	// DescriptiveName: Optional, non-unique descriptive name of the
	// customer.
	DescriptiveName string `json:"descriptiveName,omitempty"`

	// DoubleClickCampaignManagerSetting: Output only. DoubleClick Campaign
	// Manager (DCM) setting for a manager customer.
	DoubleClickCampaignManagerSetting *GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting `json:"doubleClickCampaignManagerSetting,omitempty"`

	// EngineId: Output only. ID of the account in the external engine
	// account.
	EngineId string `json:"engineId,omitempty"`

	// FinalUrlSuffix: The URL template for appending params to the final
	// URL
	FinalUrlSuffix string `json:"finalUrlSuffix,omitempty"`

	// Id: Output only. The ID of the customer.
	Id int64 `json:"id,omitempty,string"`

	// LastModifiedTime: Output only. The datetime when this customer was
	// last modified. The datetime is in the customer's time zone and in
	// "yyyy-MM-dd HH:mm:ss.ssssss" format.
	LastModifiedTime string `json:"lastModifiedTime,omitempty"`

	// Manager: Output only. Whether the customer is a manager.
	Manager bool `json:"manager,omitempty"`

	// ResourceName: Immutable. The resource name of the customer. Customer
	// resource names have the form: `customers/{customer_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// Status: Output only. The status of the customer.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "ENABLED" - Indicates an active account able to serve ads.
	//   "CANCELED" - Indicates a canceled account unable to serve ads. Can
	// be reactivated by an admin user.
	//   "SUSPENDED" - Indicates a suspended account unable to serve ads.
	// May only be activated by Google support.
	//   "CLOSED" - Indicates a closed account unable to serve ads. Test
	// account will also have CLOSED status. Status is permanent and may not
	// be reopened.
	Status string `json:"status,omitempty"`

	// TimeZone: Immutable. The local timezone ID of the customer.
	TimeZone string `json:"timeZone,omitempty"`

	// TrackingUrlTemplate: The URL template for constructing a tracking URL
	// out of parameters.
	TrackingUrlTemplate string `json:"trackingUrlTemplate,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AccountStatus") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AccountStatus") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__Customer: A customer.

func (*GoogleAdsSearchads360V0Resources__Customer) MarshalJSON

type GoogleAdsSearchads360V0Resources__CustomerClient

type GoogleAdsSearchads360V0Resources__CustomerClient struct {
	// AppliedLabels: Output only. The resource names of the labels owned by
	// the requesting customer that are applied to the client customer.
	// Label resource names have the form:
	// `customers/{customer_id}/labels/{label_id}`
	AppliedLabels []string `json:"appliedLabels,omitempty"`

	// ClientCustomer: Output only. The resource name of the client-customer
	// which is linked to the given customer. Read only.
	ClientCustomer string `json:"clientCustomer,omitempty"`

	// CurrencyCode: Output only. Currency code (for example, 'USD', 'EUR')
	// for the client. Read only.
	CurrencyCode string `json:"currencyCode,omitempty"`

	// DescriptiveName: Output only. Descriptive name for the client. Read
	// only.
	DescriptiveName string `json:"descriptiveName,omitempty"`

	// Hidden: Output only. Specifies whether this is a hidden account. Read
	// only.
	Hidden bool `json:"hidden,omitempty"`

	// Id: Output only. The ID of the client customer. Read only.
	Id int64 `json:"id,omitempty,string"`

	// Level: Output only. Distance between given customer and client. For
	// self link, the level value will be 0. Read only.
	Level int64 `json:"level,omitempty,string"`

	// Manager: Output only. Identifies if the client is a manager. Read
	// only.
	Manager bool `json:"manager,omitempty"`

	// ResourceName: Output only. The resource name of the customer client.
	// CustomerClient resource names have the form:
	// `customers/{customer_id}/customerClients/{client_customer_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// Status: Output only. The status of the client customer. Read only.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "ENABLED" - Indicates an active account able to serve ads.
	//   "CANCELED" - Indicates a canceled account unable to serve ads. Can
	// be reactivated by an admin user.
	//   "SUSPENDED" - Indicates a suspended account unable to serve ads.
	// May only be activated by Google support.
	//   "CLOSED" - Indicates a closed account unable to serve ads. Test
	// account will also have CLOSED status. Status is permanent and may not
	// be reopened.
	Status string `json:"status,omitempty"`

	// TestAccount: Output only. Identifies if the client is a test account.
	// Read only.
	TestAccount bool `json:"testAccount,omitempty"`

	// TimeZone: Output only. Common Locale Data Repository (CLDR) string
	// representation of the time zone of the client, for example,
	// America/Los_Angeles. Read only.
	TimeZone string `json:"timeZone,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AppliedLabels") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AppliedLabels") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__CustomerClient: A link between the given customer and a client customer. CustomerClients only exist for manager customers. All direct and indirect client customers are included, as well as the manager itself.

func (*GoogleAdsSearchads360V0Resources__CustomerClient) MarshalJSON

type GoogleAdsSearchads360V0Resources__CustomerManagerLink struct {
	// ManagerCustomer: Output only. The manager customer linked to the
	// customer.
	ManagerCustomer string `json:"managerCustomer,omitempty"`

	// ManagerLinkId: Output only. ID of the customer-manager link. This
	// field is read only.
	ManagerLinkId int64 `json:"managerLinkId,omitempty,string"`

	// ResourceName: Immutable. Name of the resource. CustomerManagerLink
	// resource names have the form:
	// `customers/{customer_id}/customerManagerLinks/{manager_customer_id}~{m
	// anager_link_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// Status: Status of the link between the customer and the manager.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Used for return value only. Represents value unknown in
	// this version.
	//   "ACTIVE" - Indicates current in-effect relationship
	//   "INACTIVE" - Indicates terminated relationship
	//   "PENDING" - Indicates relationship has been requested by manager,
	// but the client hasn't accepted yet.
	//   "REFUSED" - Relationship was requested by the manager, but the
	// client has refused.
	//   "CANCELED" - Indicates relationship has been requested by manager,
	// but manager canceled it.
	Status string `json:"status,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ManagerCustomer") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ManagerCustomer") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__CustomerManagerLink: Represents customer-manager link relationship.

func (*GoogleAdsSearchads360V0Resources__CustomerManagerLink) MarshalJSON

type GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting

type GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting struct {
	// AdvertiserId: Output only. ID of the Campaign Manager advertiser
	// associated with this customer.
	AdvertiserId int64 `json:"advertiserId,omitempty,string"`

	// NetworkId: Output only. ID of the Campaign Manager network associated
	// with this customer.
	NetworkId int64 `json:"networkId,omitempty,string"`

	// TimeZone: Output only. Time zone of the Campaign Manager network
	// associated with this customer in IANA Time Zone Database format, such
	// as America/New_York.
	TimeZone string `json:"timeZone,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AdvertiserId") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AdvertiserId") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting: DoubleClick Campaign Manager (DCM) setting for a manager customer.

func (*GoogleAdsSearchads360V0Resources__DoubleClickCampaignManagerSetting) MarshalJSON

type GoogleAdsSearchads360V0Resources__KeywordView

type GoogleAdsSearchads360V0Resources__KeywordView struct {
	// ResourceName: Output only. The resource name of the keyword view.
	// Keyword view resource names have the form:
	// `customers/{customer_id}/keywordViews/{ad_group_id}~{criterion_id}`
	ResourceName string `json:"resourceName,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ResourceName") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ResourceName") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__KeywordView: A keyword view.

func (*GoogleAdsSearchads360V0Resources__KeywordView) MarshalJSON

type GoogleAdsSearchads360V0Resources__ProductGroupView

type GoogleAdsSearchads360V0Resources__ProductGroupView struct {
	// ResourceName: Output only. The resource name of the product group
	// view. Product group view resource names have the form:
	// `customers/{customer_id}/productGroupViews/{ad_group_id}~{criterion_id
	// }`
	ResourceName string `json:"resourceName,omitempty"`

	// ForceSendFields is a list of field names (e.g. "ResourceName") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "ResourceName") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__ProductGroupView: A product group view.

func (*GoogleAdsSearchads360V0Resources__ProductGroupView) MarshalJSON

type GoogleAdsSearchads360V0Resources__SearchAds360Field

type GoogleAdsSearchads360V0Resources__SearchAds360Field struct {
	// AttributeResources: Output only. The names of all resources that are
	// selectable with the described artifact. Fields from these resources
	// do not segment metrics when included in search queries. This field is
	// only set for artifacts whose category is RESOURCE.
	AttributeResources []string `json:"attributeResources,omitempty"`

	// Category: Output only. The category of the artifact.
	//
	// Possible values:
	//   "UNSPECIFIED" - Unspecified
	//   "UNKNOWN" - Unknown
	//   "RESOURCE" - The described artifact is a resource.
	//   "ATTRIBUTE" - The described artifact is a field and is an attribute
	// of a resource. Including a resource attribute field in a query may
	// segment the query if the resource to which it is attributed segments
	// the resource found in the FROM clause.
	//   "SEGMENT" - The described artifact is a field and always segments
	// search queries.
	//   "METRIC" - The described artifact is a field and is a metric. It
	// never segments search queries.
	Category string `json:"category,omitempty"`

	// DataType: Output only. This field determines the operators that can
	// be used with the artifact in WHERE clauses.
	//
	// Possible values:
	//   "UNSPECIFIED" - Unspecified
	//   "UNKNOWN" - Unknown
	//   "BOOLEAN" - Maps to google.protobuf.BoolValue Applicable operators:
	// =, !=
	//   "DATE" - Maps to google.protobuf.StringValue. It can be compared
	// using the set of operators specific to dates however. Applicable
	// operators: =, <, >, <=, >=, BETWEEN, DURING, and IN
	//   "DOUBLE" - Maps to google.protobuf.DoubleValue Applicable
	// operators: =, !=, <, >, IN, NOT IN
	//   "ENUM" - Maps to an enum. It's specific definition can be found at
	// type_url. Applicable operators: =, !=, IN, NOT IN
	//   "FLOAT" - Maps to google.protobuf.FloatValue Applicable operators:
	// =, !=, <, >, IN, NOT IN
	//   "INT32" - Maps to google.protobuf.Int32Value Applicable operators:
	// =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
	//   "INT64" - Maps to google.protobuf.Int64Value Applicable operators:
	// =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
	//   "MESSAGE" - Maps to a protocol buffer message type. The data type's
	// details can be found in type_url. No operators work with MESSAGE
	// fields.
	//   "RESOURCE_NAME" - Maps to google.protobuf.StringValue. Represents
	// the resource name (unique id) of a resource or one of its foreign
	// keys. No operators work with RESOURCE_NAME fields.
	//   "STRING" - Maps to google.protobuf.StringValue. Applicable
	// operators: =, !=, LIKE, NOT LIKE, IN, NOT IN
	//   "UINT64" - Maps to google.protobuf.UInt64Value Applicable
	// operators: =, !=, <, >, <=, >=, BETWEEN, IN, NOT IN
	DataType string `json:"dataType,omitempty"`

	// EnumValues: Output only. Values the artifact can assume if it is a
	// field of type ENUM. This field is only set for artifacts of category
	// SEGMENT or ATTRIBUTE.
	EnumValues []string `json:"enumValues,omitempty"`

	// Filterable: Output only. Whether the artifact can be used in a WHERE
	// clause in search queries.
	Filterable bool `json:"filterable,omitempty"`

	// IsRepeated: Output only. Whether the field artifact is repeated.
	IsRepeated bool `json:"isRepeated,omitempty"`

	// Metrics: Output only. This field lists the names of all metrics that
	// are selectable with the described artifact when it is used in the
	// FROM clause. It is only set for artifacts whose category is RESOURCE.
	Metrics []string `json:"metrics,omitempty"`

	// Name: Output only. The name of the artifact.
	Name string `json:"name,omitempty"`

	// ResourceName: Output only. The resource name of the artifact.
	// Artifact resource names have the form: `SearchAds360Fields/{name}`
	ResourceName string `json:"resourceName,omitempty"`

	// Segments: Output only. This field lists the names of all artifacts,
	// whether a segment or another resource, that segment metrics when
	// included in search queries and when the described artifact is used in
	// the FROM clause. It is only set for artifacts whose category is
	// RESOURCE.
	Segments []string `json:"segments,omitempty"`

	// Selectable: Output only. Whether the artifact can be used in a SELECT
	// clause in search queries.
	Selectable bool `json:"selectable,omitempty"`

	// SelectableWith: Output only. The names of all resources, segments,
	// and metrics that are selectable with the described artifact.
	SelectableWith []string `json:"selectableWith,omitempty"`

	// Sortable: Output only. Whether the artifact can be used in a ORDER BY
	// clause in search queries.
	Sortable bool `json:"sortable,omitempty"`

	// TypeUrl: Output only. The URL of proto describing the artifact's data
	// type.
	TypeUrl string `json:"typeUrl,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "AttributeResources")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AttributeResources") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Resources__SearchAds360Field: A field or resource (artifact) used by SearchAds360Service.

func (*GoogleAdsSearchads360V0Resources__SearchAds360Field) MarshalJSON

type GoogleAdsSearchads360V0Services__CustomColumnHeader

type GoogleAdsSearchads360V0Services__CustomColumnHeader struct {
	// Id: The custom column ID.
	Id int64 `json:"id,omitempty,string"`

	// Name: The user defined name of the custom column.
	Name string `json:"name,omitempty"`

	// ReferencesMetrics: True when the custom column references metrics.
	ReferencesMetrics bool `json:"referencesMetrics,omitempty"`

	// ForceSendFields is a list of field names (e.g. "Id") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "Id") to include in API
	// requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__CustomColumnHeader: Message for custom column header.

func (*GoogleAdsSearchads360V0Services__CustomColumnHeader) MarshalJSON

type GoogleAdsSearchads360V0Services__ListCustomColumnsResponse

type GoogleAdsSearchads360V0Services__ListCustomColumnsResponse struct {
	// CustomColumns: The CustomColumns owned by the provided customer.
	CustomColumns []*GoogleAdsSearchads360V0Resources__CustomColumn `json:"customColumns,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "CustomColumns") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CustomColumns") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__ListCustomColumnsResponse: Response message for fetching all custom columns associated with a customer.

func (*GoogleAdsSearchads360V0Services__ListCustomColumnsResponse) MarshalJSON

type GoogleAdsSearchads360V0Services__SearchAds360Row

type GoogleAdsSearchads360V0Services__SearchAds360Row struct {
	// AdGroup: The ad group referenced in the query.
	AdGroup *GoogleAdsSearchads360V0Resources__AdGroup `json:"adGroup,omitempty"`

	// AdGroupBidModifier: The bid modifier referenced in the query.
	AdGroupBidModifier *GoogleAdsSearchads360V0Resources__AdGroupBidModifier `json:"adGroupBidModifier,omitempty"`

	// AdGroupCriterion: The criterion referenced in the query.
	AdGroupCriterion *GoogleAdsSearchads360V0Resources__AdGroupCriterion `json:"adGroupCriterion,omitempty"`

	// BiddingStrategy: The bidding strategy referenced in the query.
	BiddingStrategy *GoogleAdsSearchads360V0Resources__BiddingStrategy `json:"biddingStrategy,omitempty"`

	// Campaign: The campaign referenced in the query.
	Campaign *GoogleAdsSearchads360V0Resources__Campaign `json:"campaign,omitempty"`

	// CampaignBudget: The campaign budget referenced in the query.
	CampaignBudget *GoogleAdsSearchads360V0Resources__CampaignBudget `json:"campaignBudget,omitempty"`

	// CampaignCriterion: The campaign criterion referenced in the query.
	CampaignCriterion *GoogleAdsSearchads360V0Resources__CampaignCriterion `json:"campaignCriterion,omitempty"`

	// ConversionAction: The conversion action referenced in the query.
	ConversionAction *GoogleAdsSearchads360V0Resources__ConversionAction `json:"conversionAction,omitempty"`

	// CustomColumns: The custom columns.
	CustomColumns []*GoogleAdsSearchads360V0Common__Value `json:"customColumns,omitempty"`

	// Customer: The customer referenced in the query.
	Customer *GoogleAdsSearchads360V0Resources__Customer `json:"customer,omitempty"`

	// CustomerClient: The CustomerClient referenced in the query.
	CustomerClient *GoogleAdsSearchads360V0Resources__CustomerClient `json:"customerClient,omitempty"`

	// CustomerManagerLink: The CustomerManagerLink referenced in the query.
	CustomerManagerLink *GoogleAdsSearchads360V0Resources__CustomerManagerLink `json:"customerManagerLink,omitempty"`

	// KeywordView: The keyword view referenced in the query.
	KeywordView *GoogleAdsSearchads360V0Resources__KeywordView `json:"keywordView,omitempty"`

	// Metrics: The metrics.
	Metrics *GoogleAdsSearchads360V0Common__Metrics `json:"metrics,omitempty"`

	// ProductGroupView: The product group view referenced in the query.
	ProductGroupView *GoogleAdsSearchads360V0Resources__ProductGroupView `json:"productGroupView,omitempty"`

	// Segments: The segments.
	Segments *GoogleAdsSearchads360V0Common__Segments `json:"segments,omitempty"`

	// ForceSendFields is a list of field names (e.g. "AdGroup") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "AdGroup") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__SearchAds360Row: A returned row from the query.

func (*GoogleAdsSearchads360V0Services__SearchAds360Row) MarshalJSON

type GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest

type GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest struct {
	// PageSize: Number of elements to retrieve in a single page. When too
	// large a page is requested, the server may decide to further limit the
	// number of returned resources.
	PageSize int64 `json:"pageSize,omitempty"`

	// PageToken: Token of the page to retrieve. If not specified, the first
	// page of results will be returned. Use the value obtained from
	// `next_page_token` in the previous response in order to request the
	// next page of results.
	PageToken string `json:"pageToken,omitempty"`

	// Query: Required. The query string.
	Query string `json:"query,omitempty"`

	// ForceSendFields is a list of field names (e.g. "PageSize") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "PageSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest: Request message for SearchAds360FieldService.SearchSearchAds360Fields.

func (*GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest) MarshalJSON

type GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse

type GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse struct {
	// NextPageToken: Pagination token used to retrieve the next page of
	// results. Pass the content of this string as the `page_token`
	// attribute of the next request. `next_page_token` is not returned for
	// the last page.
	NextPageToken string `json:"nextPageToken,omitempty"`

	// Results: The list of fields that matched the query.
	Results []*GoogleAdsSearchads360V0Resources__SearchAds360Field `json:"results,omitempty"`

	// TotalResultsCount: Total number of results that match the query
	// ignoring the LIMIT clause.
	TotalResultsCount int64 `json:"totalResultsCount,omitempty,string"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "NextPageToken") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "NextPageToken") to include
	// in API requests with the JSON null value. By default, fields with
	// empty values are omitted from API requests. However, any field with
	// an empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse: Response message for SearchAds360FieldService.SearchSearchAds360Fields.

func (*GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse) MarshalJSON

type GoogleAdsSearchads360V0Services__SearchSearchAds360Request

type GoogleAdsSearchads360V0Services__SearchSearchAds360Request struct {
	// PageSize: Number of elements to retrieve in a single page. When too
	// large a page is requested, the server may decide to further limit the
	// number of returned resources.
	PageSize int64 `json:"pageSize,omitempty"`

	// PageToken: Token of the page to retrieve. If not specified, the first
	// page of results will be returned. Use the value obtained from
	// `next_page_token` in the previous response in order to request the
	// next page of results.
	PageToken string `json:"pageToken,omitempty"`

	// Query: Required. The query string.
	Query string `json:"query,omitempty"`

	// ReturnTotalResultsCount: If true, the total number of results that
	// match the query ignoring the LIMIT clause will be included in the
	// response. Default is false.
	ReturnTotalResultsCount bool `json:"returnTotalResultsCount,omitempty"`

	// SummaryRowSetting: Determines whether a summary row will be returned.
	// By default, summary row is not returned. If requested, the summary
	// row will be sent in a response by itself after all other query
	// results are returned.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Represent unknown values of return summary row.
	//   "NO_SUMMARY_ROW" - Do not return summary row.
	//   "SUMMARY_ROW_WITH_RESULTS" - Return summary row along with results.
	// The summary row will be returned in the last batch alone (last batch
	// will contain no results).
	//   "SUMMARY_ROW_ONLY" - Return summary row only and return no results.
	SummaryRowSetting string `json:"summaryRowSetting,omitempty"`

	// ValidateOnly: If true, the request is validated but not executed.
	ValidateOnly bool `json:"validateOnly,omitempty"`

	// ForceSendFields is a list of field names (e.g. "PageSize") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "PageSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__SearchSearchAds360Request: Request message for SearchAds360Service.Search.

func (*GoogleAdsSearchads360V0Services__SearchSearchAds360Request) MarshalJSON

type GoogleAdsSearchads360V0Services__SearchSearchAds360Response

type GoogleAdsSearchads360V0Services__SearchSearchAds360Response struct {
	// CustomColumnHeaders: The headers of the custom columns in the
	// results.
	CustomColumnHeaders []*GoogleAdsSearchads360V0Services__CustomColumnHeader `json:"customColumnHeaders,omitempty"`

	// FieldMask: FieldMask that represents what fields were requested by
	// the user.
	FieldMask string `json:"fieldMask,omitempty"`

	// NextPageToken: Pagination token used to retrieve the next page of
	// results. Pass the content of this string as the `page_token`
	// attribute of the next request. `next_page_token` is not returned for
	// the last page.
	NextPageToken string `json:"nextPageToken,omitempty"`

	// Results: The list of rows that matched the query.
	Results []*GoogleAdsSearchads360V0Services__SearchAds360Row `json:"results,omitempty"`

	// SummaryRow: Summary row that contains summary of metrics in results.
	// Summary of metrics means aggregation of metrics across all results,
	// here aggregation could be sum, average, rate, etc.
	SummaryRow *GoogleAdsSearchads360V0Services__SearchAds360Row `json:"summaryRow,omitempty"`

	// TotalResultsCount: Total number of results that match the query
	// ignoring the LIMIT clause.
	TotalResultsCount int64 `json:"totalResultsCount,omitempty,string"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "CustomColumnHeaders")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CustomColumnHeaders") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__SearchSearchAds360Response: Response message for SearchAds360Service.Search.

func (*GoogleAdsSearchads360V0Services__SearchSearchAds360Response) MarshalJSON

type GoogleAdsSearchads360V0Services__SearchSearchAds360StreamRequest

type GoogleAdsSearchads360V0Services__SearchSearchAds360StreamRequest struct {
	// BatchSize: The number of rows that are returned in each stream
	// response batch. When too large batch is requested, the server may
	// decide to further limit the number of returned rows.
	BatchSize int64 `json:"batchSize,omitempty"`

	// Query: Required. The query string.
	Query string `json:"query,omitempty"`

	// SummaryRowSetting: Determines whether a summary row will be returned.
	// By default, summary row is not returned. If requested, the summary
	// row will be sent in a response by itself after all other query
	// results are returned.
	//
	// Possible values:
	//   "UNSPECIFIED" - Not specified.
	//   "UNKNOWN" - Represent unknown values of return summary row.
	//   "NO_SUMMARY_ROW" - Do not return summary row.
	//   "SUMMARY_ROW_WITH_RESULTS" - Return summary row along with results.
	// The summary row will be returned in the last batch alone (last batch
	// will contain no results).
	//   "SUMMARY_ROW_ONLY" - Return summary row only and return no results.
	SummaryRowSetting string `json:"summaryRowSetting,omitempty"`

	// ForceSendFields is a list of field names (e.g. "BatchSize") to
	// unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "BatchSize") to include in
	// API requests with the JSON null value. By default, fields with empty
	// values are omitted from API requests. However, any field with an
	// empty value appearing in NullFields will be sent to the server as
	// null. It is an error if a field in this list has a non-empty value.
	// This may be used to include null fields in Patch requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__SearchSearchAds360StreamRequest: Request message for SearchAds360Service.SearchStream.

func (*GoogleAdsSearchads360V0Services__SearchSearchAds360StreamRequest) MarshalJSON

type GoogleAdsSearchads360V0Services__SearchSearchAds360StreamResponse

type GoogleAdsSearchads360V0Services__SearchSearchAds360StreamResponse struct {
	// CustomColumnHeaders: The headers of the custom columns in the
	// results.
	CustomColumnHeaders []*GoogleAdsSearchads360V0Services__CustomColumnHeader `json:"customColumnHeaders,omitempty"`

	// FieldMask: FieldMask that represents what fields were requested by
	// the user.
	FieldMask string `json:"fieldMask,omitempty"`

	// RequestId: The unique id of the request that is used for debugging
	// purposes.
	RequestId string `json:"requestId,omitempty"`

	// Results: The list of rows that matched the query.
	Results []*GoogleAdsSearchads360V0Services__SearchAds360Row `json:"results,omitempty"`

	// SummaryRow: Summary row that contains summary of metrics in results.
	// Summary of metrics means aggregation of metrics across all results,
	// here aggregation could be sum, average, rate, etc.
	SummaryRow *GoogleAdsSearchads360V0Services__SearchAds360Row `json:"summaryRow,omitempty"`

	// ServerResponse contains the HTTP response code and headers from the
	// server.
	googleapi.ServerResponse `json:"-"`

	// ForceSendFields is a list of field names (e.g. "CustomColumnHeaders")
	// to unconditionally include in API requests. By default, fields with
	// empty or default values are omitted from API requests. However, any
	// non-pointer, non-interface field appearing in ForceSendFields will be
	// sent to the server regardless of whether the field is empty or not.
	// This may be used to include empty fields in Patch requests.
	ForceSendFields []string `json:"-"`

	// NullFields is a list of field names (e.g. "CustomColumnHeaders") to
	// include in API requests with the JSON null value. By default, fields
	// with empty values are omitted from API requests. However, any field
	// with an empty value appearing in NullFields will be sent to the
	// server as null. It is an error if a field in this list has a
	// non-empty value. This may be used to include null fields in Patch
	// requests.
	NullFields []string `json:"-"`
}

GoogleAdsSearchads360V0Services__SearchSearchAds360StreamResponse: Response message for SearchAds360Service.SearchStream.

func (*GoogleAdsSearchads360V0Services__SearchSearchAds360StreamResponse) MarshalJSON

type SearchAds360FieldsGetCall

type SearchAds360FieldsGetCall struct {
	// contains filtered or unexported fields
}

func (*SearchAds360FieldsGetCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SearchAds360FieldsGetCall) Do

Do executes the "searchads360.searchAds360Fields.get" call. Exactly one of *GoogleAdsSearchads360V0Resources__SearchAds360Field or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleAdsSearchads360V0Resources__SearchAds360Field.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*SearchAds360FieldsGetCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SearchAds360FieldsGetCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*SearchAds360FieldsGetCall) IfNoneMatch

func (c *SearchAds360FieldsGetCall) IfNoneMatch(entityTag string) *SearchAds360FieldsGetCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type SearchAds360FieldsSearchCall

type SearchAds360FieldsSearchCall struct {
	// contains filtered or unexported fields
}

func (*SearchAds360FieldsSearchCall) Context

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*SearchAds360FieldsSearchCall) Do

Do executes the "searchads360.searchAds360Fields.search" call. Exactly one of *GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsResponse.Ser verResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*SearchAds360FieldsSearchCall) Fields

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*SearchAds360FieldsSearchCall) Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*SearchAds360FieldsSearchCall) Pages

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type SearchAds360FieldsService

type SearchAds360FieldsService struct {
	// contains filtered or unexported fields
}

func NewSearchAds360FieldsService

func NewSearchAds360FieldsService(s *Service) *SearchAds360FieldsService

func (*SearchAds360FieldsService) Get

Get: Returns just the requested field. List of thrown errors: AuthenticationError () [AuthorizationError]() HeaderError () [InternalError]() QuotaError () [RequestError]()

- resourceName: The resource name of the field to get.

func (*SearchAds360FieldsService) Search

func (r *SearchAds360FieldsService) Search(googleadssearchads360v0services__searchsearchads360fieldsrequest *GoogleAdsSearchads360V0Services__SearchSearchAds360FieldsRequest) *SearchAds360FieldsSearchCall

Search: Returns all fields that match the search query. List of thrown errors: AuthenticationError () [AuthorizationError]() HeaderError () [InternalError]() QueryError () [QuotaError]() RequestError ()

type Service

type Service struct {
	BasePath  string // API endpoint base URL
	UserAgent string // optional additional User-Agent fragment

	Customers *CustomersService

	SearchAds360Fields *SearchAds360FieldsService
	// contains filtered or unexported fields
}

func New deprecated

func New(client *http.Client) (*Service, error)

New creates a new Service. It uses the provided http.Client for requests.

Deprecated: please use NewService instead. To provide a custom HTTP client, use option.WithHTTPClient. If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.

func NewService

func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)

NewService creates a new Service.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL