Using the new Android Advertiser id inside an SDK
It makes a lot of sense that Android ad SDKs will use Android's the new advertiser id. It seems that you can only get the id by using the google services sdk, as mentioned here: http://developer.android.com/google/play-services/id.html . Using the google play services sdk, requires referencing the google-play-services_lib project, which causes several problems: A lot of SDKs are jars, meaning they can't use google-play-services_lib as is (because they can't include resources). If I only want the advertiser ID, I need to add google-play-services_lib to my project, which weights almost 1 MB. Is