avatarAlana Rister, Ph.D.

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2599

Abstract

</p><p id="03b9">I add the code to the end to produce this URL: <a href="https://readmedium.com/the-essential-secret-to-selling-online-courses-for-a-living-c50ae6ef5554?format=json">https://readmedium.com/the-essential-secret-to-selling-online-courses-for-a-living-c50ae6ef5554?format=json</a></p><p id="e288">Then, press enter. You will see a set of code that may be difficult to read, but don’t worry you do not need to read it.</p><h1 id="7553">Step 2: Search for “PrimaryTopic”</h1><p id="b5bd">The next step to search the code to find out the topic your story was distributed in.</p><p id="0264">To do this, press ctrl+F or cmd+F. This will present a search bar at the top of your web browser, which you can see in the top right corner of the image below.</p><figure id="dcef"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*byY8vtNQKzcps-vHfEleMQ.png"><figcaption>Provided by Author</figcaption></figure><p id="7fcb">In the search bar, you want to type “primaryTopic”. This will lead you to a piece of code similar to the one below.</p><div id="9805"><pre><span class="hljs-string">"primaryTopic"</span><span class="hljs-symbol">:</span>{<span class="hljs-string">"topicId"</span><span class="hljs-symbol">:<span class="hljs-string">"4861fee224fd"</span></span>,<span class="hljs-string">"slug"</span><span class="hljs-symbol">:<span class="hljs-string">"marketing"</span></span>,<span class="hljs-string">"createdAt"</span><span class="hljs-symbol">:</span><span class="hljs-number">1493928453626</span>,<span class="hljs-string">"deletedAt"</span><span class="hljs-symbol">:</span><span class="hljs-number">0</span>,<span class="hljs-string">"image"</span><span class="hljs-symbol">:</span>{<span class="hljs-string">"id"</span><span class="hljs-symbol">:<span class="hljs-string">"1*[email protected]"</span></span>,<span class="hljs-string">"originalWidth"</span><span class="hljs-symbol">:</span><span class="hljs-number">4000</span>,<span class="hljs-string">"originalHeight"</span><span class="hljs-symbol">:</span><span class="hljs-number">2250</span>},<span class="hljs-string">"name"</span><span class="hljs-symbol">:<span class="hljs-string">"Marketing"</span></span>,<span class="hljs-string">"description"</span><span class="hljs-symbol">:<span class="hljs-string">"Always be branding."</span></span>,<span class="hljs-string">"relatedTopics"</span><span class="hljs-symbol">:[]</span>,<span class="hljs-string">"visibility"</span><span class="hljs-symbol">:</span><span class="hljs-number">1</span>,<span class="hljs-string">"relatedTags"</span><spa # Options n class="hljs-symbol">:[]</span>,<span class="hljs-string">"relatedTopicIds"</span><span class="hljs-symbol">:[]</span>,<span class="hljs-string">"seoTitle"</span><span class="hljs-symbol">:<span class="hljs-string">"Marketing Articles and News —</span></span></pre></div><h1 id="57b1">Step 3: Determine Your Topic</h1><p id="d51d">Within this code, you want to look for the “name” key and look at the topic next to it, which I have bolded below.</p><div id="d0a0"><pre><span class="hljs-string">"primaryTopic"</span><span class="hljs-symbol">:</span>{<span class="hljs-string">"topicId"</span><span class="hljs-symbol">:<span class="hljs-string">"4861fee224fd"</span></span>,<span class="hljs-string">"slug"</span><span class="hljs-symbol">:<span class="hljs-string">"marketing"</span></span>,<span class="hljs-string">"createdAt"</span><span class="hljs-symbol">:</span><span class="hljs-number">1493928453626</span>,<span class="hljs-string">"deletedAt"</span><span class="hljs-symbol">:</span><span class="hljs-number">0</span>,<span class="hljs-string">"image"</span><span class="hljs-symbol">:</span>{<span class="hljs-string">"id"</span><span class="hljs-symbol">:<span class="hljs-string">"1*[email protected]"</span></span>,<span class="hljs-string">"originalWidth"</span><span class="hljs-symbol">:</span><span class="hljs-number">4000</span>,<span class="hljs-string">"originalHeight"</span><span class="hljs-symbol">:</span><span class="hljs-number">2250</span>},<span class="hljs-string">"name"</span><span class="hljs-symbol">:<span class="hljs-string">"Marketing"</span></span>,<span class="hljs-string">"description"</span><span class="hljs-symbol">:<span class="hljs-string">"Always be branding."</span></span>,<span class="hljs-string">"relatedTopics"</span><span class="hljs-symbol">:[]</span>,<span class="hljs-string">"visibility"</span><span class="hljs-symbol">:</span><span class="hljs-number">1</span>,<span class="hljs-string">"relatedTags"</span><span class="hljs-symbol">:[]</span>,<span class="hljs-string">"relatedTopicIds"</span><span class="hljs-symbol">:[]</span>,<span class="hljs-string">"seoTitle"</span><span class="hljs-symbol">:<span class="hljs-string">"Marketing Articles and News —</span></span></pre></div><p id="7a37">This means that my recent article was distributed into the topic of Marketing.</p><p id="03e9">If your story has not been distributed, then there will be no results for “primaryTopic” when you search.</p><p id="6ff0">Once you have completed these steps you can now find distribution topics for any story!</p></article></body>

Finding Your Story’s Distribution Topic

How to know what topic your story was curated into

Image is Author’s

When you see that your story has been chosen for further distribution, we all get very excited. However, a question that quickly surfaces is “in what topic?”.

I have been searching for a way to find out where my stories are being curated into. I have seen articles about going into the page source and searching topic. This did not work for me so I am guessing that Medium has changed how they denote curated or distributed topics.

However, I have recently found a way to determine what topics your story has been curated into. So for all those wondering, here is a simple way to determine what topic your story was distributed in.

To show you an example, I am going to be determining what topic my recent story was curated into.

Step 1: Convert Your Page Into JSON

You do not need to know anything about coding to be able to do this. However, JSON stands for JavaScript Object Notation and is a way to format a website that both humans and machines can easily read.

When we convert our site into JSON formatting, we can get access to code that is not available when looking at the webpage.

To convert your story, you simply need to go to your story.

Add the code “?format=json” to the end of your story's URL.

For example, my story’s URL is: https://readmedium.com/the-essential-secret-to-selling-online-courses-for-a-living-c50ae6ef5554

I add the code to the end to produce this URL: https://readmedium.com/the-essential-secret-to-selling-online-courses-for-a-living-c50ae6ef5554?format=json

Then, press enter. You will see a set of code that may be difficult to read, but don’t worry you do not need to read it.

Step 2: Search for “PrimaryTopic”

The next step to search the code to find out the topic your story was distributed in.

To do this, press ctrl+F or cmd+F. This will present a search bar at the top of your web browser, which you can see in the top right corner of the image below.

Provided by Author

In the search bar, you want to type “primaryTopic”. This will lead you to a piece of code similar to the one below.

"primaryTopic":{"topicId":"4861fee224fd","slug":"marketing","createdAt":1493928453626,"deletedAt":0,"image":{"id":"1*[email protected]","originalWidth":4000,"originalHeight":2250},"name":"Marketing","description":"Always be branding.","relatedTopics":[],"visibility":1,"relatedTags":[],"relatedTopicIds":[],"seoTitle":"Marketing Articles and News —

Step 3: Determine Your Topic

Within this code, you want to look for the “name” key and look at the topic next to it, which I have bolded below.

"primaryTopic":{"topicId":"4861fee224fd","slug":"marketing","createdAt":1493928453626,"deletedAt":0,"image":{"id":"1*[email protected]","originalWidth":4000,"originalHeight":2250},"name":"Marketing","description":"Always be branding.","relatedTopics":[],"visibility":1,"relatedTags":[],"relatedTopicIds":[],"seoTitle":"Marketing Articles and News —

This means that my recent article was distributed into the topic of Marketing.

If your story has not been distributed, then there will be no results for “primaryTopic” when you search.

Once you have completed these steps you can now find distribution topics for any story!

Writing
Curation
Writing Tips
Writer
Writers On Medium
Recommended from ReadMedium