ListProjectParam: List Optimizely entities

Description Usage Arguments Value See Also Examples

Description

Query Optimizely API to get project entities listed in a project

Usage

1
ListProjectParam(project.id, param = "G")

Arguments

project.id

identifier for project.

param

Identifies the entity to list

  • G - Goals

  • A - Audiences

  • T - Targeting list (as on June 2015 user lists is part of paid feature. Confirm if you have access to user lists)

  • D - Dimensions

Value

data frame - of goals/audiences/targeting lists/dimensions in a project

See Also

GetProjectList

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# Information for an dimension
# Use set_token to assign account token
# set_token('123456789101112:zzzzz')
# Lists all audiences in a project
final.df<-ListProjectParam('1234567',param='A')

# Lists goals in a project (default)
final.df<-ListProjectParam('1234567')

## End(Not run)

kanaku/ROptimizely documentation built on May 20, 2019, 7:19 a.m.