Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support JS bridge for online SWF #6

Open
zwetan opened this issue Oct 3, 2015 · 5 comments
Open

support JS bridge for online SWF #6

zwetan opened this issue Oct 3, 2015 · 5 comments
Milestone

Comments

@zwetan
Copy link
Owner

zwetan commented Oct 3, 2015

so we could

  • read the analytics.js cookie and reuse it in the SWF
  • get browser informations like document encoding, referrer, etc.
@zwetan
Copy link
Owner Author

zwetan commented Oct 9, 2015

the JS Bridge should be able

  • gather information from the HTML page context, for ex: document encoding, document referer
  • not duplicate what is already done in Flash (eg. we don't care to get the viewport size from the HTML context)
  • purely optional, eg. it can fail without generating errors

@zwetan
Copy link
Owner Author

zwetan commented Oct 9, 2015

with that we should be able to read the analytics.js cookie
extract the Client ID from it and reusing in the Flash context

so a browsing session see HTML tracking and Flash tracking
coming from the same user (eg. the Client ID)

@zwetan
Copy link
Owner Author

zwetan commented Oct 9, 2015

see Linker (Cross-domain Tracking)

@zwetan
Copy link
Owner Author

zwetan commented Oct 9, 2015

we should also be able to get the document url query/hash
to gather campaign info

for ex:
www.as3lang.org/?utm_source=google&utm_medium=banner&utm_term=flash&utm_content=deadbeef&utm_campaign=Runtime%20of%20Death

@zwetan
Copy link
Owner Author

zwetan commented Oct 9, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant