Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
SOLVED

Segment container - consistent across all segments?

Avatar

Level 1

If we have multiple segments at the top of the free form table, should we have the same segment container across all the segments?
Eg: I am setting segment: country version as Japan (Visit), Page ID (Visit).
Instead of Country version: Japan (Visit), Page ID (HIT)

1 Accepted Solution

Avatar

Correct answer by
Level 10

Depends on what you want. There is no container-consistency rule I can think of.

Remember that hit containers look at one call at a time. Visit containers find all the activity in the visit where any call in that visit matches the segment.

Use Case:

A Japanese visitor sees the following in a visit :

  • Page ID 1
  • Page ID 2
  • Page ID 3
  • Page ID 4

For these segments:

  • The Japan segment: Visit Country=Japan
  • The Page ID segment: Hit pageID = Page ID 3

Your segment would find Japan and Page ID 3.

For these segments:

  • The Japan segment: Visit Country=Japan
  • The Page ID segment: Visit pageID = Page ID 3

Your segment would find Japan and all the pages in the visit (Page IDs 1 through 4).

 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Depends on what you want. There is no container-consistency rule I can think of.

Remember that hit containers look at one call at a time. Visit containers find all the activity in the visit where any call in that visit matches the segment.

Use Case:

A Japanese visitor sees the following in a visit :

  • Page ID 1
  • Page ID 2
  • Page ID 3
  • Page ID 4

For these segments:

  • The Japan segment: Visit Country=Japan
  • The Page ID segment: Hit pageID = Page ID 3

Your segment would find Japan and Page ID 3.

For these segments:

  • The Japan segment: Visit Country=Japan
  • The Page ID segment: Visit pageID = Page ID 3

Your segment would find Japan and all the pages in the visit (Page IDs 1 through 4).

 

Avatar

Community Advisor

I agree, use the segments that make sense to pull the data you need. If one of them is Visit and the other is Hit, so long as they aren't exclusive of each other (which these ones should not have issues), then they will stack their logic.

Avatar

Level 1

If there are no segment set on the freeform table, are the metric results shown on the table produced by 'hit' results?