campaign

Container for all campaign management logic used by the Ads API SDK.

class campaign.AppList(account)[source]
class campaign.Campaign(account)[source]
class campaign.FundingInstrument(account)[source]
class campaign.LineItem(account)[source]
targeting_criteria(id=None, **kwargs)[source]

Returns a collection of targeting criteria available to the current line item.

class campaign.PromotableUser(account)[source]
class campaign.ScheduledPromotedTweet(account)[source]
class campaign.TargetingCriteria(account)[source]
classmethod app_store_categories(account, **kwargs)[source]

Returns a list of supported app store categories

classmethod behavior_taxonomies(account, **kwargs)[source]

Returns a list of supported behavior taxonomies

classmethod behaviors(account, **kwargs)[source]

Returns a list of supported behaviors

classmethod conversations(account, **kwargs)[source]

Returns a list of supported conversations

classmethod devices(account, **kwargs)[source]

Returns a list of supported devices

classmethod events(account, **kwargs)[source]

Returns a list of supported events

classmethod interests(account, **kwargs)[source]

Returns a list of supported interests

classmethod languages(account, **kwargs)[source]

Returns a list of supported languages

classmethod locations(account, **kwargs)[source]

Returns a list of supported locations

classmethod network_operators(account, **kwargs)[source]

Returns a list of supported network operators

classmethod platform_versions(account, **kwargs)[source]

Returns a list of supported platform versions

classmethod platforms(account, **kwargs)[source]

Returns a list of supported platforms

classmethod tv_markets(account, **kwargs)[source]

Returns a list of supported TV markets

classmethod tv_shows(account, **kwargs)[source]

Returns a list of supported TV shows

class campaign.TaxSettings(account)[source]
classmethod load(account)[source]

Returns an object instance for a given account.

save()[source]

Update the current object instance.

class campaign.UserSettings(account)[source]