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 WebPageifidis not None representing the page with that ID. Otherwise, retrieve a list ofWebPageinstances of all pages associated with the account.Raises: See request()
-