Hi, I have a problem with `application_tracking_en...
# support
r
Hi, I have a problem with
application_tracking_enabled
flag in Rudderstack. This stopped ours adds for now. Can I do something with this by React Native SDK?
Copy code
{
   "status":400,
   "message":"Failed with Invalid parameter during response transformation",
   "destinationResponse":{
      "error":{
         "message":"Invalid parameter",
         "type":"OAuthException",
         "code":100,
         "error_subcode":2804048,
         "is_transient":false,
         "error_user_title":"Brak flagi Advertiser Tracking Enabled",
         "error_user_msg":"Parametr „application_tracking_enabled" jest wymagany w związku z tym zdarzeniem ze źródłem działania „app" (każdy z nich ustawiony jako 0 lub 1). Aplikacje powinny dawać użytkownikom możliwość wyłączenia monitorowania reklam, skutkując ustawieniem parametru „advertiser_tracking_enabled".",
         "fbtrace_id":"..."
      },
      "status":400
   },
   "statTags":{
      "errorCategory":"network",
      "errorType":"aborted",
      "destType":"FACEBOOK_PIXEL",
      "module":"destination",
      "implementation":"native",
      "feature":"dataDelivery",
      "destinationId":"...",
      "workspaceId":"..."
   }
}
Brak flagi Advertiser Tracking Enabled
is Polish message for:
There is no Advertiser Tracking Enabled flag
. And message in english is:
The "application_tracking_enabled" parameter is required for this event with the action source "app" (each set to 0 or 1). Apps should give users the option to disable ad tracking by setting the "advertiser_tracking_enabled" parameter.
.
m
Hey There! 👋 Your message has been received by the RudderStack team. Our standard customer support hours are 9-6 PM EST, but we will forward this request to your Technical Account Manager, and they will get back to you shortly. Please use the thread for any additional comments.
q
Which version of react native you are using? Can you share a sample payload that you are sending?
r
0.70.8
q
This is done via user transformation. Here is a relevant doc. https://www.rudderstack.com/docs/features/transformations/
r
I use 1.5.1 now
i check this out and return here if needed, thank You for now