scedCriteoReport {RCriteo} | R Documentation |
Campaign Report
Description
This function generates the campaign report statement and schedules the report. The API returns a job ID, which later will be used to receive the data from the API.
Usage
scedCriteoReport(authToken, appToken, campaigns, metrics, start, end)
Arguments
authToken |
Authentication token generated by |
appToken |
Application Token |
campaigns |
Vector of campaign IDs. Example: campaigns = c('12345', '01235', '98765') |
metrics |
Vector of metrics. Example: metrics = c('clicks','impressions','cost','sales') available metrics: clicks, impressions, ctr, revcpc, ecpm, cost, sales, convRate, orderValue, salesPostView, convRatePostView, orderValuePostView, costOfSale, impressionWin, costPerOrder |
start |
Start Date, format: "YYYY-mm-dd" |
end |
End Date, format: "YYYY-mm-dd" |
Value
Report job ID
[Package RCriteo version 1.0.2 Index]