v3

package
v1.23.8 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

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 {
	// ID 一级类别id: yuntu_category_id
	ID string `json:"id,omitempty"`
	// Label 一级类别标签
	Label string `json:"label,omitempty"`
	// Children
	Children *CdpBrandCategory `json:"children,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 {
	model.BaseResponse
	// Data
	Data *CdpBrandGetResult `json:"data,omitempty"`
}

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 {
	// CdpBrandID cdp品牌id
	CdpBrandID int64 `json:"cdp_brand_id,omitempty"`
	// CdpBrandName cdp品牌信息
	CdpBrandName string `json:"cdp_brand_name,omitempty"`
	// EcomBrandID 电商品牌id
	EcomBrandID int64 `json:"ecom_brand_id,omitempty"`
	// BrandNameID 云图品牌id
	BrandNameID int64 `json:"brand_name_id,omitempty"`
	// SubBrandMap 子品牌信息名称和id
	SubBrandMap *CdpBrandInfo `json:"sub_brand_map,omitempty"`
}

CdpBrandInfo 品牌信息

Directories

Path Synopsis
Package project 项目管理模块
Package project 项目管理模块
Package promotion 广告管理模块相关API models
Package promotion 广告管理模块相关API models

Jump to

Keyboard shortcuts

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