1
votes

If the iOS app is developed in Adobe Air environment, we want to implement Google Tag Manager (not Google Analytics). Is there any existing native extension out there? Or we have to create custom ANE for this?

1
I'm not aware of any extensions. Out of curiosity what use case are trying to solve with GTM in Adobe Air? - Scott Willeke
@activescott: thanks for replying! we want to implement GTM for GA, adding tags and other third-party tracking. is there any other solutions for this? - FathomSEO

1 Answers

1
votes

Google (really Adobe) provides Google Analytics for Flash, which should work with Air. Google does not provide a version of Google Tag Manager optimized for Flash/Air.

However, if you are just interested in third-party tracking/analytics tools, consider Segment.io which, although they don't provide an Air-specific library, they do provide a supported REST API that could be used from from Air. Segment also has a notable presence on GitHub, so it might be worthwhile to publish your Adobe Air client on GitHub and see if they would help foster it with the Segment community on GitHub.