Meta Audience Network SDK

Meta Audience Network SDK (facebook/graph-network-ads-common)

operated by: Facebook (get company information on datarequests.org)
Meta Audience Network is a service by Facebook that allows app developers to monetize their apps with ads. Source Facebook offers Audience Network SDKs for Android Source , iOS Source , and Unity Source .

Endpoint URLs

These are URLs or regexes of endpoints the tracker sends data to. We use these to determine which adapter to apply to a request. Some trackers use the same endpoint for several formats. In this case we use additional logic to match the adapter to the request, refer to the code for more information.
  • https://graph.facebook.com/network_ads_common

Decoding steps

Every tracking library has its own way of transmitting tracking data, often even several. They are regularly pretty convoluted, nested encoding schemes. Because of that, the adapter needs to decode the request information into a consistent format. We try to keep keys and paths intact, but the structure results from our decoding. All steps used in the decoding for this adapter are documented here.
  1. Parse the request body as a query string. Store that in the result for the request body.
  2. Parse the result for the request body at VALPARAMS as JSON. Replace the existing value.
  3. Parse the result for the request body at ANALOG as JSON. Replace the existing value.
1res.body = parseQueryString(body)
2res.body.VALPARAMS = parseJson(res.body.VALPARAMS)
3res.body.ANALOG = parseJson(res.body.ANALOG)

Observed data transmissions

This is data that we observed being transmitted by this tracker. Not every request contains all of this data. The context of the data describes where we found the data in the request, the path describes the location of the data in the decoded request. The examples are a selection of observed values.
PropertyContextPathExamples of observed values
Accelerometer XbodyANALOG.accelerometer_x0.7662141
0
0.000244140625
0.00018310546875
-0.007171630859375
Accelerometer YbodyANALOG.accelerometer_y9.013549
0
-0.038909912109375
-0.0388946533203125
-0.0733795166015625
Accelerometer ZbodyANALOG.accelerometer_z3.795387
0
-0.9879608154296875
-0.9887542724609375
-0.9817657470703125
Device advertising ID (GAID/IDFA)bodyIDFA827d8162-0e1c-48cd-892e-4abd3df95ba8
ea70edc1-ac05-481c-8d2a-66b1be496a7e
830ec0b3-e94e-43e5-8722-a3a428af37bb
49b61a9c-cece-4300-b52e-26840e4c258e
fffe8a97-a504-4d14-89ab-c2025fbaf065
App IDbodyBUNDLEcom.atpc
com.workoutapps.height.increase.workouts.inch
com.jtxxmp3.downloader
com.downloadwhatsappstatus.statussaver.videodownloader
com.footy.app.live15
App namebodyAPPNAMEAT Player
Height increase Home workout tips: add 3 inches
Music Downloader
Status Saver
Football TV HD
App versionbodyAPPVERS1.442
3.0.2
1.0.9
1.0.8
3.0
Battery levelbodyANALOG.battery77.0
100.0
100
81.99999928474426
91.00000262260437
CarrierbodyCARRIERAndroid
T-Mobile
Free disk spacebodyANALOG.free_space5719949312
5719973888
5714702336
5733556224
5733470208
Charging statusbodyANALOG.charging0
1
Is device an emulator?bodyVALPARAMS.is_emutrue
false
Is device rooted?bodyROOTED1
2
LanguagebodyLOCALEen_US
en_DE
de_DE
en
ManufacturerbodyMAKEGoogle
Apple
ModelbodyMODELsdk_gphone_x86_64_arm64
iPhone9,3
iPhone10,4
sdk_gphone_x86_64
OS namebodyOSAndroid
iOS
OS versionbodyOSVERS11
14.8
14.5.1
13
Free RAMbodyANALOG.available_memory914378752
920252416
903663616
932401152
956297216
Total RAMbodyANALOG.total_memory2077356032
2076893184
2.098839552e+09
2.070495232e+09
2077286400
Rotation XbodyANALOG.rotation_x0.0
0
0.001645567244850099
0.001526257605291903
-0.0005693838465958834
Rotation YbodyANALOG.rotation_y0.0
0
-0.0027329358272254467
-0.0051750545389950275
0.0002769687562249601
Rotation ZbodyANALOG.rotation_z0.0
0
0.0013877731980755925
0.0008223841432482004
0.0007749798824079335
Screen heightbodySCREEN_HEIGHT683
411
667
320
781
Screen widthbodySCREEN_WIDTH411
683
375
568
392
Unique session IDbodySESSION_IDdf2b3ed3-1d6b-4264-8693-deb371c104cf
ae21dfca-6012-463d-b5fb-c0e079e2c9c4
9d50d027-a9ed-4e39-9671-e6a97bdba852
0e7a6a2f-c98f-4681-ac12-0b6d3b63a0a9
ec15d5c8-e15c-4d27-9b54-94d34a15cc7a
Time zonebodyVALPARAMS.timezone_offset3600000
Tracker SDK versionbodySDK_VERSION6.2.0
5.6.0
5.8.0
5.7.0
5.5.0