s3_url added
This commit is contained in:
@@ -388,9 +388,10 @@ type CreativeButton struct {
|
||||
}
|
||||
|
||||
type CreativeMediaItem struct {
|
||||
MediaType string `json:"media_type"`
|
||||
MediaFileID string `json:"media_file_id"`
|
||||
Position int `json:"position"`
|
||||
MediaType string `json:"media_type"`
|
||||
MediaFileID string `json:"media_file_id"`
|
||||
Position int `json:"position"`
|
||||
S3URL *string `json:"s3_url,omitempty"`
|
||||
}
|
||||
|
||||
type CreativeMediaInput struct {
|
||||
|
||||
Reference in New Issue
Block a user