Expand my Community achievements bar.

SOLVED

Why do marketing channel details that don't match my segment criteria show up in this view?

Avatar

Level 2
Using a segment:

 

(HIT =>
  (HIT =>
    (
    LAST TOUCH CHANNEL DETAIL contains any of [myCondition]
    AND
    LAST TOUCH CHANNEL DETAIL does not contain any of [myOtherCondition]
    )
  )
)
 
but i get results back for Last Touch Channel Detail values when looking at Entries (or any other metric) that fail the first of this && condition and so should not be included....I thought?. Im not sure.... but any help would be greatly appreciated. 

kosullivan__0-1738891628051.pngkosullivan__1-1738891642091.png

 




Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor and Adobe Champion

I think it might be because the metric you are using, Entries is basically a calculated metric that sometimes shows some funny information when used in conjunction with segments... someone else recently was also trying to use Entries with Marketing Channels and was getting strange results.

 

Also keep in mind that a visit may have multiple channels... Entries is a calculation trying to find only the first value of a dimension within a visit... So by trying to use Entries, you are potentially losing a lot of cross channel attribution.

 

Example:

Visit:

  • User is on Social Media and clicks on a post
  • Page A
    • Marketing Channel = "organic social"
    • Marketing Channel Instance is triggered
  • Page B
    • Marketing Channel retains value "organic social"
    • Marketing Channel Instance is not triggered
  • User then wants more info, and does a Google Search
  • Page C
    • Marketing Channel = "organic search"
    • Marketing Channel Instance is triggered
  • User then gets a marketing email, and clicks on the CTA
  • Page D
    • Marketing Channel = "marketing email"
    • Marketing Channel Instance is triggered

 

One visit, three channels...  So if your segment was looking for "marketing email", the "Entries" value would still be "organic social" as that was the initial value set for the entry into the site.

 

 

So interestingly, "Last Touch Channel" and "Last Touch Channel Detail" are essentially duplications of "Marketing Channel" and "Marketing Channel Detail", but don't have the associated "instance", but you can use the "Marketing Channel Instances" metric.

 

If you are trying to see the pages that were opened directly via the specific campaigns, then you need to look at the channel instance.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor and Adobe Champion

I think it might be because the metric you are using, Entries is basically a calculated metric that sometimes shows some funny information when used in conjunction with segments... someone else recently was also trying to use Entries with Marketing Channels and was getting strange results.

 

Also keep in mind that a visit may have multiple channels... Entries is a calculation trying to find only the first value of a dimension within a visit... So by trying to use Entries, you are potentially losing a lot of cross channel attribution.

 

Example:

Visit:

  • User is on Social Media and clicks on a post
  • Page A
    • Marketing Channel = "organic social"
    • Marketing Channel Instance is triggered
  • Page B
    • Marketing Channel retains value "organic social"
    • Marketing Channel Instance is not triggered
  • User then wants more info, and does a Google Search
  • Page C
    • Marketing Channel = "organic search"
    • Marketing Channel Instance is triggered
  • User then gets a marketing email, and clicks on the CTA
  • Page D
    • Marketing Channel = "marketing email"
    • Marketing Channel Instance is triggered

 

One visit, three channels...  So if your segment was looking for "marketing email", the "Entries" value would still be "organic social" as that was the initial value set for the entry into the site.

 

 

So interestingly, "Last Touch Channel" and "Last Touch Channel Detail" are essentially duplications of "Marketing Channel" and "Marketing Channel Detail", but don't have the associated "instance", but you can use the "Marketing Channel Instances" metric.

 

If you are trying to see the pages that were opened directly via the specific campaigns, then you need to look at the channel instance.