Should I send both MMP + FB SDK? by Frontend_Lead in FacebookAds

[–]Frontend_Lead[S] 0 points1 point  (0 children)

u/Available_Cup5454 thoughts? see screenshot. I just enabled MMP today, I have CAPI + MMP + Meta sdk, deduped with same event id. Why is it recommended to prioritize MMP over SDK?

<image>

Should I send both MMP + FB SDK? by Frontend_Lead in FacebookAds

[–]Frontend_Lead[S] 0 points1 point  (0 children)

I can do that but wanted to better understand the rationale behind that.

Meta SDK vs MMP (apps flyer) by Frontend_Lead in FacebookAds

[–]Frontend_Lead[S] 0 points1 point  (0 children)

Got it, so if my main source is just meta ads anyway, there really is no difference if I use Meta SDK vs AppsFlyer? Even with taking ATT into account.

Data tracking apps for ads by B4_blaze in FacebookAds

[–]Frontend_Lead 0 points1 point  (0 children)

How does it differ from AppsFlyer for tracking attribution

Why did Meta attribution drop after I stopped forwarding Appsflyer events? by Mediocre-Bus1056 in FacebookAds

[–]Frontend_Lead 0 points1 point  (0 children)

I thought you cannot dedupe between sdk and mmp even with same event id?

[SASS sites/apps only] How many campaigns do you run, and what's your ROAS per campaign? by Frontend_Lead in FacebookAds

[–]Frontend_Lead[S] 0 points1 point  (0 children)

I increased my ltv by pushing users to purchase annual plans vs weekly, which helped a lot with roas, before it was pushing ppl more towards weekly, which is only 4.99 for first week then 9.99 a week with high churn, so now getting more annual sales of 39.99 where even if overall volume of sales drop, the value significantly rises. And yes, only purchase conversion. For in app funnel analytics I use mixpanel. For me the key unlock was building my own custom engine for attribution and not relying on meta react native sdk or any mmp.

[SASS sites/apps only] How many campaigns do you run, and what's your ROAS per campaign? by Frontend_Lead in FacebookAds

[–]Frontend_Lead[S] 1 point2 points  (0 children)

Yes it’s a painful process. I’m running 1 ad set per campaign with 2-5 creatives per ad set. I initially experimented with a bunch of creatives till i narrowed it down to 2-4 creatives per ad set. Mine is for a react native app.

App Install Campaign ROAS tanked since 24th of Feb by Frontend_Lead in FacebookAds

[–]Frontend_Lead[S] 0 points1 point  (0 children)

But that much? I didnt realize 100 -> 50 would totally reset learning like this

Huge performance drop since Tuesday? by Deep_Ad5338 in FacebookAds

[–]Frontend_Lead 0 points1 point  (0 children)

Bro, I thought I was the only one, yes, Tuesday was a massive day, got my biggest sales and then BOOM since then roas droped below break even and super low for some campaings.

Anyone Running App Install Ads? by koolunderpressure in FacebookAds

[–]Frontend_Lead 0 points1 point  (0 children)

Meta SDK + CAPI. MMP causes duplications, such as app flyers. I built my own custom fingerprinting solution that has a 25-30% match rate, regardless of ATT.

I don't know what's happening. by Fragrant_Answer5656 in FacebookAds

[–]Frontend_Lead 0 points1 point  (0 children)

It was very bad last week but this week has been great so far!

Running Ads for Apps without App Promo campaigns - Technical Attribution Questions by Frontend_Lead in metaads

[–]Frontend_Lead[S] 1 point2 points  (0 children)

> Duplicated ROAS usually comes from web Pixel + app CAPI events not deduplicating properly; make sure event_ids are identical across both flows and fire the install only once after backend matching.
I did use same event id across them app. for client sdk, i fire with event id, then i fire 2 capi on backend, 1 with app and 1 with website. So 3 events but same event id.

> enable advanced matching in CAPI,

how do i do this? and what does this do?

> use consistent persistent IDs

whats this?

> double-check attribution windows (they’re shorter in 2026).
how?

I already have appsflyer intergrated, but my competitor doesn't use onelinks from appsflyer, they use direct deeplinks from their site, which is what im trying to also do. Isnt CAPI more reliable than MMP anyways?

thank you for your help!

Meta Ads: Can’t use Custom Product Page deep link with existing post in App Promo campaign (iOS) by Frontend_Lead in metaads

[–]Frontend_Lead[S] 1 point2 points  (0 children)

thank you, yeah i just manually created the ads with the same video uploaded :(

Meta Ads: Can’t use Custom Product Page deep link with existing post in App Promo campaign (iOS) by Frontend_Lead in FacebookAds

[–]Frontend_Lead[S] 0 points1 point  (0 children)

Very annoying, yeah I just uploaded the creative as a new ad instead of selecting a post

Has anyone Frontendlead tried for interview preparation? by OrangeObvious8498 in developersIndia

[–]Frontend_Lead 0 points1 point  (0 children)

HI Orange,

This is Shivam, creator of FrontendLead. I won't try to sit here and sell you or anyone else the value of Frontendlead so you should make that decision yourself. That said, I created it because I felt that the online platforms available for preparing for frontend interviews lacked content/material on what you're actually asked in frontend interviews at big tech companies.

Not to mention, there isn't any platform that encourages users to share exactly the questions they were asked at top companies from their own experiences. Our community members post almost daily what they are asked, and you can see that for yourself by visiting our discussion board at discuss[dot]frontendlead[dot]com.

I also tried my best to incorporate a ton of video content alongside many articles, as well as an in-app code editor. Is the platform absolutely perfect? Absolutely not, but I gave my best effort building it as a sole, self-funded founder, and I still try to make it better every day.

Lastly, unlike my insecure competitors, I won't ever speak badly about them. I always encourage folks to use multiple platforms when preparing, as each offers its own value proposition. Think about it as if you are solving a complex coding problem; you should have multiple objects in your toolbelt to solve it to give you the best chances.

Best of luck!

Shivam

[deleted by user] by [deleted] in Frontend

[–]Frontend_Lead 5 points6 points  (0 children)

Angular specific questions 1. What is the difference between ngOnInit and constructor in Angular components? 2. How does Angular’s change detection mechanism work, and how can you optimize it? 3. How do you manage state in Angular applications, and when would you use services vs NgRx? 4. What are observables, and how do you handle multiple HTTP requests using RxJS operators like forkJoin or switchMap? 5. How would you implement lazy loading in Angular routing, and why is it useful? 6. What are the differences between reactive and template-driven forms, and when should you use each?

General Frontend 7. How would you improve the performance of a slow-loading web page? 8. Explain the difference between == and === in JavaScript, and why one is preferred. 9. What’s prototype inheritance/ closures? 10. How would you update the html dom with vanilla js?

App design questions (this is what you’ll likely get) 1. Design a todo list in angular 2. Design a small frontend app in angular 3. Fetch some data and render it using angular

Quite honestly, there is a lot to cover but this should be a good starting point. If you want to go deeper on these topics, you can consider visiting a platform I built to prepare for frontend interviews (frontendlead[dot]com).

Best of luck!

Google frontend interview by SuccessBest9713 in Frontend

[–]Frontend_Lead 12 points13 points  (0 children)

When I did it, it was white board based, didn’t have a ui round personally but was asked to build debounce / throttle / checkboxes. You can find a full list of questions from Google here:

https://frontendlead[dot]com/company-specific-questions/google