managed-components / managed-components/bing
Add missing UET Parameters for events
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When checking i see we are not sending all available parameters see: https://help.ads.microsoft.com/apex/index/3/en/60123
For example `pageLoad` missing:
```
r No Referrer page URL. Mandatory if using referral page URL to create remarketing lists.
kl No Page title. Recommended to be populated. Used for multiple purposes like user behavior modeling and fraud detection.
```
Also `Additional parameters sent with custom events` is missing some parameters like `pagetype`
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 comparing the Bing UET implementation with the Microsoft UET parameter reference linked in the issue. Locate the handling for pageLoad and custom events, then identify how parameters such as r, kl, and pagetype are passed through. Done means the missing documented parameters are supported for their respective event types.
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
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100