Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ADGroupInfo ¶
type ADGroupInfoResult ¶
type ADGroupInfoResult struct { ApiResult Data struct { TotalCount int64 `json:"total_count"` Details []ADGroupInfo `json:"details"` } `json:"data"` }
type ADPlanInfo ¶
type ADPlanInfoResult ¶
type ADPlanInfoResult struct { ApiResult Data struct { TotalCount int64 `json:"total_count"` Details []ADPlanInfo `json:"details"` } `json:"data"` }
type AdvertiserInfo ¶
type AdvertiserInfo struct { UserId int64 `json:"user_id"` CorporationName string `json:"corporation_name"` UserName string `json:"user_name"` PrimaryIndustryId int64 `json:"primary_industry_id"` PrimaryIndustryName string `json:"primary_industry_name"` IndustryId int64 `json:"industry_id"` IndustryName string `json:"industry_name"` }
type AdvertiserInfoResult ¶
type AdvertiserInfoResult struct { ApiResult Data AdvertiserInfo `json:"data"` }
type AuthData ¶
type AuthData struct { AccessToken string `json:"access_token"` AccessTokenExpiresIn int64 `json:"access_token_expires_in"` RefreshToken string `json:"refresh_token"` RefreshTokenExpiresIn int64 `json:"refresh_token_expires_in"` AdvertiserId int64 `json:"advertiser_id"` AdvertiserIds []int64 `json:"advertiser_ids"` UserId int64 `json:"user_id"` }
type AuthResult ¶
type CreativeInfoDetail ¶
type CreativeInfoResult ¶
type CreativeInfoResult struct { ApiResult Data struct { TotalCount int64 `json:"total_count"` Details []CreativeInfoDetail `json:"details"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.