managed-components / managed-components/floodlight
Handling of dclid URL parameter
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
According to the documentation of the campaign manager 360 (https://support.google.com/campaignmanager/answer/9182069?hl=en) the dclid URL parameter which is set when clicking on an ad should be handled like the gclid parameter at google ads.
- Storing the value of the dclid in a cookie
- Sending it on the events (PageView, Conversion, ...)
But I can't find any code which would handle that behaviour in this MC. Is this not part of the implementation or am I missing something?
Kind Regards
Felix
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the component's existing gclid handling and the code that builds PageView and Conversion events. Add equivalent dclid coverage for cookie storage and event payloads, then verify both behaviors with the relevant tests or request examples; done means dclid is retained and sent consistently with gclid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100