время в топе и тэги креативов
This commit is contained in:
@@ -378,6 +378,7 @@ type Creative struct {
|
||||
ProjectChannelTitle string `json:"project_channel_title"`
|
||||
CreatedAt string `json:"created_at"`
|
||||
Status string `json:"status"`
|
||||
Tag string `json:"tag"`
|
||||
PlacementsCount int `json:"placements_count"`
|
||||
}
|
||||
|
||||
@@ -463,6 +464,7 @@ type CreateCreativeInput struct {
|
||||
Text string `json:"text"`
|
||||
MediaItems []CreativeMediaInput `json:"media_items,omitempty"`
|
||||
Buttons []CreativeButton `json:"buttons,omitempty"`
|
||||
Tag *string `json:"tag,omitempty"`
|
||||
}
|
||||
|
||||
func (c *Client) CreateCreative(
|
||||
@@ -496,6 +498,7 @@ type UpdateCreativeInput struct {
|
||||
MediaItems *[]CreativeMediaInput `json:"media_items,omitempty"`
|
||||
Buttons *[]CreativeButton `json:"buttons,omitempty"`
|
||||
Status *string `json:"status,omitempty"`
|
||||
Tag *string `json:"tag,omitempty"`
|
||||
}
|
||||
|
||||
func (c *Client) UpdateCreative(
|
||||
|
||||
Reference in New Issue
Block a user