dcWriteCustomMetrics: Writes custom metrics to DoubleClick Floodlight requires...

View source: R/doubleclick.R

dcWriteCustomMetricsR Documentation

Writes custom metrics to DoubleClick Floodlight requires gar_auth()

Description

Writes custom metrics to DoubleClick Floodlight requires gar_auth()

Usage

dcWriteCustomMetrics(
  clickId,
  conversionId,
  timestamp,
  metrics,
  revenue,
  currency.code
)

Arguments

clickId

gclid unique identifier of the google click

conversionId

unique identifier of the conversion

timestamp

POSIX timestamp in seconds as integer

metrics

named vector of custom metrics

revenue

data to be loaded to Revenue

currency.code

currency associated to the Revenue

Value

response from the call to DoubleClick search API.


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