Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

See Unique Variables where CTR = 0

Avatar

Level 2

I have a variable dimension that shows all the search terms used on my intranet. I also have a calculated metric that shows clicks on search results divided by searches for that term (CTR).

I'd like to be able to see all search terms that have an absolute CTR of 0 in my workspace. Whenever I use the If/Then or Equals calculated metrics, though, it shows me any query that got 0 clicks at least once. So for example, if there are 1,000 instances of searches for Google, but in only 999 of those instances did the user click on search results, it will still show me the search term of Google in my workspace because of the one time there wasn't a click for that instance of the query. Meanwhile, I'm trying to see all search terms that resulted in absolutely no clicks (as an example, 1,000 instances of searches for ABC and in 0 of those instances were there any clicks).

Does anyone have any ideas? Appreciate the help!

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

The only thing I can think of would be to just pull CTR by search term, sort it ascending, then count the number of terms that have a zero value. You might even be able to automate it using a combination of Report Builder and Excel formulas.

Bring in the top few thousand keywords (enough that you know you have all of the CTR 0 values), then make a formula in excel that takes the CTR column and counts the number of cells with a value of 0. Then, whenever you need that number, open Excel and refresh the workbook.

I know it's pretty hacky, but hey, it should get you your data

View solution in original post

12 Replies

Avatar

Community Advisor

Dear Cgarzi,

We have a calculated metric to understand who started a lead but not completed. The same case stands for you as well : Who searched but not clicked.

Create a Metric with 'And' Logic for Searches and Clicks.

If there are no clicks, 0 will result.

If there are clicks, 1 will results.

Now you can easily identify the Searches without clicks.

1524335_pastedImage_6.png

Thank You

Arun

Avatar

Level 2

Thank you, Arun, this is helpful-- I went ahead and created this metric. However, I want the workspace to only show instances of 0. Right now, my workspace is showing both 0 and 1 instances (true/false):

1524445_pastedImage_0.png

I'm trying to get a count of how many 0 CTR queries we have each month.

Avatar

Community Advisor

Dear Cgarzi,

Metric will definitely show both 1 and 0s. Go ahead, create a segmentation with Metric = 0 and apply it to your free form table in the workspace.

Thank You

Arun

Avatar

Level 2

Aren't we not able to create segments from custom metrics?

Avatar

Employee Advisor

You could create an exclude segment where clicks on search = 1.

Avatar

Community Advisor

Dear Cgarzi,

Wondering we cannot create Segment on Calculated Metrics.

Its okay! Go ahead and create a segment like below, you will get what you need.

1526311_pastedImage_0.png

Thank You

Arun

Avatar

Level 2

If I do that, I am still going to see any term that had at least one search that resulted in no clicks. For example, if 1,000 searches for Bravo occurred, and only 999 resulted in clicks on search results, Bravo would still appear using that segment. I'm looking for a way to see and count unique search terms that received 0 clicks, 100% of the time they were searched for.

Avatar

Level 2

Sadly, this doesn't work in my situation because it does not filter out any search terms where the CTR is over 0. As an example, 100 searches might occur for "Paper," and only get clicks 99 times. Because there was 1 time that a "paper" search did not have a click, according to this segment the term "paper" would still show in the row.

1526662_pastedImage_0.png

1526675_pastedImage_1.png

I really appreciate you trying to help on this-- it has been stumping me for almost three months!

Avatar

Employee Advisor

Dang, I see your plight, and unfortunately I don't have a solid solution for you there. However, I would highly recommend adding your vote to this idea: Use Calculated metrics inside segments

Be sure to comment with this use case, that if you were able to make a segment based on your calc metric value that you'd be able to get your answer with virtually no hassle. Maybe even include a link to this thread in your comment

Avatar

Level 2

Darn! I had already voted for the idea, but I went ahead and added my use case and a link to this question.

Any chance you can think of a creative workaround? I know it's a long shot but I'll take anything right now.

Avatar

Correct answer by
Employee Advisor

The only thing I can think of would be to just pull CTR by search term, sort it ascending, then count the number of terms that have a zero value. You might even be able to automate it using a combination of Report Builder and Excel formulas.

Bring in the top few thousand keywords (enough that you know you have all of the CTR 0 values), then make a formula in excel that takes the CTR column and counts the number of cells with a value of 0. Then, whenever you need that number, open Excel and refresh the workbook.

I know it's pretty hacky, but hey, it should get you your data

Avatar

Level 2

Thank you-- I will try report builder/excel, because I have already tried to count the keywords. There are so many that don't have a CTR of 0, and so many that do have a CTR of 0, that even showing 400 keywords at a time and going to page 500, I then need to manually go forward one page at a time and it takes forever. Plus, I want to be able to sort keywords that have a 0 CTR by number of searches for that term, that way I can focus my efforts on resolving high-volume zero click searches.