Dashboard overview with mParticle
2:22
Event Connections with mParticle
3:12
Data Filtering with mParticle
3:40
2 жыл бұрын
Create an output with mParticle
1:03
Creating an Audience with mParticle
3:03
Calculations Types with mParticle
3:10
Calculated Attributes with mParticle
2:17
Audience Suppression with mParticle
2:55
APIs vs Webhooks
4:39
2 жыл бұрын
mParticle + Vidora Integration
2:49
2 жыл бұрын
Introducing Event Connection Health
4:48
Sample Apps Workshop
52:43
2 жыл бұрын
Пікірлер
@Ravi5ingh
@Ravi5ingh 10 күн бұрын
so a webhook is an endpoint? why is this 4 minutes?
@carmelgpt
@carmelgpt Ай бұрын
I wished u guys uploaded more😭 u guys are so cool in explaining
@KellyHill-x1m
@KellyHill-x1m Ай бұрын
❤🔑✊🏽💯😊
@AA-rg4sv
@AA-rg4sv Ай бұрын
Its a great content. How to test the webhook server using test automation? Thanks
@TheEletricboy
@TheEletricboy 2 ай бұрын
Good explanation but hooooooly I wasn't ready for the ads. I understand you as a content creator need them but man it ate up a huge unnecessary chunk of the video.
@CzajaFabian
@CzajaFabian 4 ай бұрын
Extremely high-quality video. Good work, man! You have too few followers, but now one more. ;)
@sushik15
@sushik15 5 ай бұрын
Crappy explanation. I should have known halfway through that since u arent using a dark theme in postman u arent a real developer
@ifeoluwaajiboye7741
@ifeoluwaajiboye7741 8 ай бұрын
What if i have a video hosted on airtable, do i still to use the "get a file" module to post on my KZbin
@ayasswain
@ayasswain 8 ай бұрын
Well explained
@tknayak
@tknayak 9 ай бұрын
You made it more difficult to understand
@VK-pk8uz
@VK-pk8uz Жыл бұрын
So a webhook is just a POST-endpoint whereas an API is a whole host of endpoints?
@BudetSvobodnoy
@BudetSvobodnoy 11 ай бұрын
This and the fact that API has request-response cycle, whereas webhook just sends data oneway. That's how I understood it.
@tvstation2
@tvstation2 4 ай бұрын
Yes
@jaymarcase9737
@jaymarcase9737 Жыл бұрын
You did a great job of explaining that.
@manshalkhatri9289
@manshalkhatri9289 Жыл бұрын
Informative
@Вкусные_видео-228
@Вкусные_видео-228 Жыл бұрын
0:14 ❤
@rahulghadage6334
@rahulghadage6334 Жыл бұрын
What if I need to discard batch, if countryname not available or null. In changeCountryName method 'return' statement is there. But nothing is handled at invokation point. Please guide.
@johnmcway6120
@johnmcway6120 Жыл бұрын
so I can't send an API request as soon as an event takes place? cant this be achieved in the exact same way? function send_message(): # code request.post(status, details) How is using webhooks different?
@XEQUTE
@XEQUTE Жыл бұрын
In some cases your code is posible but many times it is not possible to poll the server for changes and then send a request A better explanation brought to you by the new age internet : Webhooks work in a different way. With webhooks, you don't initiate a request to the server; instead, the server initiates a request to your client when an event occurs. The server "calls back" to a URL provided by your client (the webhook endpoint), and sends data about the event that triggered the webhook. So, in the case of using webhooks, you don't need to constantly poll the server for updates or events. Instead, the server sends you the data automatically, as soon as the event occurs. This can be more efficient and reduce latency, since you don't need to repeatedly send requests to check for updates. In summary, while both APIs and webhooks can be used to send and receive data, the main difference is in how the data is pushed or pulled. APIs use a request-response model where the client initiates the request, while webhooks use a push model where the server initiates the request to the client.
@antnauman
@antnauman Жыл бұрын
I haven't used webhooks yet, but my understanding is: Webhooks are basically callback URLs that the client provides to the server. These URLs needs to be called by the server when a specific event occurs. So when the event occurs, server will just send a post request to that URL (by probably creating a proxy client), and some server SHOULD be listening at that URL for requests, otherwise there is no point.
@wessamabozeid8522
@wessamabozeid8522 Жыл бұрын
@@XEQUTE This explains it better than the video
@XEQUTE
@XEQUTE Жыл бұрын
pleasure buddy@@wessamabozeid8522
@BisterBox
@BisterBox 5 ай бұрын
You can request as soon as an event takes place
@bluemgk69
@bluemgk69 Жыл бұрын
What happened to the rest of it, it ended while Nas was talking….
@jacobyoung2045
@jacobyoung2045 Жыл бұрын
Risk his phone to teach us, thank you.
@sardor-tokhirov
@sardor-tokhirov Жыл бұрын
Thank you fro awsome video !
@knottage
@knottage 2 жыл бұрын
Nice vid
@smdedar
@smdedar 2 жыл бұрын
Thanks very well explained
@victorbuqueramenezesdesouz4691
@victorbuqueramenezesdesouz4691 2 жыл бұрын
thanks
@harryv7637
@harryv7637 2 жыл бұрын
𝚙𝚛𝚘𝚖𝚘𝚜𝚖
@harrykekgmail
@harrykekgmail 2 жыл бұрын
Super useful presentation. Thank you
@harrykekgmail
@harrykekgmail 2 жыл бұрын
Very useful
@harrykekgmail
@harrykekgmail 2 жыл бұрын
seems too easy!
@TheMattSeely
@TheMattSeely 2 жыл бұрын
Such a great product!
@nextlevelgrowthstrategies5099
@nextlevelgrowthstrategies5099 2 жыл бұрын
This new product feature has a lot of promise! Kudos for bringing this to market.
@Aliphotography
@Aliphotography 2 жыл бұрын
Hi, how can I fire the "User Identity Change" event?
@bradarmstrong9282
@bradarmstrong9282 2 жыл бұрын
𝘱𝘳𝘰𝘮𝘰𝘴𝘮
@GospelMusicians
@GospelMusicians 2 жыл бұрын
You never said where to put the Code on the theme. Is it between the head or body?
@gayatrivenkata6851
@gayatrivenkata6851 2 жыл бұрын
Please Provide more videos
@andersonidris8149
@andersonidris8149 3 жыл бұрын
I never believed in herbal medicine until I met a friend of mine who was also cured from herpes with herbal medicine, I decided to give it try by contacting Dr Osemen On KZbin....
@DJ.DBD1
@DJ.DBD1 3 жыл бұрын
Commodore 64 I remember when my brother had it all we did was play the little Games …No one was teaching urban kids how to program back in and read the menu you didn’t know where the hell you were
@wasilwassiq491
@wasilwassiq491 3 жыл бұрын
Nas always be like "ahh man" when asked a question. LMAOOOOO BTW congrats on your Coinbase adventure.
@doloresmgonzalez1017
@doloresmgonzalez1017 4 жыл бұрын
He’s so smart. I would love to talk to him for hours.
@dariuswilliams6683
@dariuswilliams6683 9 ай бұрын
Facts! 💯
@JannemanVaarwater
@JannemanVaarwater 4 жыл бұрын
The fact that Nas is human and not an act.. that's great!
@iysisrose
@iysisrose 4 жыл бұрын
*NaS = G.O.A.T !!!*
@deannagreen2006
@deannagreen2006 4 жыл бұрын
NASIR JONES ON M PARTICULAR INTERVIEW YOUR LOOKING SO SEXY BOY . YOUR A ICON AND YOU EARNED THE ICON AWARD 3/1/20. I ALWAYS BEEN A FANOF YOURS I SAW YOU JUNE/JULY 2012 COMPLEX MAGAZINE THE ARTICLE WAS POWERFUL YOU WROTE ABOUT YOUR DIVORCE .
@seathegold6291
@seathegold6291 5 жыл бұрын
Wavy®™ Hi Guys,
@Ausbos5
@Ausbos5 5 жыл бұрын
Unbelievable resource. These tools are incredible. Wish I had more context on screens at 14:20
@samsung20011
@samsung20011 5 жыл бұрын
We're going round trip to Africa forever BABY... LOVE YOU BELLY UP
@onerebelgun
@onerebelgun 6 жыл бұрын
Nas da man
@lotto5742
@lotto5742 6 жыл бұрын
And uhmmm, so uhmmmm, and uhmmm, uhmmmm, uhmmm, uhmmm, uhmmmm.
@djnation1148
@djnation1148 4 жыл бұрын
Stfu
@joeljoseph9017
@joeljoseph9017 4 жыл бұрын
Stfu
@iysisrose
@iysisrose 4 жыл бұрын
*STFU*
@kourtneymaxberry353
@kourtneymaxberry353 4 жыл бұрын
stfu
@moshebgr8
@moshebgr8 3 жыл бұрын
STFU
@kekelo123blake4
@kekelo123blake4 6 жыл бұрын
Nas , you're just hot.🤗
@denylabrock2751
@denylabrock2751 6 жыл бұрын
Is it still legit if you get the ticket shipped to you?
@zerodarkthirty1935
@zerodarkthirty1935 6 жыл бұрын
Sweet content. I learned a bit from here. Thankyou!
@mattyghost3409
@mattyghost3409 6 жыл бұрын
Im gonna do the same Im up 70,000$ in stocks
@claudioabedgnego5455
@claudioabedgnego5455 6 жыл бұрын
really Nigga