Hello everyone, I'm trying to simply add a tester for my Instagram account unfortunantly it's not letting me it's returning a weird error Form can't be saved Please verify all information is entered correctly and try again|
would you please help me figure this out ?

When I request for an IG users media_count, it will return the following error:
{
"error": {
"code": 1,
"message": "Please reduce the amount of data you're asking for, then retry your request"
}
}
This seems incorrect since I am only requesting a single field value. The user does have over 12K posts, but if I am unable to use this query value, what should I use?
Query: {ID}?fields=media_count

I have implemented server-side tagging in in Google Tag Manager (GTM), but I'm sending HTTP requests directly from my backend code, rather than using JavaScript on the frontend (as many other developers). Since, the conversion tracking cookies set by Meta and Google aren't automatically sent when sending a HTTP request from my backend code, I am getting the _fbp and _fbc cookie values from the context and sending them as a "ep.x-fb-ck-fbp" and "ep.x-fb-ck-fbc" to the GTM server container, which allows me to track Facebook ads conversions successfully.

I am now looking to replicate this process for Google Ads. I understand that for Google Ads conversion tracking, the GCLID is a parameter that sets the _gcl_aw cookie which I should use to track conversion. However, I am not certain how to send this cookie value in the Http request that I'm sending from my server to the GTM server container.

In other words, if I'm sending the Meta's _fbc cookie value as a "ep.x-fb-ck-fbc" parameter, how should I send the Google's _gcl_aw and _gcl_au cookies.

Hey, we use Facebook Login for our website. Facebook spotted an issue which got fixed but I believe what has happened is that we forgot to get back to Facebook and ask them to re-test it and now they have just gone and disabled our account.
Is there any way to speed up the process of re-enabling the account? Starting to feel like enabling facebook login at all was a mistake if they just go and turn it off without any direct way to get it re-enabled for us, users not being able to access our product is quite problematic.