Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const ContentScope + type AccountsConversionSourcesCreateCall struct + func (c *AccountsConversionSourcesCreateCall) Context(ctx context.Context) *AccountsConversionSourcesCreateCall + func (c *AccountsConversionSourcesCreateCall) Do(opts ...googleapi.CallOption) (*ConversionSource, error) + func (c *AccountsConversionSourcesCreateCall) Fields(s ...googleapi.Field) *AccountsConversionSourcesCreateCall + func (c *AccountsConversionSourcesCreateCall) Header() http.Header + type AccountsConversionSourcesDeleteCall struct + func (c *AccountsConversionSourcesDeleteCall) Context(ctx context.Context) *AccountsConversionSourcesDeleteCall + func (c *AccountsConversionSourcesDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, error) + func (c *AccountsConversionSourcesDeleteCall) Fields(s ...googleapi.Field) *AccountsConversionSourcesDeleteCall + func (c *AccountsConversionSourcesDeleteCall) Header() http.Header + type AccountsConversionSourcesGetCall struct + func (c *AccountsConversionSourcesGetCall) Context(ctx context.Context) *AccountsConversionSourcesGetCall + func (c *AccountsConversionSourcesGetCall) Do(opts ...googleapi.CallOption) (*ConversionSource, error) + func (c *AccountsConversionSourcesGetCall) Fields(s ...googleapi.Field) *AccountsConversionSourcesGetCall + func (c *AccountsConversionSourcesGetCall) Header() http.Header + func (c *AccountsConversionSourcesGetCall) IfNoneMatch(entityTag string) *AccountsConversionSourcesGetCall + type AccountsConversionSourcesListCall struct + func (c *AccountsConversionSourcesListCall) Context(ctx context.Context) *AccountsConversionSourcesListCall + func (c *AccountsConversionSourcesListCall) Do(opts ...googleapi.CallOption) (*ListConversionSourcesResponse, error) + func (c *AccountsConversionSourcesListCall) Fields(s ...googleapi.Field) *AccountsConversionSourcesListCall + func (c *AccountsConversionSourcesListCall) Header() http.Header + func (c *AccountsConversionSourcesListCall) IfNoneMatch(entityTag string) *AccountsConversionSourcesListCall + func (c *AccountsConversionSourcesListCall) PageSize(pageSize int64) *AccountsConversionSourcesListCall + func (c *AccountsConversionSourcesListCall) PageToken(pageToken string) *AccountsConversionSourcesListCall + func (c *AccountsConversionSourcesListCall) Pages(ctx context.Context, f func(*ListConversionSourcesResponse) error) error + func (c *AccountsConversionSourcesListCall) ShowDeleted(showDeleted bool) *AccountsConversionSourcesListCall + type AccountsConversionSourcesPatchCall struct + func (c *AccountsConversionSourcesPatchCall) Context(ctx context.Context) *AccountsConversionSourcesPatchCall + func (c *AccountsConversionSourcesPatchCall) Do(opts ...googleapi.CallOption) (*ConversionSource, error) + func (c *AccountsConversionSourcesPatchCall) Fields(s ...googleapi.Field) *AccountsConversionSourcesPatchCall + func (c *AccountsConversionSourcesPatchCall) Header() http.Header + func (c *AccountsConversionSourcesPatchCall) UpdateMask(updateMask string) *AccountsConversionSourcesPatchCall + type AccountsConversionSourcesService struct + func NewAccountsConversionSourcesService(s *Service) *AccountsConversionSourcesService + func (r *AccountsConversionSourcesService) Create(parent string, conversionsource *ConversionSource) *AccountsConversionSourcesCreateCall + func (r *AccountsConversionSourcesService) Delete(name string) *AccountsConversionSourcesDeleteCall + func (r *AccountsConversionSourcesService) Get(name string) *AccountsConversionSourcesGetCall + func (r *AccountsConversionSourcesService) List(parent string) *AccountsConversionSourcesListCall + func (r *AccountsConversionSourcesService) Patch(name string, conversionsource *ConversionSource) *AccountsConversionSourcesPatchCall + func (r *AccountsConversionSourcesService) Undelete(name string, undeleteconversionsourcerequest *UndeleteConversionSourceRequest) *AccountsConversionSourcesUndeleteCall + type AccountsConversionSourcesUndeleteCall struct + func (c *AccountsConversionSourcesUndeleteCall) Context(ctx context.Context) *AccountsConversionSourcesUndeleteCall + func (c *AccountsConversionSourcesUndeleteCall) Do(opts ...googleapi.CallOption) (*ConversionSource, error) + func (c *AccountsConversionSourcesUndeleteCall) Fields(s ...googleapi.Field) *AccountsConversionSourcesUndeleteCall + func (c *AccountsConversionSourcesUndeleteCall) Header() http.Header + type AccountsService struct + ConversionSources *AccountsConversionSourcesService + func NewAccountsService(s *Service) *AccountsService + type AttributionSettings struct + AttributionLookbackWindowDays int64 + AttributionModel string + ConversionType []*ConversionType + ForceSendFields []string + NullFields []string + func (s AttributionSettings) MarshalJSON() ([]byte, error) + type ConversionSource struct + Controller string + ExpireTime string + ForceSendFields []string + GoogleAnalyticsLink *GoogleAnalyticsLink + MerchantCenterDestination *MerchantCenterDestination + Name string + NullFields []string + State string + func (s ConversionSource) MarshalJSON() ([]byte, error) + type ConversionType struct + ForceSendFields []string + Name string + NullFields []string + Report bool + func (s ConversionType) MarshalJSON() ([]byte, error) + type Empty struct + type GoogleAnalyticsLink struct + AttributionSettings *AttributionSettings + ForceSendFields []string + NullFields []string + Property string + PropertyId int64 + func (s GoogleAnalyticsLink) MarshalJSON() ([]byte, error) + type ListConversionSourcesResponse struct + ConversionSources []*ConversionSource + ForceSendFields []string + NextPageToken string + NullFields []string + func (s ListConversionSourcesResponse) MarshalJSON() ([]byte, error) + type MerchantCenterDestination struct + AttributionSettings *AttributionSettings + CurrencyCode string + Destination string + DisplayName string + ForceSendFields []string + NullFields []string + func (s MerchantCenterDestination) MarshalJSON() ([]byte, error) + type ProductChange struct + ForceSendFields []string + NewValue string + NullFields []string + OldValue string + RegionCode string + ReportingContext string + func (s ProductChange) MarshalJSON() ([]byte, error) + type ProductStatusChangeMessage struct + Account string + Attribute string + Changes []*ProductChange + ForceSendFields []string + ManagingAccount string + NullFields []string + Resource string + ResourceId string + ResourceType string + func (s ProductStatusChangeMessage) MarshalJSON() ([]byte, error) + type Service struct + Accounts *AccountsService + BasePath string + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type UndeleteConversionSourceRequest struct