Google Ad Manager (DFP) does not set meaningful tab titles by default, which can get confusing with a high number of tabs open. This is a simple extension to fix that.
Before: The tab title conveys no meaning. Which campaign am I even looking at? | After: The tab title is set to the order’s name. I can easily find it again, even if I have multiple tabs open. |
Works for the following objects:
- Orders
- Line items
- Creatives
- Reports
- Install from Firefox Add-Ons.
- Install a userscript manager such as Violentmonkey (open-source) or Tampermonkey.
- Open the userscript code.
- Your userscript manager should prompt you to install. Accept.
Google Ad Manager does not expose a clean way to detect page changes or object changes. Not even the hashchange
event fires consistently. I did my best to detect all object changes and set the title accordingly while keeping the extension lightweight.