My target is to get the information in my app of the origin of the user: does he/she come from a Google Ad click?

The flow is: Google Ad -> AppStore/GooglePlay -> App Download -> App Opening -> Firebase custom event (like Register or whatever).

When we connect Firebase and Google Ad together, we can have the conversion funnel available in Google Ads.

It means that the tracker is available in Firebase within the iOS/Android app.

Is it possible to retrieve this tracker from Firebase? I want to send this information to Mixpanel that the user downloaded an app thanks to a Google Ad click.

PS: any answer is good, but I will use React Native or Flutter to implement this behavior.

Thanks!

Whatsapp (business) cloud API expires your chat session after 24 hours of inactivity. I developed a mini-app to use the API to send server alarms about the state of my machines, but when the (user-initiated) session is aging more than 24 hours the cloud API disables my notifications, it just silently drops all the messages (that I am sending via API) without any error code. Of course an alarm system can't be so unreliable so I need to keep the session with business test account (which sends all the messages) active before the API expires it.

How can I do it? I can't send messages on behalf of myself using the API, so how can you make the conversation active all the time programmatically so it never becomes inactive?

Or if there are any other methods to send Whatsapp messages programmatically all the time without manually initiating conversation with business account I would like to hear your suggestions.

After weeks of having a WhatsApp Cloud API up and running, suddenly all my phone numbers can no longer send messages. Keep getting (#200) You do not have the necessary permissions required to send messages on behalf of this WhatsApp Business Account.

I have already checked the Meta Token Debugger, and my token has all necessary permissions (whatsapp_business_management and whatsapp_business_messaging (and business_management just in case)), and have added (and re-added) (system)users to my WhatsApp accounts w/ new tokens, but no luck.

I already have a support case with Meta, but so far they've been radio-silent, and it's kinda business critical to make sure my bots are able to reply to any request, so trying here too.