Skip to content

Commit

Permalink
Updated paid_conversions on campaign
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed May 1, 2021
1 parent fc1bef7 commit 0fe0a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type APIEnvironment string
const (

// defaultUserAgent is the default user agent for all requests
defaultUserAgent string = "go-tonicpow: v0.4.72"
defaultUserAgent string = "go-tonicpow: v0.4.73"

// Field key names for various model requests
fieldAdvertiserProfileID = "advertiser_profile_id"
Expand Down Expand Up @@ -290,6 +290,7 @@ type Campaign struct {
LinksCreated uint64 `json:"links_created"`
LinkServiceDomainID uint64 `json:"link_service_domain_id"`
PaidClicks uint64 `json:"paid_clicks"`
PaidConversions uint64 `json:"paid_conversions"`
Requirements *CampaignRequirements `json:"requirements"`
BotProtection bool `json:"bot_protection"`
ContributeEnabled bool `json:"contribute_enabled"`
Expand Down

0 comments on commit 0fe0a2c

Please sign in to comment.