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

Events emitting methods #22

Open
awinogradov opened this issue Apr 11, 2015 · 3 comments
Open

Events emitting methods #22

awinogradov opened this issue Apr 11, 2015 · 3 comments
Assignees

Comments

@awinogradov
Copy link
Member

No description provided.

@remnev
Copy link
Member

remnev commented Apr 11, 2015

Can you provide more info? What issues it should resolve?

@awinogradov
Copy link
Member Author

Emit events from JS logic. When user select goods over 4, emit event ;)

@remnev remnev added this to the 1.3.0 milestone Apr 17, 2015
@ixax
Copy link

ixax commented Apr 28, 2015

Suppose we want to send to the metric params {foo: {}}
This is usually done so: yaCounterXXX.param({foo: {}})
If the metric at the moment is not available — we will get error like yaCounterXXX is undefined

We can modify the code: Metrika.trackParams({foo: {}}):

  1. There is an attempt to send params, if the metrika has loaded
  2. The attempt to load metrika, immediately passing parameters
  3. Funny the third option

@awinogradov awinogradov self-assigned this May 20, 2015
@remnev remnev removed this from the 1.3.0 milestone Dec 5, 2016
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

3 participants