You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: {}}):
There is an attempt to send params, if the metrika has loaded
The attempt to load metrika, immediately passing parameters
No description provided.
The text was updated successfully, but these errors were encountered: