ssar_bulk_request {statsearchanalyticsr}R Documentation

Request Bulk Report

Description

Retrieve a bulk report using a bulk report id. Intended to be used with the get_bulk_rankings function but can be used independently as well.

Usage

ssar_bulk_request(
  id = NULL,
  subdomain = Sys.getenv("SSAR_SUBDOMAIN"),
  apikey = Sys.getenv("SSAR_APIKEY")
)

Arguments

id

Id of the bulk job #required

subdomain

The account subdomain

apikey

The api key from the account

Value

list of the bulk keyword ranking report for the requested ID

Examples

## Not run: 
ssar_bulk_request(id = {report_id})

## End(Not run)


[Package statsearchanalyticsr version 0.1.4 Index]