managed-components / managed-components/bing

Add missing UET Parameters for events

Open
#12 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.