Skip to content

Instantly share code, notes, and snippets.

@mulloymorrow
Created September 16, 2015 23:00
Show Gist options
  • Save mulloymorrow/dae93dcb343567fb26ae to your computer and use it in GitHub Desktop.
Save mulloymorrow/dae93dcb343567fb26ae to your computer and use it in GitHub Desktop.
curl -H "Content-Type: application/json" -X POST -d '{
"app_id": "com.yourapp.mobi",
"platform": "android",
"click_time": "2014-10-01 06:12:32",
"install_time": "2014-10-01 06:15:16",
"agency": "agency name",
"media_source": "Facebook Ads",
"campaign": null,
"fb_campaign_name": "fb campaign name",
"fb_campaign_id": "12345678910",
"fb_adset_name": "UK London F 35-45 AdSet",
"fb_adset_id": "5678901234567",
"fb_adgroup_name": "Creative for London",
"fb_adgroup_id": "1234567890123",
"af_siteid": null,
"cost_per_install": "1.2",
"country_code": "GB",
"city": "London",
"ip": "212.168.77.121",
"wifi": true,
"language": "en-gb",
"operator":null,
"appsflyer_device_id": "1412155031000-1052636",
"customer_user_id": "12345678910",
"advertising_id": null,
"android_id": "a9c8f44443e9ed93",
"imei": "90000000000000",
"mac": null,
"device_brand": "Sony",
"device_model": "D2306",
"os_version": "4.3",
"sdk_version": "2.5.3.10",
"app_version": "4.1.3.3",
"event_type": "install",
"event_name": null,
"event_value": null,
"currency": null,
"event_time": "2014-10-01 06:18:46",
"af_sub1": "sub1",
"af_sub2": "sub2",
"af_sub3": "sub3",
"af_sub4": "sub4",
"af_sub5": "sub5",
"click_url": "http://your.url.com/",
"attribution_type": "regular",
"http_referrer":null
}' http://appsflyer-1305907165.us-east-1.elb.amazonaws.com:80/android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment