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

Ask Commanders Act for a tc_vars per container #164

Open
amtins opened this issue Jan 8, 2024 · 2 comments
Open

Ask Commanders Act for a tc_vars per container #164

amtins opened this issue Jan 8, 2024 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@amtins
Copy link
Member

amtins commented Jan 8, 2024

As a Pillarbox developer, I'd like to know if it's possible to have a tc_vars available per container so I can have control over my own container's values.

Acceptance Criteria

  • Ask if it's possible with their API to remove container-specific keys.
    • if not, suggest improving their API
  • Ask if it's possible to have one tc_vars per container.
    • if not, ask what other alternatives are available

Hints

Can be useful in cases where several independent teams integrate multiple containers, each with its own scope.

@amtins amtins added the help wanted Extra attention is needed label Jan 8, 2024
@jboix jboix self-assigned this Jan 12, 2024
@jboix
Copy link
Contributor

jboix commented Jan 16, 2024

The Comanders Act support team has acknowledged the need for a function to clear external variables used in a given container. For the time being they provided a manual solution and have raised an internal request for an evolution but can't guarantee its acceptance or provide a timeline.

In conclusion: there is no native function in Tagcomander at the moment to automatically clear external variables associated with a specific container.

@amtins
Copy link
Member Author

amtins commented Jan 25, 2024

Description

Some BUs, i.e. IL, seem to return inconsistent data from one media to another.

Example

If media A has the properties {a,b,c,d} but media B only has the properties {a,b}, when transitioning between media A and B, the properties {c,d} will be applied to media B.

Cause

This is because TagCommander does not classify properties by container, but provides a global object containing the properties of all containers. This makes it "impossible" to delete properties linked to a specific tag and the SDK doesn't provide a proper function to clean the variables specific to a container. See #164 (comment)

Conclusion

It would be interesting to discuss this with the team in charge of analytics, in order to purge certain values and keep only what is really necessary.

Finally, the IL returns the analyticsMetadata object which is specific to tagComander and analytcsData object which is specific to Comscore, whereas everything should be sent to the tag manager for reconciliation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants