dmp

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DmpCrowdDTO

type DmpCrowdDTO struct {
	ValidDate string `json:"valid_date,omitempty" xml:"valid_date,omitempty"`

	UserId int64 `json:"user_id,omitempty" xml:"user_id,omitempty"`

	CrowdName string `json:"crowd_name,omitempty" xml:"crowd_name,omitempty"`

	Selects []DmpSelectTagOptionDTO `json:"selects,omitempty" xml:"selects,omitempty"`

	Coverage int64 `json:"coverage,omitempty" xml:"coverage,omitempty"`

	CrowdId int64 `json:"crowd_id,omitempty" xml:"crowd_id,omitempty"`

	LookalikeMultiple int64 `json:"lookalike_multiple,omitempty" xml:"lookalike_multiple,omitempty"`
}

DmpCrowdDTO

type DmpSelectTagOptionDTO

type DmpSelectTagOptionDTO struct {
	Values string `json:"values,omitempty" xml:"values,omitempty"`

	OptionGroupId int64 `json:"option_group_id,omitempty" xml:"option_group_id,omitempty"`

	TagId int64 `json:"tag_id,omitempty" xml:"tag_id,omitempty"`
}

DmpSelectTagOptionDTO

type TaobaoDmpCrowdsGetAPIResponse

type TaobaoDmpCrowdsGetAPIResponse struct {
	model.CommonResponse
	TaobaoDmpCrowdsGetResponse
}

查询人群服务 APIResponse taobao.dmp.crowds.get

查询人群服务

type TaobaoDmpCrowdsGetRequest

type TaobaoDmpCrowdsGetRequest struct {
	model.Params
}

查询人群服务 APIRequest taobao.dmp.crowds.get

查询人群服务

func NewTaobaoDmpCrowdsGetRequest

func NewTaobaoDmpCrowdsGetRequest() *TaobaoDmpCrowdsGetRequest

func (TaobaoDmpCrowdsGetRequest) GetApiMethodName

func (r TaobaoDmpCrowdsGetRequest) GetApiMethodName() string

func (TaobaoDmpCrowdsGetRequest) GetApiParams

func (r TaobaoDmpCrowdsGetRequest) GetApiParams() url.Values

type TaobaoDmpCrowdsGetResponse

type TaobaoDmpCrowdsGetResponse struct {
	XMLName   xml.Name `xml:"dmp_crowds_get_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Results []DmpCrowdDTO `json:"results,omitempty" xml:"results>dmp_crowd_dto,omitempty"`
}

Jump to

Keyboard shortcuts

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