ads

package
v0.0.0-...-4c075ac Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SpecialUrlInterfaceList = map[string]url.URL{
	"/async_task_files/get":      url.URL{Host: "https://dl.e.qq.com/v1.1", Path: "/async_task_files/get"},
	"/async_report_files/get":    url.URL{Host: "https://dl.e.qq.com/v1.1", Path: "/async_report_files/get"},
	"/authorization/wechat_bind": url.URL{Host: "https://developers.e.qq.com", Path: "/authorization/wechat_bind"},
	"/oauth/token":               url.URL{Host: "https://api.e.qq.com", Path: "/oauth/token"},
	"/oauth/authorize":           url.URL{Host: "https://developers.e.qq.com", Path: "/oauth/authorize"},
}

Functions

This section is empty.

Types

type APIResponse

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the swagger operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

func NewAPIResponse

func NewAPIResponse(r *http.Response) *APIResponse

func NewAPIResponseWithError

func NewAPIResponseWithError(errorMessage string) *APIResponse

type AuthMiddleware

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

AuthMiddleware ...

func (*AuthMiddleware) Handle

func (a *AuthMiddleware) Handle(
	req *http.Request,
	next func(req *http.Request) (rsp *http.Response, err error),
) (rsp *http.Response, err error)

Handle ...

type DiffHostMiddleware

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

DiffHostMiddleware ...

func (*DiffHostMiddleware) Handle

func (d *DiffHostMiddleware) Handle(
	req *http.Request,
	next func(req *http.Request) (rsp *http.Response, err error),
) (rsp *http.Response, err error)

Handle ...

type HeaderMiddleware

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

HeaderMiddleware ...

func (*HeaderMiddleware) Handle

func (h *HeaderMiddleware) Handle(
	req *http.Request,
	next func(req *http.Request) (rsp *http.Response, err error),
) (rsp *http.Response, err error)

Handle ...

type LogMiddleware

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

LogMiddleware ...

func (*LogMiddleware) Handle

func (l *LogMiddleware) Handle(
	req *http.Request,
	next func(req *http.Request) (rsp *http.Response, err error),
) (rsp *http.Response, err error)

Handle ...

type Middleware

type Middleware interface {
	Handle(req *http.Request, next func(req *http.Request) (rsp *http.Response, err error)) (rsp *http.Response, err error)
}

Middleware ...

type SDKClient

type SDKClient struct {
	http.RoundTripper
	Config     *config2.SDKConfig
	Client     *api.APIClient
	Ctx        *context.Context
	Version    string
	ApiVersion string
	// contains filtered or unexported fields
}

SDKClient ...

func Init

func Init(cfg *config2.SDKConfig) *SDKClient

Init ...

func (*SDKClient) AdAppealQuota

func (c *SDKClient) AdAppealQuota() *api2.AdAppealQuotaApiService

func (*SDKClient) AdDiagnosis

func (c *SDKClient) AdDiagnosis() *api2.AdDiagnosisApiService

func (*SDKClient) AdLabel

func (c *SDKClient) AdLabel() *api2.AdLabelApiService

func (*SDKClient) AdParam

func (c *SDKClient) AdParam() *api2.AdParamApiService

func (*SDKClient) AdcreativePreviews

func (c *SDKClient) AdcreativePreviews() *api2.AdcreativePreviewsApiService

func (*SDKClient) AdcreativePreviewsQrcode

func (c *SDKClient) AdcreativePreviewsQrcode() *api2.AdcreativePreviewsQrcodeApiService

func (*SDKClient) AdcreativeTemplate

func (c *SDKClient) AdcreativeTemplate() *api2.AdcreativeTemplateApiService

func (*SDKClient) AdcreativeTemplateDetail

func (c *SDKClient) AdcreativeTemplateDetail() *api2.AdcreativeTemplateDetailApiService

func (*SDKClient) AdcreativeTemplateList

func (c *SDKClient) AdcreativeTemplateList() *api2.AdcreativeTemplateListApiService

func (*SDKClient) AdcreativeTemplatePreview

func (c *SDKClient) AdcreativeTemplatePreview() *api2.AdcreativeTemplatePreviewApiService

func (*SDKClient) AdcreativeTemplatePreviews

func (c *SDKClient) AdcreativeTemplatePreviews() *api2.AdcreativeTemplatePreviewsApiService

func (*SDKClient) AdcreativeTemplates

func (c *SDKClient) AdcreativeTemplates() *api2.AdcreativeTemplatesApiService

func (*SDKClient) Adcreatives

func (c *SDKClient) Adcreatives() *api2.AdcreativesApiService

func (*SDKClient) AdcreativesRelatedCapability

func (c *SDKClient) AdcreativesRelatedCapability() *api2.AdcreativesRelatedCapabilityApiService

func (*SDKClient) AdgroupNegativewords

func (c *SDKClient) AdgroupNegativewords() *api2.AdgroupNegativewordsApiService

func (*SDKClient) Adgroups

func (c *SDKClient) Adgroups() *api2.AdgroupsApiService

func (*SDKClient) AdqReportsUpgradeStatus

func (c *SDKClient) AdqReportsUpgradeStatus() *api2.AdqReportsUpgradeStatusApiService

func (*SDKClient) Ads

func (c *SDKClient) Ads() *api2.AdsApiService

func (*SDKClient) Advertiser

func (c *SDKClient) Advertiser() *api2.AdvertiserApiService

func (*SDKClient) AdvertiserDailyBudget

func (c *SDKClient) AdvertiserDailyBudget() *api2.AdvertiserDailyBudgetApiService

func (*SDKClient) AgencyInnerTransfer

func (c *SDKClient) AgencyInnerTransfer() *api2.AgencyInnerTransferApiService

func (*SDKClient) AgencyRealtimeCost

func (c *SDKClient) AgencyRealtimeCost() *api2.AgencyRealtimeCostApiService

func (*SDKClient) AppAndroidChannelPackages

func (c *SDKClient) AppAndroidChannelPackages() *api2.AppAndroidChannelPackagesApiService

func (*SDKClient) AppendMiddleware

func (tads *SDKClient) AppendMiddleware(middleware Middleware) *SDKClient

AppendMiddleware ...

func (*SDKClient) AssetPermissions

func (c *SDKClient) AssetPermissions() *api2.AssetPermissionsApiService

func (*SDKClient) AssetPermissionsScenes

func (c *SDKClient) AssetPermissionsScenes() *api2.AssetPermissionsScenesApiService

func (*SDKClient) AssetPrePermissions

func (c *SDKClient) AssetPrePermissions() *api2.AssetPrePermissionsApiService

func (*SDKClient) AsyncReportFiles

func (c *SDKClient) AsyncReportFiles() *api2.AsyncReportFilesApiService

func (*SDKClient) AsyncReports

func (c *SDKClient) AsyncReports() *api2.AsyncReportsApiService

func (*SDKClient) AsyncTaskFiles

func (c *SDKClient) AsyncTaskFiles() *api2.AsyncTaskFilesApiService

func (*SDKClient) AsyncTasks

func (c *SDKClient) AsyncTasks() *api2.AsyncTasksApiService

func (*SDKClient) AudienceGrantRelations

func (c *SDKClient) AudienceGrantRelations() *api2.AudienceGrantRelationsApiService

func (*SDKClient) Authorization

func (c *SDKClient) Authorization() *api2.AuthorizationApiService

func (*SDKClient) Barrage

func (c *SDKClient) Barrage() *api2.BarrageApiService

func (*SDKClient) BarrageRecommend

func (c *SDKClient) BarrageRecommend() *api2.BarrageRecommendApiService

func (*SDKClient) BatchAsyncRequestSpecification

func (c *SDKClient) BatchAsyncRequestSpecification() *api2.BatchAsyncRequestSpecificationApiService

func (*SDKClient) BatchAsyncRequests

func (c *SDKClient) BatchAsyncRequests() *api2.BatchAsyncRequestsApiService

func (*SDKClient) BatchOperation

func (c *SDKClient) BatchOperation() *api2.BatchOperationApiService

func (*SDKClient) BatchRequests

func (c *SDKClient) BatchRequests() *api2.BatchRequestsApiService

func (*SDKClient) BidSimulation

func (c *SDKClient) BidSimulation() *api2.BidSimulationApiService

func (*SDKClient) Bidword

func (c *SDKClient) Bidword() *api2.BidwordApiService

func (*SDKClient) BidwordFlow

func (c *SDKClient) BidwordFlow() *api2.BidwordFlowApiService

func (*SDKClient) BidwordRpt

func (c *SDKClient) BidwordRpt() *api2.BidwordRptApiService

func (*SDKClient) Brand

func (c *SDKClient) Brand() *api2.BrandApiService

func (*SDKClient) BusinessManagerRelations

func (c *SDKClient) BusinessManagerRelations() *api2.BusinessManagerRelationsApiService

func (*SDKClient) BusinessMdmAccountRelations

func (c *SDKClient) BusinessMdmAccountRelations() *api2.BusinessMdmAccountRelationsApiService

func (*SDKClient) BusinessPoint

func (c *SDKClient) BusinessPoint() *api2.BusinessPointApiService

func (*SDKClient) CampaignNegativewords

func (c *SDKClient) CampaignNegativewords() *api2.CampaignNegativewordsApiService

func (*SDKClient) Campaigns

func (c *SDKClient) Campaigns() *api2.CampaignsApiService

func (*SDKClient) Capabilities

func (c *SDKClient) Capabilities() *api2.CapabilitiesApiService

func (*SDKClient) ComplianceValidation

func (c *SDKClient) ComplianceValidation() *api2.ComplianceValidationApiService

func (*SDKClient) Conversions

func (c *SDKClient) Conversions() *api2.ConversionsApiService

func (*SDKClient) CreativeComponents

func (c *SDKClient) CreativeComponents() *api2.CreativeComponentsApiService

func (*SDKClient) CreativeSampleProducts

func (c *SDKClient) CreativeSampleProducts() *api2.CreativeSampleProductsApiService

func (*SDKClient) CreativetoolsText

func (c *SDKClient) CreativetoolsText() *api2.CreativetoolsTextApiService

func (*SDKClient) CustomAudienceEstimations

func (c *SDKClient) CustomAudienceEstimations() *api2.CustomAudienceEstimationsApiService

func (*SDKClient) CustomAudienceFiles

func (c *SDKClient) CustomAudienceFiles() *api2.CustomAudienceFilesApiService

func (*SDKClient) CustomAudienceInsights

func (c *SDKClient) CustomAudienceInsights() *api2.CustomAudienceInsightsApiService

func (*SDKClient) CustomAudienceReports

func (c *SDKClient) CustomAudienceReports() *api2.CustomAudienceReportsApiService

func (*SDKClient) CustomAudiences

func (c *SDKClient) CustomAudiences() *api2.CustomAudiencesApiService

func (*SDKClient) CustomFeatures

func (c *SDKClient) CustomFeatures() *api2.CustomFeaturesApiService

func (*SDKClient) CustomTagFiles

func (c *SDKClient) CustomTagFiles() *api2.CustomTagFilesApiService

func (*SDKClient) CustomTags

func (c *SDKClient) CustomTags() *api2.CustomTagsApiService

func (*SDKClient) DailyBalanceReport

func (c *SDKClient) DailyBalanceReport() *api2.DailyBalanceReportApiService

func (*SDKClient) DailyReports

func (c *SDKClient) DailyReports() *api2.DailyReportsApiService

func (*SDKClient) DataSet

func (c *SDKClient) DataSet() *api2.DataSetApiService

func (*SDKClient) DataSourceDispatch

func (c *SDKClient) DataSourceDispatch() *api2.DataSourceDispatchApiService

func (*SDKClient) DplabelAdLabel

func (c *SDKClient) DplabelAdLabel() *api2.DplabelAdLabelApiService

func (*SDKClient) DynamicAdImageTemplates

func (c *SDKClient) DynamicAdImageTemplates() *api2.DynamicAdImageTemplatesApiService

func (*SDKClient) DynamicAdImages

func (c *SDKClient) DynamicAdImages() *api2.DynamicAdImagesApiService

func (*SDKClient) DynamicAdVideo

func (c *SDKClient) DynamicAdVideo() *api2.DynamicAdVideoApiService

func (*SDKClient) DynamicAdVideoTemplates

func (c *SDKClient) DynamicAdVideoTemplates() *api2.DynamicAdVideoTemplatesApiService

func (*SDKClient) DynamicCreatives

func (c *SDKClient) DynamicCreatives() *api2.DynamicCreativesApiService

func (*SDKClient) EcommerceOrder

func (c *SDKClient) EcommerceOrder() *api2.EcommerceOrderApiService

func (*SDKClient) Estimation

func (c *SDKClient) Estimation() *api2.EstimationApiService

func (*SDKClient) ExtendPackage

func (c *SDKClient) ExtendPackage() *api2.ExtendPackageApiService

func (*SDKClient) FundStatementsDaily

func (c *SDKClient) FundStatementsDaily() *api2.FundStatementsDailyApiService

func (*SDKClient) FundStatementsDetailed

func (c *SDKClient) FundStatementsDetailed() *api2.FundStatementsDetailedApiService

func (*SDKClient) FundTransfer

func (c *SDKClient) FundTransfer() *api2.FundTransferApiService

func (*SDKClient) Funds

func (c *SDKClient) Funds() *api2.FundsApiService

func (*SDKClient) GameFeature

func (c *SDKClient) GameFeature() *api2.GameFeatureApiService

func (*SDKClient) GameFeatureTags

func (c *SDKClient) GameFeatureTags() *api2.GameFeatureTagsApiService

func (*SDKClient) GenMiddlewareHandleFunc

func (tads *SDKClient) GenMiddlewareHandleFunc(
	middleware Middleware,
	beforeFunc func(req *http.Request) (rsp *http.Response, err error),
) func(req *http.Request) (rsp *http.Response, err error)

GenMiddlewareHandleFunc ...

func (*SDKClient) GetAccessToken

func (tads *SDKClient) GetAccessToken() string

GetAccessToken ...

func (*SDKClient) GetDebugFile

func (tads *SDKClient) GetDebugFile() string

GetDebugFile ...

func (*SDKClient) GetVersion

func (tads *SDKClient) GetVersion() string

GetVersion ...

func (*SDKClient) HourlyReports

func (c *SDKClient) HourlyReports() *api2.HourlyReportsApiService

func (*SDKClient) ImageProcessing

func (c *SDKClient) ImageProcessing() *api2.ImageProcessingApiService

func (*SDKClient) Images

func (c *SDKClient) Images() *api2.ImagesApiService

func (*SDKClient) IsDebug

func (tads *SDKClient) IsDebug() bool

IsDebug ...

func (*SDKClient) IsMonitor

func (tads *SDKClient) IsMonitor() bool

IsMonitor ...

func (*SDKClient) KeywordRecommend

func (c *SDKClient) KeywordRecommend() *api2.KeywordRecommendApiService

func (*SDKClient) LabelAudiences

func (c *SDKClient) LabelAudiences() *api2.LabelAudiencesApiService

func (*SDKClient) Labels

func (c *SDKClient) Labels() *api2.LabelsApiService

func (*SDKClient) LeadClues

func (c *SDKClient) LeadClues() *api2.LeadCluesApiService

func (*SDKClient) LeadsCall

func (c *SDKClient) LeadsCall() *api2.LeadsCallApiService

func (*SDKClient) LeadsCallRecord

func (c *SDKClient) LeadsCallRecord() *api2.LeadsCallRecordApiService

func (*SDKClient) LeadsCallRecords

func (c *SDKClient) LeadsCallRecords() *api2.LeadsCallRecordsApiService

func (*SDKClient) LeadsCallToken

func (c *SDKClient) LeadsCallToken() *api2.LeadsCallTokenApiService

func (*SDKClient) LeadsCallVirtualNumber

func (c *SDKClient) LeadsCallVirtualNumber() *api2.LeadsCallVirtualNumberApiService

func (*SDKClient) LeadsForm

func (c *SDKClient) LeadsForm() *api2.LeadsFormApiService

func (*SDKClient) LeadsFormList

func (c *SDKClient) LeadsFormList() *api2.LeadsFormListApiService

func (*SDKClient) LeadsInvalidPay

func (c *SDKClient) LeadsInvalidPay() *api2.LeadsInvalidPayApiService

func (*SDKClient) LocalStores

func (c *SDKClient) LocalStores() *api2.LocalStoresApiService

func (*SDKClient) LocalStoresAddressParsingResult

func (c *SDKClient) LocalStoresAddressParsingResult() *api2.LocalStoresAddressParsingResultApiService

func (*SDKClient) LocalStoresCategories

func (c *SDKClient) LocalStoresCategories() *api2.LocalStoresCategoriesApiService

func (*SDKClient) LocalStoresSearchInfo

func (c *SDKClient) LocalStoresSearchInfo() *api2.LocalStoresSearchInfoApiService

func (*SDKClient) LocalStoresWxpayMerchants

func (c *SDKClient) LocalStoresWxpayMerchants() *api2.LocalStoresWxpayMerchantsApiService

func (*SDKClient) MaterialLabels

func (c *SDKClient) MaterialLabels() *api2.MaterialLabelsApiService

func (*SDKClient) MergeFundTypeDailyBalanceReport

func (c *SDKClient) MergeFundTypeDailyBalanceReport() *api2.MergeFundTypeDailyBalanceReportApiService

func (*SDKClient) MergeFundTypeFundStatementsDetailed

func (c *SDKClient) MergeFundTypeFundStatementsDetailed() *api2.MergeFundTypeFundStatementsDetailedApiService

func (*SDKClient) MergeFundTypeFunds

func (c *SDKClient) MergeFundTypeFunds() *api2.MergeFundTypeFundsApiService

func (*SDKClient) MergeFundTypeSubcustomerTransfer

func (c *SDKClient) MergeFundTypeSubcustomerTransfer() *api2.MergeFundTypeSubcustomerTransferApiService

func (*SDKClient) Oauth

func (c *SDKClient) Oauth() *api2.OauthApiService

func (*SDKClient) ObjectCommentFlag

func (c *SDKClient) ObjectCommentFlag() *api2.ObjectCommentFlagApiService

func (*SDKClient) OptimizationGoalPermissions

func (c *SDKClient) OptimizationGoalPermissions() *api2.OptimizationGoalPermissionsApiService

func (*SDKClient) OuterClues

func (c *SDKClient) OuterClues() *api2.OuterCluesApiService

func (*SDKClient) OuterCluesContact

func (c *SDKClient) OuterCluesContact() *api2.OuterCluesContactApiService

func (*SDKClient) Pages

func (c *SDKClient) Pages() *api2.PagesApiService

func (*SDKClient) PlayablePages

func (c *SDKClient) PlayablePages() *api2.PlayablePagesApiService

func (*SDKClient) ProductCatalogs

func (c *SDKClient) ProductCatalogs() *api2.ProductCatalogsApiService

func (*SDKClient) ProductCatalogsReports

func (c *SDKClient) ProductCatalogsReports() *api2.ProductCatalogsReportsApiService

func (*SDKClient) ProductCategoriesList

func (c *SDKClient) ProductCategoriesList() *api2.ProductCategoriesListApiService

func (*SDKClient) ProductItems

func (c *SDKClient) ProductItems() *api2.ProductItemsApiService

func (*SDKClient) ProductItemsDetail

func (c *SDKClient) ProductItemsDetail() *api2.ProductItemsDetailApiService

func (*SDKClient) ProductItemsVerticals

func (c *SDKClient) ProductItemsVerticals() *api2.ProductItemsVerticalsApiService

func (*SDKClient) ProductSeries

func (c *SDKClient) ProductSeries() *api2.ProductSeriesApiService

func (*SDKClient) ProductsSystemStatus

func (c *SDKClient) ProductsSystemStatus() *api2.ProductsSystemStatusApiService

func (*SDKClient) Profiles

func (c *SDKClient) Profiles() *api2.ProfilesApiService

func (*SDKClient) Programmed

func (c *SDKClient) Programmed() *api2.ProgrammedApiService

func (*SDKClient) ProgrammedTemplate

func (c *SDKClient) ProgrammedTemplate() *api2.ProgrammedTemplateApiService

func (*SDKClient) PromotedObjectAuthorization

func (c *SDKClient) PromotedObjectAuthorization() *api2.PromotedObjectAuthorizationApiService

func (*SDKClient) PromotedObjects

func (c *SDKClient) PromotedObjects() *api2.PromotedObjectsApiService

func (*SDKClient) PropertyFileSessions

func (c *SDKClient) PropertyFileSessions() *api2.PropertyFileSessionsApiService

func (*SDKClient) PropertyFiles

func (c *SDKClient) PropertyFiles() *api2.PropertyFilesApiService

func (*SDKClient) PropertySetSchemas

func (c *SDKClient) PropertySetSchemas() *api2.PropertySetSchemasApiService

func (*SDKClient) PropertySets

func (c *SDKClient) PropertySets() *api2.PropertySetsApiService

func (*SDKClient) Qualifications

func (c *SDKClient) Qualifications() *api2.QualificationsApiService

func (*SDKClient) QuerywordRpt

func (c *SDKClient) QuerywordRpt() *api2.QuerywordRptApiService

func (*SDKClient) RealtimeCost

func (c *SDKClient) RealtimeCost() *api2.RealtimeCostApiService

func (*SDKClient) Report

func (c *SDKClient) Report() *api2.ReportApiService

func (*SDKClient) ReviewAdAppeal

func (c *SDKClient) ReviewAdAppeal() *api2.ReviewAdAppealApiService

func (*SDKClient) ReviewElementPrereviewResults

func (c *SDKClient) ReviewElementPrereviewResults() *api2.ReviewElementPrereviewResultsApiService

func (*SDKClient) RoundTrip

func (tads *SDKClient) RoundTrip(req *http.Request) (rsp *http.Response, err error)

RoundTrip ...

func (*SDKClient) SceneSpecTags

func (c *SDKClient) SceneSpecTags() *api2.SceneSpecTagsApiService

func (*SDKClient) SetAccessToken

func (tads *SDKClient) SetAccessToken(accessToken string) *SDKClient

SetAccessToken ...

func (*SDKClient) SetDebug

func (tads *SDKClient) SetDebug(debug bool) *SDKClient

SetDebug ...

func (*SDKClient) SetDebugFile

func (tads *SDKClient) SetDebugFile(debugFile string) *SDKClient

SetDebugFile ...

func (*SDKClient) SetHeader

func (tads *SDKClient) SetHeader(key string, value string) *SDKClient

SetHeader ...

func (*SDKClient) SetHeaders

func (tads *SDKClient) SetHeaders(header http.Header) *SDKClient

SetHeaders ...

func (*SDKClient) SetHost

func (tads *SDKClient) SetHost(host string, schema string) *SDKClient

SetHost ...

func (*SDKClient) SetIpPort

func (tads *SDKClient) SetIpPort(ip string, port int, schema string)

SetIpPort set ip port in Host

func (*SDKClient) SetMonitor

func (tads *SDKClient) SetMonitor(monitor bool) *SDKClient

SetMonitor ...

func (*SDKClient) SplitTests

func (c *SDKClient) SplitTests() *api2.SplitTestsApiService

func (*SDKClient) SubcustomerTransfer

func (c *SDKClient) SubcustomerTransfer() *api2.SubcustomerTransferApiService

func (*SDKClient) TargetcpaTag

func (c *SDKClient) TargetcpaTag() *api2.TargetcpaTagApiService

func (*SDKClient) TargetingTagReports

func (c *SDKClient) TargetingTagReports() *api2.TargetingTagReportsApiService

func (*SDKClient) TargetingTags

func (c *SDKClient) TargetingTags() *api2.TargetingTagsApiService

func (*SDKClient) TargetingTagsUv

func (c *SDKClient) TargetingTagsUv() *api2.TargetingTagsUvApiService

func (*SDKClient) Targetings

func (c *SDKClient) Targetings() *api2.TargetingsApiService

func (*SDKClient) TargetingsShare

func (c *SDKClient) TargetingsShare() *api2.TargetingsShareApiService

func (*SDKClient) TrackingReports

func (c *SDKClient) TrackingReports() *api2.TrackingReportsApiService

func (*SDKClient) UnionPositionPackages

func (c *SDKClient) UnionPositionPackages() *api2.UnionPositionPackagesApiService

func (*SDKClient) UseProduction

func (tads *SDKClient) UseProduction() *SDKClient

UseProduction ...

func (*SDKClient) UseSandbox

func (tads *SDKClient) UseSandbox() *SDKClient

UseSandbox ...

func (*SDKClient) UserActionSetReports

func (c *SDKClient) UserActionSetReports() *api2.UserActionSetReportsApiService

func (*SDKClient) UserActionSets

func (c *SDKClient) UserActionSets() *api2.UserActionSetsApiService

func (*SDKClient) UserActions

func (c *SDKClient) UserActions() *api2.UserActionsApiService

func (*SDKClient) UserProperties

func (c *SDKClient) UserProperties() *api2.UserPropertiesApiService

func (*SDKClient) UserPropertySets

func (c *SDKClient) UserPropertySets() *api2.UserPropertySetsApiService

func (*SDKClient) VideomakerAutoadjustments

func (c *SDKClient) VideomakerAutoadjustments() *api2.VideomakerAutoadjustmentsApiService

func (*SDKClient) VideomakerSubtitles

func (c *SDKClient) VideomakerSubtitles() *api2.VideomakerSubtitlesApiService

func (*SDKClient) VideomakerTasks

func (c *SDKClient) VideomakerTasks() *api2.VideomakerTasksApiService

func (*SDKClient) VideomakerVideocaptures

func (c *SDKClient) VideomakerVideocaptures() *api2.VideomakerVideocapturesApiService

func (*SDKClient) Videos

func (c *SDKClient) Videos() *api2.VideosApiService

func (*SDKClient) WechatAdLabels

func (c *SDKClient) WechatAdLabels() *api2.WechatAdLabelsApiService

func (*SDKClient) WechatFundStatementsDetailed

func (c *SDKClient) WechatFundStatementsDetailed() *api2.WechatFundStatementsDetailedApiService

func (*SDKClient) WechatFunds

func (c *SDKClient) WechatFunds() *api2.WechatFundsApiService

func (*SDKClient) WechatPages

func (c *SDKClient) WechatPages() *api2.WechatPagesApiService

func (*SDKClient) WechatPagesCsgroupStatus

func (c *SDKClient) WechatPagesCsgroupStatus() *api2.WechatPagesCsgroupStatusApiService

func (*SDKClient) WechatPagesCsgroupUser

func (c *SDKClient) WechatPagesCsgroupUser() *api2.WechatPagesCsgroupUserApiService

func (*SDKClient) WechatPagesCsgrouplist

func (c *SDKClient) WechatPagesCsgrouplist() *api2.WechatPagesCsgrouplistApiService

func (*SDKClient) WechatPagesCustom

func (c *SDKClient) WechatPagesCustom() *api2.WechatPagesCustomApiService

func (*SDKClient) WechatPagesGrantinfo

func (c *SDKClient) WechatPagesGrantinfo() *api2.WechatPagesGrantinfoApiService

func (*SDKClient) WeixinOfficialAccountsUpgradeStatus

func (c *SDKClient) WeixinOfficialAccountsUpgradeStatus() *api2.WeixinOfficialAccountsUpgradeStatusApiService

func (*SDKClient) Wildcards

func (c *SDKClient) Wildcards() *api2.WildcardsApiService

func (*SDKClient) WxPackageAccount

func (c *SDKClient) WxPackageAccount() *api2.WxPackageAccountApiService

func (*SDKClient) WxPackagePackage

func (c *SDKClient) WxPackagePackage() *api2.WxPackagePackageApiService

func (*SDKClient) XijingComplexTemplate

func (c *SDKClient) XijingComplexTemplate() *api2.XijingComplexTemplateApiService

func (*SDKClient) XijingDeriveClickEffect

func (c *SDKClient) XijingDeriveClickEffect() *api2.XijingDeriveClickEffectApiService

func (*SDKClient) XijingDeriveRole

func (c *SDKClient) XijingDeriveRole() *api2.XijingDeriveRoleApiService

func (*SDKClient) XijingDeriveTempToken

func (c *SDKClient) XijingDeriveTempToken() *api2.XijingDeriveTempTokenApiService

func (*SDKClient) XijingPage

func (c *SDKClient) XijingPage() *api2.XijingPageApiService

func (*SDKClient) XijingPageByComponents

func (c *SDKClient) XijingPageByComponents() *api2.XijingPageByComponentsApiService

func (*SDKClient) XijingPageInteractive

func (c *SDKClient) XijingPageInteractive() *api2.XijingPageInteractiveApiService

func (*SDKClient) XijingPageList

func (c *SDKClient) XijingPageList() *api2.XijingPageListApiService

func (*SDKClient) XijingTemplate

func (c *SDKClient) XijingTemplate() *api2.XijingTemplateApiService

func (*SDKClient) XijingTemplateList

func (c *SDKClient) XijingTemplateList() *api2.XijingTemplateListApiService

Jump to

Keyboard shortcuts

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