account

A Twitter supported and maintained Ads API SDK for Python.

class account.Account(client)[source]

The Ads API Account class which functions as a context container for the advertiser and nearly all interactions with the API.

account_media(id=None, **kwargs)[source]

Returns a collection of account media available to the current account.

classmethod all(client, **kwargs)[source]

Returns a Cursor instance for a given resource.

app_lists(id=None, **kwargs)[source]

Returns a collection of app lists available to the current account.

campaigns(id=None, **kwargs)[source]

Returns a collection of campaigns available to the current account.

features()[source]

Returns a collection of features available to the current account.

funding_instruments(id=None, **kwargs)[source]

Returns a collection of funding instruments available to the current account.

line_items(id=None, **kwargs)[source]

Returns a collection of line items available to the current account.

classmethod load(client, id, **kwargs)[source]

Returns an object instance for a given resource.

media_creatives(id=None, **kwargs)[source]

Returns a collection of media creatives available to the current account.

promotable_users(id=None, **kwargs)[source]

Returns a collection of promotable users available to the current account.

promoted_tweets(id=None, **kwargs)[source]

Returns a collection of promoted tweets available to the current account.

reload(**kwargs)[source]

Reloads all attributes for the current object instance from the API.

scheduled_promoted_tweets(id=None, **kwargs)[source]

Returns a collection of Scheduled Promoted Tweets available to the current account.

scheduled_tweets(id=None, **kwargs)[source]

Returns a collection of Scheduled Tweets available to the current account.

tailored_audiences(id=None, **kwargs)[source]

Returns a collection of tailored audiences available to the current account.

video_website_cards(id=None, **kwargs)[source]

Returns a collection of video website cards available to the current account.