Documentation ¶
Overview ¶
Package v3 广告投放体验版
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CdpBrandCategory ¶
type CdpBrandCategory struct { // Children Children *CdpBrandCategory `json:"children,omitempty"` // ID 一级类别id: yuntu_category_id ID string `json:"id,omitempty"` // Label 一级类别标签 Label string `json:"label,omitempty"` }
CdpBrandCategory 品牌所属类别
type CdpBrandGetRequest ¶
type CdpBrandGetRequest struct { // AdvertiserID 广告主ID AdvertiserID uint64 `json:"advertiser_id,omitempty"` }
CdpBrandGetRequest 获取关联云图的广告主账户信息 API Request
func (CdpBrandGetRequest) Encode ¶
func (r CdpBrandGetRequest) Encode() string
Encode implement GetRequest interface
type CdpBrandGetResponse ¶
type CdpBrandGetResponse struct { // Data Data *CdpBrandGetResult `json:"data,omitempty"` model.BaseResponse }
CdpBrandGetResponse 获取关联云图的广告主账户信息 API Response
type CdpBrandGetResult ¶
type CdpBrandGetResult struct { // BrandCategoryInfo 品牌所属类别 BrandCategoryInfo *CdpBrandCategory `json:"brand_category_info,omitempty"` // BrandInfoData 品牌信息 BrandInfoData []CdpBrandInfo `json:"brand_info_data,omitempty"` }
type CdpBrandInfo ¶
type CdpBrandInfo struct { // SubBrandMap 子品牌信息名称和id SubBrandMap *CdpBrandInfo `json:"sub_brand_map,omitempty"` // CdpBrandName cdp品牌信息 CdpBrandName string `json:"cdp_brand_name,omitempty"` // CdpBrandID cdp品牌id CdpBrandID int64 `json:"cdp_brand_id,omitempty"` // EcomBrandID 电商品牌id EcomBrandID int64 `json:"ecom_brand_id,omitempty"` // BrandNameID 云图品牌id BrandNameID int64 `json:"brand_name_id,omitempty"` }
CdpBrandInfo 品牌信息
Click to show internal directories.
Click to hide internal directories.