Web Pages

Client Methods

class performline.products.web.api.WebClientMethods[source]

Methods for retrieving data from the Web product

webpages(id=None, limit=None, offset=None, brand=None, campaign=None)[source]

Retrieve one or more web pages registered for processing on an account.

Parameters:id (int, optional) – If specified, retrieve a single page by the given ID. Otherwise, return all pages.
Returns:An instance of WebPage if id is not None representing the page with that ID. Otherwise, retrieve a list of WebPage instances of all pages associated with the account.
Raises:See request()

Data Access Models

Models representing Web Page API objects

class performline.products.web.models.WebPage(client, data=None, metadata={}, rest_root=None, primary_key=None, secondary_key=None)[source]

An object for retrieving data from and working with an individual page.