dcPredictionBody: Creates list for the DoubleClick API call from prediction...

View source: R/doubleclick.R

dcPredictionBodyR Documentation

Creates list for the DoubleClick API call from prediction variables

Description

Creates list for the DoubleClick API call from prediction variables

Usage

dcPredictionBody(
  clickId,
  conversionId,
  datetime,
  custom.metrics,
  revenue,
  currency.code
)

Arguments

clickId

gclid for the DoubleClick match for the session

conversionId

unique identifier for the conversion

datetime

POSIX timestamp in milliseconds

custom.metrics

list with named vectors of custom metric values

revenue

data to be loaded to Revenue

currency.code

currency associated to the Revenue


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.