Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Visitor based inline segmentation #164

Closed
blasp opened this issue May 31, 2016 · 5 comments
Closed

Visitor based inline segmentation #164

blasp opened this issue May 31, 2016 · 5 comments

Comments

@blasp
Copy link

blasp commented May 31, 2016

Hi Randy, is it possible to do a visitor based inline segmentation ?

Similar to this example in order to track users who have at some point in time viewed pet content.

mySegment<- list(container=list(type=unbox("visitors"),
rules=data.frame(
name=c("MobileDevices",'ViewPetContent'),
element=c("mobiledevicetype","page"),
operator=c("equals","contains"),
value=c("Mobile Phone","pet")
)))

thanks

@randyzwitch
Copy link
Owner

To be honest, I really don't know, as I don't use RSiteCatalyst to its full potential (i.e. I don't work in digital analytics any more).

Is this just an extension of #159 or something completely different? @WillemPaling, would you happen to know if this is possible?

@blasp
Copy link
Author

blasp commented Jun 2, 2016

Is similar but instead of using a hit segmentation to retrieve pages containing the word pet I want to use a visitor segmentation to retrieve the pages read by users who at any point in time read pet content.

@blasp
Copy link
Author

blasp commented Jun 2, 2016

Sorry this was an issue at my end. It is working fine.

thanks

@WillemPaling
Copy link
Collaborator

Good to know that resolved itself before I had a chance to look :)

@randyzwitch
Copy link
Owner

Always good when issues resolve themselves. Should probably build a convenience function at some point so people don't have to pass in such nasty code for a segment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants