I'm getting webhook for threads - but there are some issues.
How do I identify the user that the webhook is related to? I do get the post ID in the webhook - but how to find out to whom (user ID) it is related to? (i can all the API to get the threads info - but whcih token should I use - I am managing multiple users)
What are the suubscription_id":"999999999999" and "has_uid_field":false means?

While working on the message templates for Whatsapp business account, all templates have suddenly disappeared from Whatsapp manager. Templates are not lost or deleted, if i make queries via graph API, i can get a list of templates. But they are no longer visible. Also, there is a dropdown button on the top-right corner with the list of WA accounts, which had shown my accounts - well, recently at least. Now the list is empty too. Accounts themselves are accessible, just not visible in the dropdown. Looking ad devtools requests, found this: {"errors":[{"message":"Rate limit exceeded","severity":"CRITICAL","mids":["49c9f681234212bf21bfa623f02dffbb"],"code":3252001,"api_error_code":368,"summary":"You\u2019re Temporarily Blocked","description":{"__html":"It looks like you were misusing this feature by going too fast. You\u2019ve been temporarily blocked from using it."},"description_raw":{"__html":"It looks like you were misusing this feature by going too fast. You\u2019ve been temporarily blocked from using it."},} - and some more metadata, not very informative.

I've tried to get reports via Google Ads API. Most metrics can be gathered through this api except app installation conversions.

I need to get all metrics on ad group level but Google only support that metric on asset level (ad_group_ad_asset_view table).

Is there any way to count app installation on ad group level? (I've just summed up each metric from the result of ad_group_ad_asset_view but it does not match with the view from Report UI, of course)