Skip to content

Commit

Permalink
update campaign model
Browse files Browse the repository at this point in the history
  • Loading branch information
rohenaz committed Jun 22, 2022
1 parent ec076ec commit 7890c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ type Campaign struct {
PublicGUID string `json:"public_guid"`
Slug string `json:"slug"`
TargetURL string `json:"target_url"`
TargetType string `json:"target_type"`
TargetData string `json:"target_data"`
Title string `json:"title"`
TxID string `json:"-"`
AdvertiserProfile *AdvertiserProfile `json:"advertiser_profile"`
Expand Down

0 comments on commit 7890c8a

Please sign in to comment.