myTarGetOfflineConversionsStats {rmytarget}R Documentation

Returns Statistics on Events Attributed With 'myTarget' Ad Impressions From Offline Conversion Lists for Campaigns

Description

Returns Statistics on Events Attributed With 'myTarget' Ad Impressions From Offline Conversion Lists for Campaigns

Usage

myTarGetOfflineConversionsStats(
  date_from = Sys.Date() - 7,
  date_to = Sys.Date(),
  object_id = NULL,
  auth = NULL,
  login = getOption("rmytarget.login"),
  token_path = myTarTokenPath()
)

Arguments

date_from

Start date

date_to

End date

object_id

Campaigns IDs

auth

R auth object

login

Your login, or client name in MyTarget account

token_path

Path to directory where you save credential data

Value

tibble with offline conversions statistics


[Package rmytarget version 2.4.0 Index]