myTarGetOfflineConversionsStats: Returns Statistics on Events Attributed With 'myTarget' Ad...

Description Usage Arguments Value

View source: R/myTarGetOfflineConversionsStats.R

Description

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

Usage

1
2
3
4
5
6
7
8
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


rmytarget documentation built on Oct. 20, 2021, 5:08 p.m.