Problem/Motivation
Currently analytics tracking codes are not outputted, because the config key for loading these snippets is wrong (uses analytics_embed_code, but has to be analytics.embed_code).
Proposed resolution
- Use correct config key
Remaining tasks
- Provide a patch/PR
User interface changes
n/a
API changes
n/a
Data model changes
n/a
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | use_correct_config_key-2917054-2.patch | 818 bytes | hctom |
Comments
Comment #2
hctomAnd here is the patch solving this issue. The corresponding PR is at: https://github.com/BurdaMagazinOrg/module-fb_instant_articles/pull/125
Comment #4
m4oliveiNice catch! Thanks so much! Merged to 8.x-2.x.