Campaign Tracking API
Get post and Campaign level (aggregated) insights, including Campaign Overview, Engagement, ROI, each post type performance, Audience Demographics, cumulative engagement rate as well as campaign reach, top comments, and sentiment analysis.
POST - Create New Campaign
This API is used for creating a new Campaign.
curl --location 'https://app.ylytic.com/ylytic/admin/api/v1/campaigns' \
--header 'Authorization: Bearer {{auth_header}}' \
--data '{
"name": "Test Campaign - 2024",
"brand_name": "Test Brand"
}'
payload
name
The name of the campaign from which insights are required.
"Test Campaign - 2025"
brand_name
The name of the brand for which the campaign is to be launched.
"Sugar"
Output (JSON)
{
"id": "6687df09a9c8f8bbea3c0d93",
"name": "Test Campaign - 2024",
"brand_name": "Test Brand",
"brand_url": null,
"cost_of_campaign": null,
"custom_field_name": null,
"custom_field_value": null,
"campaign_tracking_interval": 24,
"threshold_er": null,
"threshold_reach": null,
"tracking_urls": [],
"tracking_details": {},
"shortlinks": {},
"post_costs": {},
"insights_link": "https://insights.ylytic.com/storyCampaign?id=6687df09a9c8f8bbea3c0d93",
"tracking_expiry_at": "Sun, 04 Aug 2024 11:54:49 GMT",
"status": "Yet to start",
"next_tracking_at": null,
"hashtags": [],
"show_shortlinks": false,
"show_post_costs": false
}
PUT - Update Existing Campaign
This API is used for adding post URL's to the campaign, brand logo, and campaign cost, short links, individual post costs in the created campaign.
curl --location --request PUT 'https://app.ylytic.com/ylytic/admin/api/v1/campaigns/{campaign_id}
--header 'Authorization: Bearer {{auth_header}}' \
--data '{
"tracking_urls": ["https://www.instagram.com/p/C5xojT2yMyd/","https://www.youtube.com/shorts/hMqpW_oTeaQ"],
"brand_url": "https://www.ylytic.com/assets/img/brand/ylytic-logo.svg",
"name": "Test Campaign - 2024",
"brand_name": "Test Brand",
"cost_of_campaign": 125000,
"custom_field_name": "Clicks",
"custom_field_value": 25
}'
payload
tracking_urls
URLs of the posts that are to be tracked.
["https://www.instagram.com/p/C5xojT2yMyd/","https://www.youtube.com/shorts/hMqpW_oTeaQ"]
brand_url
brand_url refers to the URL of the brand's website.
"https://www.ylytic.com/assets/img/brand/ylytic-logo.svg"
name
campaign name
"Sugar Campaign"
cost_of_campaign
cost_of_campaign denotes the total cost of the campaign.
12000
custom_field_name
Name of the custom field
"sub-category"
custom_field_value
value of the custom field
"lipstick"
tracking_expiry_at
used for extend campaign tracking. Next tracking date should be multiple of 30 days from current expiry.
"2025-11-07"
Output (JSON)
{
"id": "6687df09a9c8f8bbea3c0d93",
"name": "Test Campaign - 2024",
"brand_name": "Test Brand",
"brand_url": "https://www.ylytic.com/assets/img/brand/ylytic-logo.svg",
"cost_of_campaign": 125000,
"custom_field_name": "Clicks",
"custom_field_value": 25,
"campaign_tracking_interval": 24,
"threshold_er": null,
"threshold_reach": null,
"tracking_urls": [
"https://www.instagram.com/p/C5xojT2yMyd/",
"https://www.youtube.com/shorts/hMqpW_oTeaQ"
],
"tracking_details": {},
"shortlinks": {},
"post_costs": {},
"insights_link": "https://insights.ylytic.com/campaign?id=6687df09a9c8f8bbea3c0d93",
"tracking_expiry_at": "Sun, 04 Aug 2024 11:54:49 GMT",
"status": "live",
"next_tracking_at": null,
"hashtags": [],
"show_shortlinks": false,
"show_post_costs": false
}
PATCH - Add/Remove Campaign Posts
This API is used to add or delete posts to the created campaign.
curl --location --request PATCH 'https://dashboard.ylytic.com/ylytic/admin/api/v1/campaigns/{campaign_id}
--header 'Authorization: Bearer {{head_auth}}
--header 'Content-Type: application/json' \
--data '{
"add_tracking_urls": ["https://www.instagram.com/p/CmjTS_Npakm/"],
"remove_tracking_urls": ["https://www.instagram.com/p/C5xojT2yMyd/"]
}'
payload
add_tracking_urls
add_tracking_url is used for adding the URL of social media posts created by the creator.
["https://www.instagram.com/p/CmjTS_Npakm/"]
remove_tracking_urls
add_tracking_url is used for removing the URL of social media posts created by the creator.
["https://www.instagram.com/p/C5xojT2yMyd/"]
Output (JSON)
{
"id": "6687df09a9c8f8bbea3c0d93",
"name": "Test Campaign - 2024",
"brand_name": "Test Brand",
"brand_url": "https://www.ylytic.com/assets/img/brand/ylytic-logo.svg",
"cost_of_campaign": 125000,
"custom_field_name": "Clicks",
"custom_field_value": 25,
"campaign_tracking_interval": 24,
"threshold_er": null,
"threshold_reach": null,
"tracking_urls": [
"https://www.youtube.com/shorts/hMqpW_oTeaQ",
"https://www.instagram.com/p/CmjTS_Npakm/"
],
"tracking_details": {
"https://www.instagram.com/p/C5xojT2yMyd/": {
"connector": "instagram",
"shortcode": "C5xojT2yMyd",
"comments_count": 1023,
"likes_count": 40099,
"post_type": "REEL",
"title": "My book, my labour of love is finally here. ❤️\n\n‘She’ll Never Make It’ - GET YOUR COPY NOW. LINK IN BIO.\n\[email protected] @chikisarkar @parthpmehrotra @aditishahbhimjyani @vyoma.t @therhapsodies @parulpparmar @urmi_mistry @densengraphy @bothrasakshi @nimoligala @schbangmmaximize \n\n#ShellNeverMakeIt",
"description": "My book, my labour of love is finally here. ❤️\n\n‘She’ll Never Make It’ - GET YOUR COPY NOW. LINK IN BIO.\n\[email protected] @chikisarkar @parthpmehrotra @aditishahbhimjyani @vyoma.t @therhapsodies @parulpparmar @urmi_mistry @densengraphy @bothrasakshi @nimoligala @schbangmmaximize \n\n#ShellNeverMakeIt",
"hashtags": [
"#ShellNeverMakeIt"
],
"creator": {
"handle": "masoomminawala",
"url": "https://www.instagram.com/masoomminawala",
"full_name": "Masoom Minawala Mehta",
"follower_count": 1396960,
"media_count": 5538,
"connector": "instagram"
},
"posted_date": "Mon, 15 Apr 2024 08:33:03 GMT",
"post_url": "https://www.instagram.com/p/C5xojT2yMyd/",
"image_url": "https://s3.ap-south-1.amazonaws.com/nudges//tmp/C5xojT2yMyd.jpg",
"display_url": "https://s3.ap-south-1.amazonaws.com/nudges//tmp/C5xojT2yMyd.jpg",
"reach": 833619,
"views": 926244,
"er": 2.94,
"saved": null,
"shares": null,
"comments": [
{
"text": "Congratulations!! The promo is so good and genuine, I’m sure the book is amazing. The title itself is so captivating. Good luck for another round of success.♥️",
"created_at": 1713240457,
"sentiment": 1,
"like_count": "",
"commenter": "aurabymona"
},
{
"text": "@masoomminawala I’ve been following your work for a little while now and have developed a deep admiration for your authenticity and relatability. This post made me smile, look forward to reading the book. 🤗",
"created_at": 1713170357,
"sentiment": 1,
"like_count": "",
"commenter": "nicole_machado_92"
},
{
"text": "Looking forward to reading it ❤️",
"created_at": 1713170450,
"sentiment": 0,
"like_count": "",
"commenter": "ridhi.khosla.jalan"
},
{
"text": "Many congratulations Masoom 🤗\nMore power to you and every girl who dares to dream and push herself through every challenge and struggle till she makes it ! Much love ♥️",
"created_at": 1713170222,
"sentiment": 1,
"like_count": "",
"commenter": "mindfulliving_by_manik_kaur"
},
{
"text": "Congratulations Masoom🎉💐👏🏻👏🏻so proud of you🤗keep shining 🥰",
"created_at": 1713172710,
"sentiment": 1,
"like_count": "",
"commenter": "meghnakhemka"
},
{
"text": "Amazing ❤️🙌",
"created_at": 1713170293,
"sentiment": 1,
"like_count": "",
"commenter": "theimagecode"
},
{
"text": "Let’s gooooo MM ❤️",
"created_at": 1713170964,
"sentiment": 0,
"like_count": "",
"commenter": "ragingdas"
},
{
"text": "Congratulations 👏 I remember buying a preloved river island bag from you when you first started out as a blogger. From that to this is beyond inspiring 🙌 all the best",
"created_at": 1713184148,
"sentiment": 1,
"like_count": "",
"commenter": "rakheejainarora_nutrition"
},
{
"text": "@masoomminawala I don’t why but it just brought tears in my eyes..You are an inspiration for all the women out there.. so happy for you❤️",
"created_at": 1713251867,
"sentiment": 1,
"like_count": "",
"commenter": "mum_of_2under2"
},
{
"text": "Congratulations - I’m so inspired to read it",
"created_at": 1713242321,
"sentiment": 1,
"like_count": "",
"commenter": "chadha_diya"
},
{
"text": "It will be the best seller for yearsss🙌",
"created_at": 1713245175,
"sentiment": 1,
"like_count": "",
"commenter": "garimakumarr"
},
{
"text": "Congratulations!! Can’t wait to read it ❤️",
"created_at": 1713174308,
"sentiment": 1,
"like_count": "",
"commenter": "simranrluthria"
},
{
"text": "You are the voice for many women whose stories remain untold. Continue to uplift us with your positive spirit🧿❤️🥳",
"created_at": 1713236656,
"sentiment": 1,
"like_count": "",
"commenter": "richarungta"
},
{
"text": "Woww wow wow! Have been following you for the longest time and i feel so glad to see this! Can’t wait to read! More power to you! 😍 congratulations 🥳",
"created_at": 1713248399,
"sentiment": 1,
"like_count": "",
"commenter": "richa_dhandhukiya"
},
{
"text": "Can’t wait to read it Masoom❤️",
"created_at": 1713249369,
"sentiment": 0,
"like_count": "",
"commenter": "styletheorybyjazz"
},
{
"text": "Can’t wait to get our hands on it! 😍 Congratulations 🎉",
"created_at": 1713172761,
"sentiment": 1,
"like_count": "",
"commenter": "thecisterco"
},
{
"text": "I don't know why she always show off too much",
"created_at": 1713389127,
"sentiment": 0,
"like_count": 0,
"commenter": "arwahaveliwala"
},
{
"text": "Congratulations 👏 Can't wait to read it ❤️❤️",
"created_at": 1713377183,
"sentiment": 1,
"like_count": 0,
"commenter": "athira_pushpakaran"
},
{
"text": "Would love to read it ♥️",
"created_at": 1713374198,
"sentiment": 1,
"like_count": 0,
"commenter": "khwaab004"
},
{
"text": "Love how ur mom prayed holding your book ❤️❤️",
"created_at": 1713373616,
"sentiment": 1,
"like_count": 0,
"commenter": "nehaansal9"
},
{
"text": "This is amazing! Congratulations MM!!! ❤️",
"created_at": 1713365721,
"sentiment": 1,
"like_count": 0,
"commenter": "shrutiparekh17"
},
{
"text": "Congratulationssssss! I’m getting a copy 😍",
"created_at": 1713364603,
"sentiment": 0,
"like_count": 0,
"commenter": "lisaadave"
},
{
"text": "Congratulations and appreciate your move a lot 👏❤️🙌",
"created_at": 1713362123,
"sentiment": 1,
"like_count": 0,
"commenter": "niketa.official"
},
{
"text": "Ohmygod can't wait to read it 😭 congratulations",
"created_at": 1713355561,
"sentiment": 1,
"like_count": 0,
"commenter": "sujatadas9665"
},
{
"text": "Wow",
"created_at": 1713350820,
"sentiment": 1,
"like_count": 0,
"commenter": "sparklingwindowjewellery"
},
{
"text": "Sent you a MSG :)",
"created_at": 1713393031,
"sentiment": 0,
"like_count": 0,
"commenter": "official_ankush_930"
},
{
"text": "Many congratulations to you on this milestone 🎉😊 and so proud of it. You are totally slaying it 🔥🔥👏🙌❤️",
"created_at": 1713411797,
"sentiment": 1,
"like_count": 0,
"commenter": "shruthiii_tarunnn"
},
{
"text": "Can’t wait to read this 😍",
"created_at": 1713428861,
"sentiment": 0,
"like_count": 0,
"commenter": "gurlwithcreativity"
},
{
"text": "That’s amazing 😍 congratulations ❤️",
"created_at": 1713429010,
"sentiment": 1,
"like_count": 0,
"commenter": "maaof2sons"
},
{
"text": "Can’t wait to meet you in Ahmedabad ❤️",
"created_at": 1713438766,
"sentiment": 0,
"like_count": 0,
"commenter": "dr.krupali_chudasama"
},
{
"text": "Many congratulations 💕",
"created_at": 1713469598,
"sentiment": 1,
"like_count": 0,
"commenter": "mariyums_marvels"
},
{
"text": "Congratulations ❤️🎉😊✨️ super happy for you !!",
"created_at": 1713502177,
"sentiment": 1,
"like_count": 0,
"commenter": "shainishah9"
},
{
"text": "So inspiring 🙌🏻",
"created_at": 1713525033,
"sentiment": 1,
"like_count": 0,
"commenter": "cava_athleisure"
},
{
"text": "Who is the ghost writer?😂",
"created_at": 1713677651,
"sentiment": 0,
"like_count": 0,
"commenter": "theamalkhan"
},
{
"text": "I read ur book shared on my page also tagged u di check it out . Thanks 😍",
"created_at": 1713527246,
"sentiment": 1,
"like_count": 0,
"commenter": "riyaslife"
},
{
"text": "Congratulations so proud of you ❤️",
"created_at": 1713691838,
"sentiment": 1,
"like_count": 0,
"commenter": "erum.nabeel.rehman"
},
{
"text": "@outmodedmillenial influencers who don’t use their platform to bring awareness with worry of losing followers are honestly not real. I mean she is just lost in her little world of fashion. sure..create your content but please be in touch with reality once in a while.",
"created_at": 1714532760,
"sentiment": 0,
"like_count": 0,
"commenter": "reemhaf12"
},
{
"text": "@reemhaf12 I was just thinking to delete my comment.. cause she genuinely works a lot, I’m wondering why people are much more relaxed with star kids who are influencers. Cause they’re less accessible ?",
"created_at": 1714676756,
"sentiment": 1,
"like_count": 0,
"commenter": "lakshitaj99"
},
{
"text": "Inspiring ! Congratulations .. God bless ❤️🙌",
"created_at": 1713926450,
"sentiment": 1,
"like_count": 0,
"commenter": "thelonghairgirl13"
},
{
"text": "@lakshitaj99 if star kids also keep trying to prove that their life is equal of a struggle like those other stars who did not come from riches then they will be judged the same way. It’s just denying the fact that your inherited riches had no role to play in your success. Honestly in her case she is disconnected from the real world. Has she ever brought to attention any real cause in the world? Influencers who think being “Emily in Paris” is going to get them the same respect forget in real life that is not going to happen. in fact they come across as fake.",
"created_at": 1714723892,
"sentiment": 1,
"like_count": 0,
"commenter": "reemhaf12"
},
{
"text": "@reemhaf12 true. I was wondering what the public opinion of sara tendulkar is, I personally love her content, but if a normal person or even an influencer was creating like she does, they’d be judged Harshly",
"created_at": 1714741510,
"sentiment": 1,
"like_count": 0,
"commenter": "lakshitaj99"
},
{
"text": "Ok I myself don’t like commenting negatively anywhere 😅 should I delete the comment. But it’s an absolutey real point too.",
"created_at": 1714954252,
"sentiment": 0,
"like_count": 0,
"commenter": "lakshitaj99"
},
{
"text": "All tearyyy. One hell of an inspirational journeyyyyyy",
"created_at": 1715420814,
"sentiment": 0,
"like_count": 0,
"commenter": "antimalunker_"
},
{
"text": "Congratulations 🥳 excited to read",
"created_at": 1715161999,
"sentiment": 1,
"like_count": 0,
"commenter": "fitfemme63"
},
{
"text": "Parshvanath dada 🙏",
"created_at": 1714933025,
"sentiment": 0,
"like_count": 0,
"commenter": "reyaanshnagda"
},
{
"text": "Congratulations love! Can’t wait to get my hands on this piece",
"created_at": 1714656620,
"sentiment": 1,
"like_count": 0,
"commenter": "imara.carrim"
},
{
"text": "It all starts small.. an idea, an emotion, an act.. It’s up to us to make it big 🤍👍🏻",
"created_at": 1714569801,
"sentiment": 0,
"like_count": 1,
"commenter": "merakibeauty.in"
},
{
"text": "Congratulations. ❤️",
"created_at": 1714450622,
"sentiment": 1,
"like_count": 0,
"commenter": "olyvebyl"
},
{
"text": "More power to you masoom❤️",
"created_at": 1714392127,
"sentiment": 0,
"like_count": 0,
"commenter": "divyasoniofficial"
}
],
"commentors": [
{
"username": "aurabymona",
"connector": "instagram"
},
{
"username": "nicole_machado_92",
"connector": "instagram"
},
{
"username": "ridhi.khosla.jalan",
"connector": "instagram"
},
{
"username": "mindfulliving_by_manik_kaur",
"connector": "instagram"
},
{
"username": "meghnakhemka",
"connector": "instagram"
},
{
"username": "theimagecode",
"connector": "instagram"
},
{
"username": "ragingdas",
"connector": "instagram"
},
{
"username": "rakheejainarora_nutrition",
"connector": "instagram"
},
{
"username": "mum_of_2under2",
"connector": "instagram"
},
{
"username": "chadha_diya",
"connector": "instagram"
},
{
"username": "garimakumarr",
"connector": "instagram"
},
{
"username": "simranrluthria",
"connector": "instagram"
},
{
"username": "richarungta",
"connector": "instagram"
},
{
"username": "richa_dhandhukiya",
"connector": "instagram"
},
{
"username": "styletheorybyjazz",
"connector": "instagram"
},
{
"username": "thecisterco",
"connector": "instagram"
},
{
"username": "arwahaveliwala",
"connector": "instagram"
},
{
"username": "athira_pushpakaran",
"connector": "instagram"
},
{
"username": "khwaab004",
"connector": "instagram"
},
{
"username": "nehaansal9",
"connector": "instagram"
},
{
"username": "shrutiparekh17",
"connector": "instagram"
},
{
"username": "lisaadave",
"connector": "instagram"
},
{
"username": "niketa.official",
"connector": "instagram"
},
{
"username": "sujatadas9665",
"connector": "instagram"
},
{
"username": "sparklingwindowjewellery",
"connector": "instagram"
},
{
"username": "official_ankush_930",
"connector": "instagram"
},
{
"username": "shruthiii_tarunnn",
"connector": "instagram"
},
{
"username": "gurlwithcreativity",
"connector": "instagram"
},
{
"username": "maaof2sons",
"connector": "instagram"
},
{
"username": "dr.krupali_chudasama",
"connector": "instagram"
},
{
"username": "mariyums_marvels",
"connector": "instagram"
},
{
"username": "shainishah9",
"connector": "instagram"
},
{
"username": "debashreebiswas",
"connector": "instagram"
},
{
"username": "cava_athleisure",
"connector": "instagram"
},
{
"username": "theamalkhan",
"connector": "instagram"
},
{
"username": "riyaslife",
"connector": "instagram"
},
{
"username": "erum.nabeel.rehman",
"connector": "instagram"
},
{
"username": "reemhaf12",
"connector": "instagram"
},
{
"username": "trosna",
"connector": "instagram"
},
{
"username": "lakshitaj99",
"connector": "instagram"
},
{
"username": "prianca_yadav",
"connector": "instagram"
},
{
"username": "thelonghairgirl13",
"connector": "instagram"
},
{
"username": "reemhaf12",
"connector": "instagram"
},
{
"username": "lakshitaj99",
"connector": "instagram"
},
{
"username": "lakshitaj99",
"connector": "instagram"
},
{
"username": "ambika_setia.nutritionist",
"connector": "instagram"
},
{
"username": "antimalunker_",
"connector": "instagram"
},
{
"username": "fitfemme63",
"connector": "instagram"
},
{
"username": "reyaanshnagda",
"connector": "instagram"
},
{
"username": "imara.carrim",
"connector": "instagram"
},
{
"username": "merakibeauty.in",
"connector": "instagram"
},
{
"username": "olyvebyl",
"connector": "instagram"
},
{
"username": "divyasoniofficial",
"connector": "instagram"
},
{
"username": "aisshwarya14",
"connector": "instagram"
},
{
"username": "sareetalesofricha",
"connector": "instagram"
}
],
"refresh_date": "Fri, 17 May 2024 01:04:52 GMT",
"affiliate_orders_count": null,
"affiliate_orders_amount": null
},
"https://www.youtube.com/shorts/hMqpW_oTeaQ": {
"connector": "youtube",
"shortcode": "hMqpW_oTeaQ",
"comments_count": 56,
"likes_count": 2389,
"post_type": "SHORTS",
"title": "Healthy Hair Supplements",
"description": "Checkout their website to explore @wellbeingNutrition range of products. \nWellbeing Nutrition B12 Melts, \nWellbeing Nutrition Melts for Healthy Hair & Hairfall Control.\nDon't forget to use my code PRERNAYT for additional discounts on wellbeingnutrition.com\nAlso available on Amazon, Nykaa & Flipkart. \n\n#WellbeingNutritionMelts",
"hashtags": [
"#WellbeingNutritionMelts"
],
"creator": {
"handle": "@prernachhabra",
"url": "https://youtube.com/channel/UCa25AzX_P5GE4QW8NYkjzHA",
"full_name": "Prerna Chhabra",
"follower_count": 793000,
"media_count": 399,
"connector": "youtube"
},
"posted_date": "Tue, 16 Apr 2024 09:55:55 GMT",
"post_url": "https://www.youtube.com/watch?v=hMqpW_oTeaQ",
"display_url": "https://i.ytimg.com/vi/hMqpW_oTeaQ/mqdefault.jpg",
"reach": 68700,
"views": 76334,
"er": 0.31,
"comments": [
{
"text": "Hi, this kurti from?",
"created_at": "Wed, 17 Apr 2024 03:00:41 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@soniasingh9798"
},
{
"text": "Ap long hair mein jyada achhe lagte ho",
"created_at": "Tue, 16 Apr 2024 10:06:40 GMT",
"sentiment": 0,
"like_count": 4,
"commenter": "@meghanadesai4730"
},
{
"text": "What you think about your family planning 🤔",
"created_at": "Tue, 16 Apr 2024 16:40:28 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@KanchanSingh-ic4fy"
},
{
"text": "Uh explained very well ❤you r my fav❤ i loved your dressing sense❤❤",
"created_at": "Tue, 16 Apr 2024 14:17:49 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "@bhpdecencysagar"
},
{
"text": "Your hair looks great!! Loving the colour on you 🎉",
"created_at": "Tue, 16 Apr 2024 10:05:56 GMT",
"sentiment": 1,
"like_count": 7,
"commenter": "@akshitarmundhra1830"
},
{
"text": "Prerna di you are the inspiration ❤",
"created_at": "Tue, 16 Apr 2024 13:08:13 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "@shinewithamu9921"
},
{
"text": "Hey gorgeous Prerna you look stunning in this suit. Plz share details of this outfit",
"created_at": "Wed, 17 Apr 2024 07:05:04 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "@yuvdhruv6739"
},
{
"text": "This is not even supplement....there is doubt over how much if it actually gets absorbed",
"created_at": "Wed, 17 Apr 2024 03:53:33 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@reet25meet"
},
{
"text": "❤❤❤",
"created_at": "Tue, 16 Apr 2024 13:08:08 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "@neelamchhabra3378"
},
{
"text": "I take supplements too. And I I'm in love with the kurta you are wearing , can you u share from where have you purchased it?",
"created_at": "Tue, 16 Apr 2024 11:55:06 GMT",
"sentiment": 1,
"like_count": 1,
"commenter": "@prakratijain5118"
},
{
"text": "Yeah Uk london main available hai kya? Is der any side effects ?",
"created_at": "Tue, 16 Apr 2024 11:22:44 GMT",
"sentiment": 0,
"like_count": 2,
"commenter": "@Unnati_Thakur04"
},
{
"text": "Dress link plz..",
"created_at": "Tue, 16 Apr 2024 21:03:47 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@muskansachora4773"
},
{
"text": "Why u go fr paid promotion?",
"created_at": "Tue, 16 Apr 2024 15:02:14 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "@bindukai4999"
},
{
"text": "Pehle bhi apke hair asche lgte the pr ye wale to look like celebrity",
"created_at": "Tue, 16 Apr 2024 10:24:37 GMT",
"sentiment": 0,
"like_count": 1,
"commenter": "@mayankrajsingh7651"
}
],
"saved": null,
"shares": null,
"commentors": [
{
"username": "@soniasingh9798",
"connector": "youtube",
"channelId": "UCF2QJ8GOAqFmPkuWpvcilSQ",
"imageUrl": "https://yt3.ggpht.com/rAxha08_6M-RkOuYhif89EmYyaUZ0XRubrcdzjW0bFC2MmqvSowaXurY47Gdh6N9CK9Ez89b=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@meghanadesai4730",
"connector": "youtube",
"channelId": "UChKNnr4XbuO0TTvP7yPlIdw",
"imageUrl": "https://yt3.ggpht.com/ytc/AIdro_k5CADFPu7SzkPYDqxt4SnXKONoe8pz02riNYBMug=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@KanchanSingh-ic4fy",
"connector": "youtube",
"channelId": "UCwB79BzGjUZS9_Cr1jTtSWA",
"imageUrl": "https://yt3.ggpht.com/FgSwWcgi6ssxEfTcesTmOsRR5r9QqxOhoR87QFhr0_ZjiPrz7j78KsZJLTegWqsfi96L79NwHAI=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@bhpdecencysagar",
"connector": "youtube",
"channelId": "UCm6k0AaSn7J7pmj4fzYOAGw",
"imageUrl": "https://yt3.ggpht.com/ytc/AIdro_n-VGRuhy2OkVEVZK37wKodm3VuZCJxNEEU-Z4woYCo2iA=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@akshitarmundhra1830",
"connector": "youtube",
"channelId": "UCu9yHRmp19TiGxv4D5oM3eg",
"imageUrl": "https://yt3.ggpht.com/dbcT6bNoa8-Lnb20sRc7uSabbYekHq0RrCUy2LHqJyC1ZI-BNOCqTPnWHonGfenJtA-Yzb164W4=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@shinewithamu9921",
"connector": "youtube",
"channelId": "UC7wnWnZyqzNUl5Txy9s5gzw",
"imageUrl": "https://yt3.ggpht.com/_9-qVXrp5woJj2O6aImfXp_EiIAjq1KeyG7V4jrIq_pPZG-dYryNGMjZ41eIthtmIaVK7iX2Ng=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@yuvdhruv6739",
"connector": "youtube",
"channelId": "UCOH6yIGX9xJNughBvoE8vRw",
"imageUrl": "https://yt3.ggpht.com/Yv9abrQzPblWES6OyHRhHxwdCAFWe2PyVE2NLk3w2QP9sX0vPl0hccQNNqfhQrNx7CiNTfVQsQ=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@reet25meet",
"connector": "youtube",
"channelId": "UCcDoR_4agoxRT05hRHwCnMA",
"imageUrl": "https://yt3.ggpht.com/7c422NZByaqWDonsq4_YbMehK8C0_9hLORLuVRFmQGhsFO2H46BaDPGa-dpZ8Od1LZZcj1kTFw=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@neelamchhabra3378",
"connector": "youtube",
"channelId": "UCjD9ZBTjqxP5nQBlissFKBg",
"imageUrl": "https://yt3.ggpht.com/ytc/AIdro_nvpF82PvQiM85wfLlAQoV8-DgYp-E0NQmOUEeIducjWu8=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@prakratijain5118",
"connector": "youtube",
"channelId": "UCGcuRiJnTo4dh77tH_FgIOw",
"imageUrl": "https://yt3.ggpht.com/ytc/AIdro_l6UDfIpnUjc_-QoOUuPhqVaWXkMTTArvAZ6kCdMeSY6yQ=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@Unnati_Thakur04",
"connector": "youtube",
"channelId": "UCzUElIig23y8mEPbNWuvl2w",
"imageUrl": "https://yt3.ggpht.com/ytc/AIdro_m7zyRoS2ruwn0XEAY7WmFt0SK-zoMjDwoZ04IQO9SCTw=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@muskansachora4773",
"connector": "youtube",
"channelId": "UCDu4LyMBirDQ50TE39g7HQA",
"imageUrl": "https://yt3.ggpht.com/ytc/AIdro_laH-Y5RFftEx7XYPykf0SYmSV7tx65hjAirvoChfIoH5dJ=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@bindukai4999",
"connector": "youtube",
"channelId": "UChpUIa0_Nb_BYCODJ5cMyfA",
"imageUrl": "https://yt3.ggpht.com/ytc/AIdro_lsDK1V16W__X-cZyUNGVMvl-7ArmjQnqBcFrrc-Mk=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "@mayankrajsingh7651",
"connector": "youtube",
"channelId": "UCwW2yf273wJcRGC2_meIU4g",
"imageUrl": "https://yt3.ggpht.com/ytc/AIdro_kpa6_alEBoi7Iv5xsjRuL-jHqFMDKTHqvFvn62a9s=s48-c-k-c0x00ffffff-no-rj"
}
],
"external_links": [],
"sponsored": false,
"refresh_date": "Wed, 17 Apr 2024 08:18:01 GMT",
"affiliate_orders_count": null,
"affiliate_orders_amount": null
}
},
"shortlinks": {},
"post_costs": {},
"insights_link": "https://insights.ylytic.com/campaign?id=6687df09a9c8f8bbea3c0d93",
"tracking_expiry_at": "Sun, 04 Aug 2024 11:54:49 GMT",
"status": "live",
"next_tracking_at": null,
"hashtags": [],
"show_shortlinks": false,
"show_post_costs": false
}
GET - Get Campaign Insights
This API is used to get insights of the campaign explained in the campaign insights section
curl --location 'https://app.ylytic.com/ylytic/business/api/v1/campaigns/<campaign_id>/insights' \
--header 'Authorization: Bearer {{auth_header}}'
Output (JSON)
{
"status": "live",
"share_url": "https://insights.ylytic.com/campaign?id=6544d4f9c8f153b84bdf1355",
"start_date": null,
"connectors": [
"instagram",
"youtube"
],
"posts_count": 4,
"creators_count": 4,
"reach": 6011802,
"views": 6679781,
"followers": 4032954,
"comments": 371,
"likes": 42077,
"engagement": 42448,
"er": 0.92,
"top_posts": [
{
"connector": "youtube",
"shortcode": "QfTVmIQXXFQ",
"comments_count": 152,
"likes_count": 4680,
"post_type": "VIDEO",
"title": "FIRST IMPRESSIONS : Sugar cosmetics & Charmacy Milano | Malvika Sitlani Aryan",
"description": "Helllloooo!\nIn today's video, I try some new makeup! It's always exciting to try new brands & collections! I look super glam thoooo! haha\n\nWhat product did you like the most?\n\nI love you\nXx\n\nProducts mentioned\n\n- Charmacy Milani Pro-Pore Conceal Primer\nhttps://charmacyworld.com/products/cmc-pro-pore-conceal-primer?_pos=1&_sid=b2e9f0163&_ss=r&variant=39465566765247\n\n- Sugar Drop the base Serum Foundation - 17 Raf \nhttps://in.sugarcosmetics.com/products/drop-the-base-serum-foundation?https://in.sugarcosmetics.com/collections/foundation&&utm_source=google&utm_medium=search&utm_campaign\n\n-SUGAR Blend Trend Foundation Brush - 051 Flat\nhttps://nyk0.page.link/4HjKSKYsf7mWpnCk8\n\n-Kay Beauty HD Liquid Concealer\nhttps://nyk0.page.linkYTLLcT9KSb8mgABQ6\n\n- SUGAR Blend Trend Face Brush - 007 Powder\nhttps://nyk0.page.link/L5xfeFmDGJzZZyxh8\n\n-Maybelline New York Fit me Loose Finishing Powder - 15 Light\nhttps://nyk0.page.link/XkQbEtyb6kuHb9bV6\n\n- SUGAR Cosmetics Arch Arrival Brow Pen - 01 Jerry Brown(0.8gm)(01 Jerry Brown)\nhttps://nyk0.page.link/bvJXuWEvnrjAJ9WaA\n\n-Benefit Cosmetics Precisely, My Brow Pencil \nhttps://nyk0.page.link/yz9iVgTjBmYVsGV37\n\n- Charmacy Milano Eye Shadow 12 Colors Palette\nhttps://charmacyworld.com/products/cmc-eye-shadow-12-colors-palette?variant=39471038693567\n\n-Charmacy Milano Sketch Liner \nhttps://charmacyworld.com/search?type=product&q=eyeliner&variant=39470776844479\n\n-Charmacy HD Mascara\nhttps://charmacyworld.com/products/cmc-hd-mascara?variant=39470911619263\n\n-SUGAR Contour De Force Face Palette - 02 Vivid Victory\nhttps://nyk0.page.link/YAT88mFK99R73ZzVA\n\n-Charmacy Milano Cheek Enhancer\nhttps://charmacyworld.com/products/cmc-cheek-enhancer?variant=39465558409407\n\n-Smashbox Photo Finish Primer Water\nhttps://nyk0.page.link/2veg9G8gDjtZTRfN6\n\n- SUGAR Own The Light Liquid Highlighter - 01 Babe Blaze\nhttps://nyk0.page.link/75fYWwF4UmrAZ1ce8\n\n- Charmacy Lip Contour Lip Liner - Mild Chocolate \nhttps://charmacyworld.com/products/cmc-lip-contour-lip-liner?_pos=1&_sid=a14c9963c&_ss=r&variant=39466402578623\n\n-SUGAR Air Kiss Powder Lipstick - 05 Strawberry Macaron\nhttps://nyk0.page.link/nVyrcdiTdkzK58Go7\n\n- Charmacy Milano Stunning Longstay Liquid Lip - Malva Plum\nhttps://charmacyworld.com/products/cmc-stunning-longstay-liquid-lip?variant=40492252659903\n\n\nPlease follow my brand on @masicbeautyofficial\nShop our products on https://masicbeauty.com/ \n\n********************************************************************\n\nThank you for all your love and support. You mean the world to me.\n\nFollow me on social media\nSnapchat - malvikasitlaniofficial\nInstagram – @malvikasitlaniofficial\nFacebook Page - Malvika Sitlani\n\nDisclaimer – I can’t guarantee that all of the make-up and skincare products I recommend will suit you. Please test products out on yourself before purchasing. \nI only feature products I like or want to try. The products I use in these videos are either purchased by me or sent to me by make-up companies to use in my professional capacity as a beauty blogger.\n\nPlease do not use any photos or content without permission.\nContact me – [email protected]\nXoxo",
"hashtags": [
"F",
"I",
"R",
"S",
"T",
" ",
"I",
"M",
"P",
"R",
"E",
"S",
"S",
"I",
"O",
"N",
"S"
],
"creator": {
"handle": "@thatgirlinvogue",
"url": "https://www.youtube.com/channel/UCurIxpcdDLU8sgHKN2TXJHw",
"full_name": "Malvika Sitlani",
"follower_count": 801000,
"media_count": 617,
"connector": "youtube"
},
"posted_date": "Wed, 09 Mar 2022 11:27:24 GMT",
"post_url": "https://www.youtube.com/watch?v=QfTVmIQXXFQ",
"display_url": "https://i.ytimg.com/vi/QfTVmIQXXFQ/mqdefault.jpg",
"reach": 107394,
"views": 119327,
"er": 0.6,
"comments": [
{
"text": "Charmacy milano blush 04 ka price bataoo",
"created_at": "Sat, 18 Mar 2023 12:32:29 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "shaz"
},
{
"text": "Plz can u share the Contact lens worn in this video ??",
"created_at": "Tue, 31 Jan 2023 17:34:36 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "Pree"
},
{
"text": "I'm ur big fan 🤗🙂",
"created_at": "Tue, 15 Nov 2022 15:03:17 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "Shivani.makeover🧿"
},
{
"text": "It is pronounced as *Kar-macy*",
"created_at": "Wed, 09 Mar 2022 12:07:23 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "Manisha Pandey"
}
],
"commentors": [
{
"username": "shaz",
"connector": "youtube",
"channelId": "UCYR83usvurYA3A1lNUwuJMA",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaQNou73opLtephaKIIAGa6mzljq9N342I-1lkJqZXamRbfcp_BPCBMGyRGD8kb6=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Pree",
"connector": "youtube",
"channelId": "UC96htnWJsleEWsqXpEYvVLg",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaQ6TDm6Z-ymM-xplW9E7rsYSjqP0hB4z_AnukSe=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Shivani.makeover🧿",
"connector": "youtube",
"channelId": "UCBoLU8pWpluPTdykauk8_bg",
"imageUrl": "https://yt3.ggpht.com/ypTmvBcpg1Q_-kL-1sUnjw4EYZYXVknZtg5ri_G1kE_gCw_pACDwsa5i9vitdwpIVM9D9szb-dY=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Madhavi Shinde",
"connector": "youtube",
"channelId": "UCTC9VA1YNz-y7ElCeKlWdHQ",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaQVOpXmsMNth8Px6BUFbrLVwDoad04dwwh85Z9SZQ=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Manisha Pandey",
"connector": "youtube",
"channelId": "UCHvdsX7SWjubrle3yEnPuBA",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaRYgMWc1olGNoffMXdJ8JbtAtCmErH9x1Ad6DGd_w=s48-c-k-c0x00ffffff-no-rj"
}
],
"external_links": [
"https://charmacyworld.com/products/cmc-pro-pore-conceal-primer?_pos=1&_sid=b2e9f0163&_ss=r&variant=39465566765247",
"https://in.sugarcosmetics.com/products/drop-the-base-serum-foundation?https://in.sugarcosmetics.com/collections/foundation&&utm_source=google&utm_medium=search&utm_campaign",
"https://nyk0.page.link/4HjKSKYsf7mWpnCk8",
"https://nyk0.page.linkYTLLcT9KSb8mgABQ6",
"https://nyk0.page.link/L5xfeFmDGJzZZyxh8",
"https://nyk0.page.link/XkQbEtyb6kuHb9bV6",
"https://nyk0.page.link/bvJXuWEvnrjAJ9WaA",
"https://nyk0.page.link/yz9iVgTjBmYVsGV37",
"https://charmacyworld.com/products/cmc-eye-shadow-12-colors-palette?variant=39471038693567",
"https://charmacyworld.com/search?type=product&q=eyeliner&variant=39470776844479",
"https://charmacyworld.com/products/cmc-hd-mascara?variant=39470911619263",
"https://nyk0.page.link/YAT88mFK99R73ZzVA",
"https://charmacyworld.com/products/cmc-cheek-enhancer?variant=39465558409407",
"https://nyk0.page.link/2veg9G8gDjtZTRfN6",
"https://nyk0.page.link/75fYWwF4UmrAZ1ce8",
"https://charmacyworld.com/products/cmc-lip-contour-lip-liner?_pos=1&_sid=a14c9963c&_ss=r&variant=39466402578623",
"https://nyk0.page.link/nVyrcdiTdkzK58Go7",
"https://charmacyworld.com/products/cmc-stunning-longstay-liquid-lip?variant=40492252659903",
"https://masicbeauty.com/"
],
"sponsored": false,
"refresh_date": "Tue, 29 Aug 2023 06:20:58 GMT"
},
{
"connector": "youtube",
"shortcode": "GKAV0o7Tqik",
"comments_count": 130,
"likes_count": 18396,
"post_type": "SHORTS",
"title": "Beginner's Makeup with @SUGARCosmetics Haul #Makeupshorts #shorts",
"description": "Beginner's Makeup with @SUGAR Cosmetics Haul #Makeupshorts #shorts\n\nProducts Details:\nSugar Makeup haul:\nSUGAR Bling Leader Illuminating Moisturizer - 02 Pink Trippin'\nGODDESS OF FLAWLESS SPF30+ BB CREAM\nSUGAR Glow And Behold Jelly Highlighter - 01 Gold Goal\nSUGAR Magic Wand Waterproof Concealer - 12 Con Leche\nSUGAR Dream Cover SPF15 Mattifying Compact - 30 Chococcino\nSUGAR Kohl Of Honour Intense Kajal - 06 Blue Moon\nSUGAR Cosmetics Arch Arrival Brow Pen - 01 Jerry Brown \nSUGAR Lash Mob Limitless Mascara -01 Black With A Bang\nSUGAR Contour De Force Face Palette - 03 Fierce Feat\nSUGAR Matte As Hell Crayon Lipstick With Free Sharpener - 03 Poison Ivy\nSUGAR Matte As Hell Crayon Lipstick With Free Sharpener - 21 Rose Tyler\n\n******************************************************************\nThank You For Your Love and Support ❤️\nSUBSCRIBE 👇\nhttps://www.youtube.com/PriyankaJazmin?sub_confirmation=1\nand Press The bell Icon 👉 🔔\n\nYou Can Also Follow Me On INSTAGRAM 🤳 💄\n@Priyanka_Jazmin 👇\nhttps://www.instagram.com/priyanka_jazmin/\n******************************************************************\n\nDISCLAIMER: This video is based on my personal experience and knowledge.My physical and mental acceptance for any product or act shown in this video may differ from that of any other person.\nHate comment or bullying of any person is not acceptable.If any person is found to do so, they will get reported or blocked.",
"hashtags": [
"B",
"e",
"g",
"i",
"n",
"n",
"e",
"r",
"'",
"s"
],
"creator": {
"handle": "@priyanka_jazmin",
"url": "https://www.youtube.com/channel/UC_pLPe6zS6O7E2L1M24Tj6Q",
"full_name": "Priyanka Jazmin",
"follower_count": 1380000,
"media_count": 894,
"connector": "youtube"
},
"posted_date": "Tue, 08 Feb 2022 13:19:41 GMT",
"post_url": "https://www.youtube.com/watch?v=GKAV0o7Tqik",
"display_url": "https://i.ytimg.com/vi/GKAV0o7Tqik/mqdefault.jpg",
"reach": 269955,
"views": 299950,
"er": 1.34,
"comments": [
{
"text": "nice look❤",
"created_at": "Fri, 25 Aug 2023 17:25:19 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Rashmi Kharche"
},
{
"text": "Sugar products ka stay kitna h mam plzz reply...😊",
"created_at": "Wed, 12 Jul 2023 12:55:30 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "Aahil Khan"
},
{
"text": "U r looking sooo gorgeous nd beautiful..... Nice makeup😊",
"created_at": "Thu, 29 Jun 2023 06:52:10 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Jyoti Saxena"
},
{
"text": "So nice",
"created_at": "Tue, 20 Jun 2023 18:04:13 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Huzaifa"
},
{
"text": "❤😊",
"created_at": "Tue, 20 Jun 2023 11:58:28 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Md Yusuf"
}
],
"commentors": [
{
"username": "Rashmi Kharche",
"connector": "youtube",
"channelId": "UCjb8ufDCYRjwlobN_E9KwtQ",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaQSSybVMIU8hhamsM-PCmqqZW0-_gym3IdmeYEI32Bg00gBPjAtylB-WL4wwtkx=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Aahil Khan",
"connector": "youtube",
"channelId": "UCdGAkRWv4F5fjY2XCLyQ0hg",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaSiyLNukeaidI-b3qg3-_kgU1i8y-cPOFHt0aa3PtDyp5JVEzdutppuv_J_TsaS=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Jyoti Saxena",
"connector": "youtube",
"channelId": "UCBycwPWr3ICGigxW9TjKVUQ",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaRsEEnmch7v-lzIjheWgOpAh_miquSReVbV6gpxlgSyUIS8wkn0daaCA4bLxb7k=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Huzaifa",
"connector": "youtube",
"channelId": "UCvOJqsJq_IWfzoRMhlIUvRw",
"imageUrl": "https://yt3.ggpht.com/por9cJrQ3iYCvag_iVnaZhvEeJpT2o9NTd-ojU2-6U5XK01BX65V5HvFxNTUOQUkFXC4UrjA=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Md Yusuf",
"connector": "youtube",
"channelId": "UCuFAIfCWVTUMOxWtJ7u8rMA",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaQIZJGIuxvbDqjsLQXR8nGNvfX_aCOE5laCk1NjjA67abF6AtV3zUnWa2AmbyiC=s48-c-k-c0x00ffffff-no-rj"
}
],
"external_links": [
"https://www.youtube.com/PriyankaJazmin?sub_confirmation=1",
"https://www.instagram.com/priyanka_jazmin/"
],
"sponsored": false,
"refresh_date": "Tue, 29 Aug 2023 06:21:00 GMT"
},
{
"connector": "instagram",
"shortcode": "Csn81H5qJlQ",
"comments_count": 64,
"likes_count": 16713,
"post_type": "REEL",
"title": "Up until a few years ago, I found myself struggling to deal with the labels people gave me…until I realized that owning my narrative meant embracing my unique voice, despite what others had to say about it. Today, I’m proud of who I am and the skin I’m in.\n\nWith @esteelauderin’s 24-Hour Long Wearing Foundation, I’ve found the perfect match in my shade, Fawn. It’s more than just a foundation - it’s a celebration of diversity and inclusivity with over 50 shades available! This foundation stays colour true, never grays or dulls and keeps my skin looking flawless from day to night. \n\nSo here’s to creating a world where everyone feels seen, heard and beautiful in their own skin 🤍\n\n#MyShadeMyStory #EsteeLauder #EsteePartner",
"description": "Up until a few years ago, I found myself struggling to deal with the labels people gave me…until I realized that owning my narrative meant embracing my unique voice, despite what others had to say about it. Today, I’m proud of who I am and the skin I’m in.\n\nWith @esteelauderin’s 24-Hour Long Wearing Foundation, I’ve found the perfect match in my shade, Fawn. It’s more than just a foundation - it’s a celebration of diversity and inclusivity with over 50 shades available! This foundation stays colour true, never grays or dulls and keeps my skin looking flawless from day to night. \n\nSo here’s to creating a world where everyone feels seen, heard and beautiful in their own skin 🤍\n\n#MyShadeMyStory #EsteeLauder #EsteePartner",
"hashtags": [
"#MyShadeMyStory",
"#EsteeLauder",
"#EsteePartner"
],
"creator": {
"handle": "masoomminawala",
"url": "https://www.instagram.com/masoomminawala",
"full_name": "Masoom Minawala Mehta",
"follower_count": 1411908,
"media_count": 5387,
"connector": "instagram"
},
"posted_date": "Wed, 24 May 2023 11:30:07 GMT",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ/",
"image_url": "https://instagram.fmnl33-2.fna.fbcdn.net/v/t51.2885-15/347444754_6536288313100168_2029267751021373843_n.jpg?stp=c0.280.720.720a_dst-jpg_e15_s640x640&_nc_ht=instagram.fmnl33-2.fna.fbcdn.net&_nc_cat=104&_nc_ohc=hkQgESbpA4IAX9sUxcT&edm=AABBvjUBAAAA&ccb=7-5&oh=00_AfBasXA29aUFYt2dq8jPXBkTD-sSXGtYnCBSvIGh50F_7Q&oe=656D9385&_nc_sid=4f4799",
"display_url": "https://s3.ap-south-1.amazonaws.com/nudges//tmp/Csn81H5qJlQ.jpg",
"reach": 5582646,
"views": 6202940,
"er": 1.19,
"comments": [
{
"text": "Stay true, stay authentic lovely one ❤️❤️",
"like_count": 2,
"sentiment": 1,
"created_at": 1684933968,
"commenter": "anjuladevi"
},
{
"text": "So cool, actually till end I was expecting you to launch your makeup brand and then I read the caption. 💫",
"like_count": 2,
"sentiment": 0,
"created_at": 1684933738,
"commenter": "wear_urstyle"
},
{
"text": "Masoom, what a beautiful ad! It’s so you 😍",
"like_count": 3,
"sentiment": 1,
"created_at": 1684928832,
"commenter": "ssomji5"
},
{
"text": "Hii! Where's your bracelet from? 😍",
"like_count": 0,
"sentiment": 0,
"created_at": 1687376587,
"commenter": "pallavissehgal_"
}
],
"commentors": [
{
"username": "anjuladevi",
"connector": "instagram"
},
{
"username": "r.dhalwriter",
"connector": "instagram"
},
{
"username": "wear_urstyle",
"connector": "instagram"
},
{
"username": "ssomji5",
"connector": "instagram"
},
{
"username": "pallavissehgal_",
"connector": "instagram"
},
{
"username": "ticklesandtomatoes",
"connector": "instagram"
},
{
"username": "ankzz.leo",
"connector": "instagram"
},
{
"username": "the_lean_lentil_chapati",
"connector": "instagram"
},
{
"username": "not.fer.you",
"connector": "instagram"
},
{
"username": "momyslilworld",
"connector": "instagram"
},
{
"username": "_radhikajagtap",
"connector": "instagram"
},
{
"username": "napchief_official",
"connector": "instagram"
},
{
"username": "aboutpooojaa",
"connector": "instagram"
},
{
"username": "paveenarathour",
"connector": "instagram"
},
{
"username": "thepoojachawla",
"connector": "instagram"
}
],
"refresh_date": "Sun, 03 Dec 2023 01:07:22 GMT"
}
],
"posts": [
{
"connector": "instagram",
"shortcode": "Csdm0OmAQin",
"comments_count": 25,
"likes_count": 2288,
"post_type": "REEL",
"title": "Tried some shades from @colorchemistry.in lipstick range (PR) and here is a mini review 💄 \nI love the packaging, it looks quite chic!\nThe lipsticks are creamy and pigmented but they are not transfer proof and have a demi matte finish.\nThey will last from 4-5 hours on the lips 👄 \nWhich shade did you like the best? (for a reference, I am MAC NC 35 here) \n#shreyajain #lipstick #review #swatches #nofilter #notspon",
"description": "Tried some shades from @colorchemistry.in lipstick range (PR) and here is a mini review 💄 \nI love the packaging, it looks quite chic!\nThe lipsticks are creamy and pigmented but they are not transfer proof and have a demi matte finish.\nThey will last from 4-5 hours on the lips 👄 \nWhich shade did you like the best? (for a reference, I am MAC NC 35 here) \n#shreyajain #lipstick #review #swatches #nofilter #notspon",
"hashtags": [
"#shreyajain",
"#lipstick",
"#review",
"#swatches",
"#nofilter",
"#notspon"
],
"creator": {
"handle": "shreyajain26",
"url": "https://www.instagram.com/shreyajain26",
"full_name": "Shreya Jain",
"follower_count": 440046,
"media_count": 6132,
"connector": "instagram"
},
"posted_date": "Sat, 20 May 2023 11:06:56 GMT",
"post_url": "https://www.instagram.com/p/Csdm0OmAQin/",
"image_url": "https://instagram.fmea2-2.fna.fbcdn.net/v/t51.2885-15/347932710_243682958260770_8844607364410507536_n.jpg?stp=c0.280.720.720a_dst-jpg_e15_s640x640&_nc_ht=instagram.fmea2-2.fna.fbcdn.net&_nc_cat=106&_nc_ohc=ggQROG4_L8QAX_YZtSS&edm=AABBvjUBAAAA&ccb=7-5&oh=00_AfAIji4wWG2VWuHvxCDJY2zrMiuwl7ijO-tKyR2CxFPyIg&oe=656D649B&_nc_sid=4f4799",
"display_url": "https://s3.ap-south-1.amazonaws.com/nudges//tmp/Csdm0OmAQin.jpg",
"reach": 51807,
"views": 57564,
"er": 0.53,
"comments": [
{
"text": "Took me back in the days when you literally swatched every lipstick on your hands with stencils and I always wondered ye kaise karleti hai itna perfect swatch espcly with bullet lipsticks 😂",
"like_count": 3,
"sentiment": 1,
"created_at": 1684582249,
"commenter": "malvika.gemini"
},
{
"text": "Amazing! What’s on your eyes Shreya? Looks gorgeous. 🔥",
"like_count": 0,
"sentiment": 1,
"created_at": 1684581170,
"commenter": "anjana.i8"
},
{
"text": "I love your earrings shreyaa😻🥹 can you please tag the page or brand from where you got them",
"like_count": 0,
"sentiment": 1,
"created_at": 1684583155,
"commenter": "itsakshdagupta"
},
{
"text": "Oh my God!! These shades look so lovely on you, Shreya. 😍 Our lipsticks need a touch-up after 5-6 hours or when someone eats/drinks as we ditched those unnecessary ingredients to make them transfer proof.\nAlso, 7 of our shades are Ecocert Certified Natural - Antler, Summerine, and Charlie Rose are 3 of those :)",
"like_count": 0,
"sentiment": 1,
"created_at": 1684650382,
"commenter": "colorchemistry.in"
},
{
"text": "summerine looks gorgeous on you 🔥",
"like_count": 0,
"sentiment": 1,
"created_at": 1684581094,
"commenter": "aarthi_paras"
},
{
"text": "Oh man, you always put me on to the good stuff! These look so good. I will likely pick up at least one lipstick. Thank you",
"like_count": 0,
"sentiment": 1,
"created_at": 1684581356,
"commenter": "radhikaprasad"
}
],
"commentors": [
{
"username": "malvika.gemini",
"connector": "instagram"
},
{
"username": "anjana.i8",
"connector": "instagram"
},
{
"username": "itsakshdagupta",
"connector": "instagram"
},
{
"username": "colorchemistry.in",
"connector": "instagram"
}
],
"refresh_date": "Sun, 03 Dec 2023 01:07:26 GMT",
"csat": null
},
{
"connector": "youtube",
"shortcode": "GKAV0o7Tqik",
"comments_count": 130,
"likes_count": 18396,
"post_type": "SHORTS",
"title": "Beginner's Makeup with @SUGARCosmetics Haul #Makeupshorts #shorts",
"description": "Beginner's Makeup with @SUGAR Cosmetics Haul #Makeupshorts #shorts\n\nProducts Details:\nSugar Makeup haul:\nSUGAR Bling Leader Illuminating Moisturizer - 02 Pink Trippin'\nGODDESS OF FLAWLESS SPF30+ BB CREAM\nSUGAR Glow And Behold Jelly Highlighter - 01 Gold Goal\nSUGAR Magic Wand Waterproof Concealer - 12 Con Leche\nSUGAR Dream Cover SPF15 Mattifying Compact - 30 Chococcino\nSUGAR Kohl Of Honour Intense Kajal - 06 Blue Moon\nSUGAR Cosmetics Arch Arrival Brow Pen - 01 Jerry Brown \nSUGAR Lash Mob Limitless Mascara -01 Black With A Bang\nSUGAR Contour De Force Face Palette - 03 Fierce Feat\nSUGAR Matte As Hell Crayon Lipstick With Free Sharpener - 03 Poison Ivy\nSUGAR Matte As Hell Crayon Lipstick With Free Sharpener - 21 Rose Tyler\n\n******************************************************************\nThank You For Your Love and Support ❤️\nSUBSCRIBE 👇\nhttps://www.youtube.com/PriyankaJazmin?sub_confirmation=1\nand Press The bell Icon 👉 🔔\n\nYou Can Also Follow Me On INSTAGRAM 🤳 💄\n@Priyanka_Jazmin 👇\nhttps://www.instagram.com/priyanka_jazmin/\n******************************************************************\n\nDISCLAIMER: This video is based on my personal experience and knowledge.My physical and mental acceptance for any product or act shown in this video may differ from that of any other person.\nHate comment or bullying of any person is not acceptable.If any person is found to do so, they will get reported or blocked.",
"hashtags": [
"B",
"e",
"g",
"i",
"n",
"n",
"e",
"r"
],
"creator": {
"handle": "@priyanka_jazmin",
"url": "https://www.youtube.com/channel/UC_pLPe6zS6O7E2L1M24Tj6Q",
"full_name": "Priyanka Jazmin",
"follower_count": 1380000,
"media_count": 894,
"connector": "youtube"
},
"posted_date": "Tue, 08 Feb 2022 13:19:41 GMT",
"post_url": "https://www.youtube.com/watch?v=GKAV0o7Tqik",
"display_url": "https://i.ytimg.com/vi/GKAV0o7Tqik/mqdefault.jpg",
"reach": 269955,
"views": 299950,
"er": 1.34,
"comments": [
{
"text": "nice look❤",
"created_at": "Fri, 25 Aug 2023 17:25:19 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Rashmi Kharche"
},
{
"text": "Sugar products ka stay kitna h mam plzz reply...😊",
"created_at": "Wed, 12 Jul 2023 12:55:30 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "Aahil Khan"
},
{
"text": "U r looking sooo gorgeous nd beautiful..... Nice makeup😊",
"created_at": "Thu, 29 Jun 2023 06:52:10 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Jyoti Saxena"
},
{
"text": "So nice",
"created_at": "Tue, 20 Jun 2023 18:04:13 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Huzaifa"
},
{
"text": "❤😊",
"created_at": "Tue, 20 Jun 2023 11:58:28 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Md Yusuf"
},
{
"text": "You such a beautyfull dii",
"created_at": "Tue, 13 Jun 2023 14:37:51 GMT",
"sentiment": 0,
"like_count": 0,
"commenter": "naeem ahmed"
},
{
"text": "❤❤❤",
"created_at": "Thu, 08 Jun 2023 09:09:10 GMT",
"sentiment": 1,
"like_count": 0,
"commenter": "Afnan gamer"
}
],
"commentors": [
{
"username": "Rashmi Kharche",
"connector": "youtube",
"channelId": "UCjb8ufDCYRjwlobN_E9KwtQ",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaQSSybVMIU8hhamsM-PCmqqZW0-_gym3IdmeYEI32Bg00gBPjAtylB-WL4wwtkx=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Aahil Khan",
"connector": "youtube",
"channelId": "UCdGAkRWv4F5fjY2XCLyQ0hg",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaSiyLNukeaidI-b3qg3-_kgU1i8y-cPOFHt0aa3PtDyp5JVEzdutppuv_J_TsaS=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Jyoti Saxena",
"connector": "youtube",
"channelId": "UCBycwPWr3ICGigxW9TjKVUQ",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaRsEEnmch7v-lzIjheWgOpAh_miquSReVbV6gpxlgSyUIS8wkn0daaCA4bLxb7k=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Huzaifa",
"connector": "youtube",
"channelId": "UCvOJqsJq_IWfzoRMhlIUvRw",
"imageUrl": "https://yt3.ggpht.com/por9cJrQ3iYCvag_iVnaZhvEeJpT2o9NTd-ojU2-6U5XK01BX65V5HvFxNTUOQUkFXC4UrjA=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Md Yusuf",
"connector": "youtube",
"channelId": "UCuFAIfCWVTUMOxWtJ7u8rMA",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaQIZJGIuxvbDqjsLQXR8nGNvfX_aCOE5laCk1NjjA67abF6AtV3zUnWa2AmbyiC=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "naeem ahmed",
"connector": "youtube",
"channelId": "UCnN2JOl5Cy3J8jxvHYifCKg",
"imageUrl": "https://yt3.ggpht.com/ytc/AOPolaTm0SGo6cfj4KtvlE_B9A7bi5m2Xd2cnYOn2zL4=s48-c-k-c0x00ffffff-no-rj"
},
{
"username": "Afnan gamer",
"connector": "youtube",
"channelId": "UCu3SKxCiHOX_Q1gWFI1qqBQ",
"imageUrl": "https://yt3.ggpht.com/AfMO_7_oazulxfKIJO5xddw-o4DHHgpHBDNg9SYnEP7GhRUN_0D16-wjPNKrMRrRil4--fuOJw=s48-c-k-c0x00ffffff-no-rj"
}
],
"external_links": [
"https://www.youtube.com/PriyankaJazmin?sub_confirmation=1",
"https://www.instagram.com/priyanka_jazmin/"
],
"sponsored": false,
"refresh_date": "Tue, 29 Aug 2023 06:21:00 GMT",
"csat": 1.11
}
],
"all_comments": [
{
"text": "Took me back in the days when you literally swatched every lipstick on your hands with stencils and I always wondered ye kaise karleti hai itna perfect swatch espcly with bullet lipsticks 😂",
"like_count": 3,
"sentiment": 1,
"created_at": 1684582249,
"commenter": "malvika.gemini"
},
{
"text": "Amazing! What’s on your eyes Shreya? Looks gorgeous. 🔥",
"like_count": 0,
"sentiment": 1,
"created_at": 1684581170,
"commenter": "anjana.i8"
},
{
"text": "I love your earrings shreyaa😻🥹 can you please tag the page or brand from where you got them",
"like_count": 0,
"sentiment": 1,
"created_at": 1684583155,
"commenter": "itsakshdagupta"
},
{
"text": "Oh my God!! These shades look so lovely on you, Shreya. 😍 Our lipsticks need a touch-up after 5-6 hours or when someone eats/drinks as we ditched those unnecessary ingredients to make them transfer proof.\nAlso, 7 of our shades are Ecocert Certified Natural - Antler, Summerine, and Charlie Rose are 3 of those :)",
"like_count": 0,
"sentiment": 1,
"created_at": 1684650382,
"commenter": "colorchemistry.in"
},
{
"text": "summerine looks gorgeous on you 🔥",
"like_count": 0,
"sentiment": 1,
"created_at": 1684581094,
"commenter": "aarthi_paras"
},
{
"text": "Oh man, you always put me on to the good stuff! These look so good. I will likely pick up at least one lipstick. Thank you",
"like_count": 0,
"sentiment": 1,
"created_at": 1684581356,
"commenter": "radhikaprasad"
},
{
"text": "Their products are gorgeous",
"like_count": 0,
"sentiment": 1,
"created_at": 1684585115,
"commenter": "_anchal_062294_"
},
{
"text": "Summerine, i like the most",
"like_count": 0,
"sentiment": 0,
"created_at": 1684582949,
"commenter": "that_lazy"
}
],
"word_cloud": [
{
"text": "makeup",
"value": 34
},
{
"text": "love",
"value": 32
},
{
"text": "video",
"value": 21
},
{
"text": "beautiful",
"value": 20
},
{
"text": "products",
"value": 13
},
{
"text": "plz",
"value": 13
},
{
"text": "…",
"value": 12
}
],
"age_gender_distribution": {
"13-17": {
"male": 1.7,
"female": 1.3
},
"18-24": {
"male": 11.2,
"female": 11.8
},
"25-34": {
"male": 20.7,
"female": 41.3
},
"35-44": {
"male": 3.7,
"female": 5.3
},
"45-54": {
"male": 1.2,
"female": 0.8
},
"55-64": {
"male": 0.7,
"female": 0.3
},
"65-": {
"male": 0.0,
"female": 0.0
}
},
"audience": {
"age_group_distribution": {
"13-17": 3.0,
"18-24": 23.0,
"25-34": 62.0,
"35-44": 9.0,
"45-54": 2.0,
"55-64": 1.0,
"65-": 0.0
},
"age_gender_distribution": {
"13-17": {
"male": 1.7,
"female": 1.3
},
"18-24": {
"male": 11.2,
"female": 11.8
},
"25-34": {
"male": 20.7,
"female": 41.3
},
"35-44": {
"male": 3.7,
"female": 5.3
},
"45-54": {
"male": 1.2,
"female": 0.8
},
"55-64": {
"male": 0.7,
"female": 0.3
},
"65-": {
"male": 0.0,
"female": 0.0
}
},
"gender_distribution": {
"male": 38.0,
"female": 62.0
},
"city_distribution": {
"Delhi": 22.89,
"Mumbai": 14.46,
"Bangalore": 10.84,
"Hyderabad": 7.23,
"Kolkata": 7.23,
"Others": 37.35
},
"top": {
"gender": "Female",
"gender_per": 62.0,
"age_group": "25-34",
"age_group_per": 62.0,
"location": "Delhi",
"location_per": 22.89,
"country": "India"
},
"comments_sentiment_analysis": {
"comments": [
{
"text": "Took me back in the days when you literally swatched every lipstick on your hands with stencils and I always wondered ye kaise karleti hai itna perfect swatch espcly with bullet lipsticks 😂",
"like_count": 3,
"sentiment": 1,
"created_at": "Sat, 20 May 2023 11:30:49 GMT",
"commenter": "malvika.gemini"
},
{
"text": "Amazing! What’s on your eyes Shreya? Looks gorgeous. 🔥",
"like_count": 0,
"sentiment": 1,
"created_at": "Sat, 20 May 2023 11:12:50 GMT",
"commenter": "anjana.i8"
},
{
"text": "I love your earrings shreyaa😻🥹 can you please tag the page or brand from where you got them",
"like_count": 0,
"sentiment": 1,
"created_at": "Sat, 20 May 2023 11:45:55 GMT",
"commenter": "itsakshdagupta"
},
{
"text": "Oh my God!! These shades look so lovely on you, Shreya. 😍 Our lipsticks need a touch-up after 5-6 hours or when someone eats/drinks as we ditched those unnecessary ingredients to make them transfer proof.\nAlso, 7 of our shades are Ecocert Certified Natural - Antler, Summerine, and Charlie Rose are 3 of those :)",
"like_count": 0,
"sentiment": 1,
"created_at": "Sun, 21 May 2023 06:26:22 GMT",
"commenter": "colorchemistry.in"
},
{
"text": "summerine looks gorgeous on you 🔥",
"like_count": 0,
"sentiment": 1,
"created_at": "Sat, 20 May 2023 11:11:34 GMT",
"commenter": "aarthi_paras"
},
{
"text": "Oh man, you always put me on to the good stuff! These look so good. I will likely pick up at least one lipstick. Thank you",
"like_count": 0,
"sentiment": 1,
"created_at": "Sat, 20 May 2023 11:15:56 GMT",
"commenter": "radhikaprasad"
}
],
"total_comments": 202,
"sentiment": {
"positives": 35,
"negatives": 0,
"neutral": 64
},
"word_cloud": [
{
"text": "makeup",
"value": 34
},
{
"text": "love",
"value": 32
},
{
"text": "video",
"value": 21
},
{
"text": "beautiful",
"value": 20
},
{
"text": "products",
"value": 13
}
]
},
"comments_sentiment_analysis_v2": {
"all_comments": {
"excellent": {
"value": 78,
"comment_data": [
{
"comment_id": 1,
"csat": 5.0,
"nps": 10.0,
"translation": "Hii! Where's your bracelet from? 😍",
"extraction": [
{
"theme": "Bracelet",
"sentiment": "positive"
},
{
"theme": "Interest in product",
"sentiment": "positive"
}
],
"comment": "Hii! Where's your bracelet from? 😍",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 0,
"created_at": "Wed, 21 Jun 2023 19:43:07 GMT",
"post_caption": null
},
{
"comment_id": 3,
"csat": 5.0,
"nps": 10.0,
"translation": "🔥🔥",
"extraction": [
{
"theme": "Excitement",
"sentiment": "positive"
}
],
"comment": "🔥🔥",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 1,
"created_at": "Sun, 04 Jun 2023 08:30:09 GMT",
"post_caption": null
},
{
"comment_id": 7,
"csat": 5.0,
"nps": 10.0,
"translation": "❤️❤️❤️❤️",
"extraction": [
{
"theme": "Love",
"sentiment": "positive"
}
],
"comment": "❤️❤️❤️❤️",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 1,
"created_at": "Fri, 26 May 2023 07:45:41 GMT",
"post_caption": null
},
{
"comment_id": 8,
"csat": 5.0,
"nps": 10.0,
"translation": "❤️",
"extraction": [
{
"theme": "Love",
"sentiment": "positive"
}
],
"comment": "❤️",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 1,
"created_at": "Fri, 26 May 2023 07:29:51 GMT",
"post_caption": null
},
{
"comment_id": 9,
"csat": 5.0,
"nps": 10.0,
"translation": "Love this! ❤️",
"extraction": [
{
"theme": "Love",
"sentiment": "positive"
}
],
"comment": "Love this! ❤️",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 1,
"created_at": "Fri, 26 May 2023 07:19:01 GMT",
"post_caption": null
},
{
"comment_id": 11,
"csat": 5.0,
"nps": 10.0,
"translation": "My favourite 🔥🔥🔥❤️",
"extraction": [
{
"theme": "Favorite",
"sentiment": "positive"
}
],
"comment": "My favourite 🔥🔥🔥❤️",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 0,
"created_at": "Thu, 25 May 2023 14:50:41 GMT",
"post_caption": null
}
]
},
"good": {
"value": 29,
"comment_data": [
{
"comment_id": 0,
"csat": 4.0,
"nps": 8.0,
"translation": "How is your skin so clear even after applying makeup regularly?😯",
"extraction": [
{
"theme": "Skin clarity",
"sentiment": "positive"
},
{
"theme": "Makeup usage",
"sentiment": "neutral"
}
],
"comment": "How is your skin so clear even after applying makeup regularly?😯",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 0,
"created_at": "Mon, 11 Sep 2023 20:21:44 GMT",
"post_caption": null
},
{
"comment_id": 5,
"csat": 4.0,
"nps": 8.0,
"translation": "Hi I m Nc 40 in Mac, can you suggest my shade in Estée Lauder?",
"extraction": [
{
"theme": "Shade inquiry",
"sentiment": "positive"
},
{
"theme": "Purchase intent",
"sentiment": "positive"
}
],
"comment": "Hi I m Nc 40 in Mac, can you suggest my shade in Estée Lauder?",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 0,
"created_at": "Fri, 02 Jun 2023 12:38:21 GMT",
"post_caption": null
},
{
"comment_id": 6,
"csat": 4.0,
"nps": 8.0,
"translation": "Hi I m NC 40 can you suggest my shade in Estée Lauder?",
"extraction": [
{
"theme": "Shade inquiry",
"sentiment": "positive"
},
{
"theme": "Purchase intent",
"sentiment": "positive"
}
],
"comment": "Hi I m NC 40 can you suggest my shade in Estée Lauder?",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 0,
"created_at": "Fri, 02 Jun 2023 12:35:49 GMT",
"post_caption": null
}
]
},
"neutral": {
"value": 14,
"comment_data": [
{
"comment_id": 4,
"csat": 3.0,
"nps": 5.0,
"translation": "The hand accessory???",
"extraction": [
{
"theme": "Hand accessory",
"sentiment": "neutral"
}
],
"comment": "The hand accessory???",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 1,
"created_at": "Sat, 03 Jun 2023 10:57:19 GMT",
"post_caption": null
},
{
"comment_id": 23,
"csat": 3.0,
"nps": 5.0,
"translation": "If people truly embrace their true self, why wear make-up in the first place? Just a thought",
"extraction": [
{
"theme": "Makeup philosophy",
"sentiment": "neutral"
}
],
"comment": "If people truly embrace their true self, why wear make-up in the first place? Just a thought",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 7,
"created_at": "Wed, 24 May 2023 12:26:35 GMT",
"post_caption": null
},
{
"comment_id": 7,
"csat": 3.0,
"nps": 7.0,
"translation": "Hahahaha",
"extraction": [
{
"theme": "Humor",
"sentiment": "neutral"
}
],
"comment": "@wear_urstyle Hahahaha",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": "",
"created_at": "Wed, 24 May 2023 13:31:04 GMT",
"post_caption": null
},
{
"comment_id": 29,
"csat": 3.0,
"nps": 6.0,
"translation": "Hey dear 💖 You want sugar cosmetics products for free and at an 80% discount? Then check out my channel, you will find the video on the homepage 🥰✨",
"extraction": [
{
"theme": "Promotional Offer",
"sentiment": "neutral"
},
{
"theme": "Product Inquiry",
"sentiment": "neutral"
}
],
"comment": "Hey dear 💖\nApko sugar cosmetic k products chahiye free m aur 80% discount par toh mere channel par view karke dekho home page par video mil jayegi 🥰✨",
"post_url": "https://www.youtube.com/shorts/GKAV0o7Tqik",
"like_count": null,
"created_at": "Thu, 09 Feb 2023 12:45:11 GMT",
"post_caption": null
},
{
"comment_id": 31,
"csat": 3.0,
"nps": 6.0,
"translation": "You want sugar cosmetics products for free and at an 80% discount? Then check out my channel, you will find the video on the homepage 🥰✨....",
"extraction": [
{
"theme": "Promotional Offer",
"sentiment": "neutral"
},
{
"theme": "Product Inquiry",
"sentiment": "neutral"
}
],
"comment": "Apko sugar cosmetic k products chahiye free m aur 80% discount par toh mere channel par view karke dekho home page par video mil jayegi 🥰✨....",
"post_url": "https://www.youtube.com/shorts/GKAV0o7Tqik",
"like_count": null,
"created_at": "Thu, 09 Feb 2023 12:46:29 GMT",
"post_caption": null
}
]
},
"average": {
"value": 3,
"comment_data": [
{
"comment_id": 17,
"csat": 2.0,
"nps": 3.0,
"translation": "Saying all this and then selling foundation 😂😂",
"extraction": [
{
"theme": "Inconsistency",
"sentiment": "negative"
}
],
"comment": "Saying all this and then selling foundation 😂😂",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 0,
"created_at": "Wed, 24 May 2023 15:00:25 GMT",
"post_caption": null
},
{
"comment_id": 41,
"csat": 2.0,
"nps": 4.0,
"translation": "You look so Neha Kakkar",
"extraction": [
{
"theme": "Celebrity Comparison",
"sentiment": "neutral"
}
],
"comment": "You look so Neha kakkar",
"post_url": "https://www.youtube.com/shorts/GKAV0o7Tqik",
"like_count": null,
"created_at": "Thu, 28 Apr 2022 12:28:36 GMT",
"post_caption": null
},
{
"comment_id": 46,
"csat": 2.0,
"nps": 4.0,
"translation": "Bb cream is good or cc cream pls answer me🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻 pls pls",
"extraction": [
{
"theme": "Product Inquiry",
"sentiment": "neutral"
}
],
"comment": "Bb cream is good or cc cream pls answer mee🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻pls pls",
"post_url": "https://www.youtube.com/shorts/GKAV0o7Tqik",
"like_count": null,
"created_at": "Mon, 25 Apr 2022 10:00:51 GMT",
"post_caption": null
}
]
},
"negative": {
"value": 4,
"comment_data": [
{
"comment_id": 2,
"csat": 1.0,
"nps": 2.0,
"translation": "Error: Comment is empty.",
"extraction": [
{
"theme": "Comment content",
"sentiment": "error"
}
],
"comment": "",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 4,
"created_at": "Fri, 09 Jun 2023 16:33:06 GMT",
"post_caption": null
},
{
"comment_id": 26,
"csat": 1.0,
"nps": 0.0,
"translation": "Error: Comment is not valid.",
"extraction": [
{
"theme": "Comment content",
"sentiment": "error"
}
],
"comment": "Commm",
"post_url": "https://www.instagram.com/p/Csn81H5qJlQ",
"like_count": 2,
"created_at": "Wed, 24 May 2023 11:52:43 GMT",
"post_caption": null
},
{
"comment_id": 0,
"csat": 1.0,
"nps": 2.0,
"translation": "why are you replying this on my comment?",
"extraction": [
{
"theme": "Customer Engagement",
"sentiment": "negative"
}
],
"comment": "@@Gurpreetkaur-x why r you replying this on my comment?",
"post_url": "https://www.youtube.com/watch?v=QfTVmIQXXFQ",
"like_count": null,
"created_at": "Wed, 09 Mar 2022 19:26:24 GMT",
"post_caption": null
},
{
"comment_id": 0,
"csat": 1.0,
"nps": 2.0,
"translation": "why r you replying this on my comment?",
"extraction": [
{
"theme": "Engagement",
"sentiment": "negative"
}
],
"comment": "@@Gurpreet_Kaurzz why r you replying this on my comment?",
"post_url": "https://www.youtube.com/watch?v=QfTVmIQXXFQ",
"like_count": null,
"created_at": "Wed, 09 Mar 2022 19:26:24 GMT",
"post_caption": null
}
]
},
"unknown": {
"value": 204,
"comment_data": [
{
"comment_id": 47,
"comment": "Hey dear 💖\nApko sugar cosmetic k products chahiye free m aur 80% discount par toh mere channel par view karke dekho home page par video mil jayegi 🥰✨",
"post_url": "https://www.youtube.com/shorts/GKAV0o7Tqik",
"like_count": null,
"created_at": "Thu, 09 Feb 2023 12:45:58 GMT",
"csat": 0,
"nps": 0,
"extraction": [
{
"theme": "unknown",
"sentiment": "unknown"
}
],
"post_caption": null
},
{
"comment_id": 48,
"comment": "Hello dear ❤️\nApko sugar cosmetic k products chahiye free m aur 80% discount par toh mere channel par view karke dekho home page par video mil jayegi 🥰✨",
"post_url": "https://www.youtube.com/shorts/GKAV0o7Tqik",
"like_count": null,
"created_at": "Thu, 09 Feb 2023 12:46:53 GMT",
"csat": 0,
"nps": 0,
"extraction": [
{
"theme": "unknown",
"sentiment": "unknown"
}
],
"post_caption": null
},
{
"comment_id": 49,
"comment": "Lipstick beautiful👄",
"post_url": "https://www.youtube.com/shorts/GKAV0o7Tqik",
"like_count": null,
"created_at": "Sun, 20 Mar 2022 19:45:46 GMT",
"csat": 0,
"nps": 0,
"extraction": [
{
"theme": "unknown",
"sentiment": "unknown"
}
],
"post_caption": null
},
{
"comment_id": 50,
"comment": "I like your makeup and your smile is.......👌👌👌👌👌👌👌👌👌👌",
"post_url": "https://www.youtube.com/shorts/GKAV0o7Tqik",
"like_count": null,
"created_at": "Fri, 18 Mar 2022 14:57:17 GMT",
"csat": 0,
"nps": 0,
"extraction": [
{
"theme": "unknown",
"sentiment": "unknown"
}
],
"post_caption": null
}
]
},
"total_comments": 332,
"actionable_insights": [
"Focus on creating more educational materials and tutorials related to product usage and beauty techniques, enhancing customer knowledge and engagement.",
"Consider introducing a loyalty program to reward customers who express interest in promotional offers and discounts.",
"Explore opportunities to expand the inclusive shade range of products to foster a deeper emotional connection with diverse customer groups."
],
"overall_summary": [
"Customers commend the brand for its authenticity, diversity, and inspirational messaging, creating strong emotional bonds.",
"The Estee Lauder foundation's inclusive shade range is a standout feature that resonates well with users.",
"High-quality products and appealing aesthetics are frequently praised, positively influencing overall brand perception."
],
"overall_csat": 1.68,
"per_post_csat": {
"Csn81H5qJlQ": 4.56,
"GKAV0o7Tqik": 1.11,
"QfTVmIQXXFQ": 0.97
},
"overall_nps": -43.07,
"positive_themes": [
"Authenticity",
"Inclusivity",
"Quality",
"Aesthetic",
"Education"
],
"negative_themes": [
"Lack of Tutorials",
"Limited Discounts",
"Information Gaps",
"Emotional Disconnect",
"Product Availability"
],
"distribution": {
"excellent": 23.49,
"good": 8.73,
"neutral": 4.22,
"average": 0.9,
"negative": 1.2,
"unknown": 61.45
},
"word_cloud": [
{
"text": "video",
"value": 54
},
{
"text": "products",
"value": 46
},
{
"text": "makeup",
"value": 46
},
{
"text": "love",
"value": 42
}
]
},
"comments_sentiment_analysis_v2_at": "Tue, 09 Sep 2025 09:23:12 GMT"
}
},
"reach_trends": [
{
"2023-11-03": {
"reach": 6000621
}
},
{
"2023-11-04": {
"reach": 6001016
}
},
{
"2023-11-05": {
"reach": 6001401
}
},
{
"2023-11-06": {
"reach": 6001433
}
},
{
"2023-11-07": {
"reach": 6001817
}
},
{
"2023-11-08": {
"reach": 6002196
}
},
{
"2023-11-09": {
"reach": 6002914
}
},
{
"2023-11-10": {
"reach": 6002931
}
},
{
"2023-11-11": {
"reach": 6003317
}
},
{
"2023-11-12": {
"reach": 6003697
}
},
{
"2023-11-13": {
"reach": 6004101
}
},
{
"2023-11-14": {
"reach": 6004721
}
},
{
"2023-11-15": {
"reach": 6004776
}
},
{
"2023-11-16": {
"reach": 6005410
}
},
{
"2023-11-17": {
"reach": 6005729
}
},
{
"2023-11-18": {
"reach": 6006023
}
},
{
"2023-11-19": {
"reach": 6006415
}
},
{
"2023-11-20": {
"reach": 6006794
}
},
{
"2023-11-21": {
"reach": 6007142
}
},
{
"2023-11-22": {
"reach": 6007167
}
},
{
"2023-11-23": {
"reach": 6007680
}
},
{
"2023-11-24": {
"reach": 6008128
}
},
{
"2023-11-25": {
"reach": 6008815
}
},
{
"2023-11-26": {
"reach": 6009223
}
},
{
"2023-11-27": {
"reach": 6009642
}
},
{
"2023-11-28": {
"reach": 6010043
}
},
{
"2023-11-29": {
"reach": 6010411
}
},
{
"2023-11-30": {
"reach": 6010443
}
},
{
"2023-12-01": {
"reach": 6010823
}
},
{
"2023-12-02": {
"reach": 6011184
}
},
{
"2023-12-03": {
"reach": 6011802
}
}
],
"engagement_trends": [
{
"2023-11-03": {
"engagement": 0.93
}
},
{
"2023-11-04": {
"engagement": 0.93
}
},
{
"2023-11-05": {
"engagement": 0.93
}
},
{
"2023-11-06": {
"engagement": 0.93
}
},
{
"2023-11-07": {
"engagement": 0.92
}
},
{
"2023-11-08": {
"engagement": 0.92
}
},
{
"2023-11-09": {
"engagement": 0.92
}
},
{
"2023-11-10": {
"engagement": 0.92
}
},
{
"2023-11-11": {
"engagement": 0.93
}
},
{
"2023-11-12": {
"engagement": 0.92
}
},
{
"2023-11-13": {
"engagement": 0.92
}
},
{
"2023-11-14": {
"engagement": 0.92
}
},
{
"2023-11-15": {
"engagement": 0.92
}
},
{
"2023-11-16": {
"engagement": 0.92
}
},
{
"2023-11-17": {
"engagement": 0.92
}
},
{
"2023-11-18": {
"engagement": 0.92
}
},
{
"2023-11-19": {
"engagement": 0.92
}
},
{
"2023-11-20": {
"engagement": 0.92
}
},
{
"2023-11-21": {
"engagement": 0.92
}
},
{
"2023-11-22": {
"engagement": 0.92
}
},
{
"2023-11-23": {
"engagement": 0.92
}
},
{
"2023-11-24": {
"engagement": 0.92
}
},
{
"2023-11-25": {
"engagement": 0.92
}
},
{
"2023-11-26": {
"engagement": 0.92
}
},
{
"2023-11-27": {
"engagement": 0.92
}
},
{
"2023-11-28": {
"engagement": 0.92
}
},
{
"2023-11-29": {
"engagement": 0.92
}
},
{
"2023-11-30": {
"engagement": 0.92
}
},
{
"2023-12-01": {
"engagement": 0.92
}
},
{
"2023-12-02": {
"engagement": 0.92
}
},
{
"2023-12-03": {
"engagement": 0.92
}
}
],
"hashtag_insights": null,
"hashtag_overview": {
"total_reach": 0,
"total_post_count": 0,
"total_views": 0,
"cpr": 0,
"cpv": 0
},
"hashtags": [
"#MyShadeMyStory",
"#EsteePartner",
"#swatches",
"#review",
"#EsteeLauder",
"#lipstick"
],
"cost_of_campaign": 150000,
"custom_field_name": null,
"insights_refreshed_at": "Sun, 03 Dec 2023 01:32:01 GMT",
"custom_field_value": null,
"name": "Test_Campaign",
"brand_name": "Sugar",
"brand_logo_url": "https://ylytic.s3.ap-south-1.amazonaws.com/uploads/6e8f3647-1d2f-4389-9140-696baef99b0d.jpeg",
"client_name": "Anurag",
"client_logo_url": "",
"insights_link": "https://insights.ylytic.com/campaign?id=6544d4f9c8f153b84bdf1355",
"threshold_reach": null,
"threshold_er": null
}
Last updated