Documentation
¶
Index ¶
- func Query(db *datastore.Datastore) datastore.Query
- type AdSet
- func (a *AdSet) Defaults()
- func (a AdSet) GetAdCampaignId() string
- func (a AdSet) GetAdConfigId() string
- func (a AdSet) GetAdSearchFieldAndIds() (string, []string)
- func (a AdSet) GetCopySearchFieldAndIds() (string, []string)
- func (a AdSet) GetHeadlineSearchFieldAndIds() (string, []string)
- func (a AdSet) GetMediaSearchFieldAndIds() (string, []string)
- func (a *AdSet) Init(db *datastore.Datastore)
- func (a AdSet) Kind() string
- type FacebookAdSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdSet ¶
type AdSet struct {
mixin.BaseModel
FacebookAdSet
AdCampaignId string `json:"adCampaignId"`
AdConfigId string `json:"adConfigId"`
Status Status `json:"status"`
}
func (AdSet) GetAdCampaignId ¶
func (AdSet) GetAdConfigId ¶
func (AdSet) GetAdSearchFieldAndIds ¶
func (AdSet) GetCopySearchFieldAndIds ¶
func (AdSet) GetHeadlineSearchFieldAndIds ¶
func (AdSet) GetMediaSearchFieldAndIds ¶
type FacebookAdSet ¶
type FacebookAdSet struct {
}
Click to show internal directories.
Click to hide internal directories.