Skip to content

Update Analytic Page based on bidder page#5971

Merged
muuki88 merged 1 commit into
masterfrom
analytics_module_structure
Apr 4, 2025
Merged

Update Analytic Page based on bidder page#5971
muuki88 merged 1 commit into
masterfrom
analytics_module_structure

Conversation

@lpagnypubstack
Copy link
Copy Markdown
Collaborator

Redesign the analytics homepage using the bidder homepage as a reference :

  • Introduce a search bar for analytics modules.
  • Organize analytics modules in alphabetical order.
  • Dedicated page for each module with redirection functionality.

Related to issue : #5359

🏷 Type of documentation

  • new bid adapter
  • update bid adapter
  • new feature
  • [X ] text edit only (wording, typos)
  • bugfix (code examples)
  • new examples

📋 Checklist

  • Related pull requests in prebid.js or server are linked -> Paste link in this list or reference it on the PR itself
  • For new adapters check submitting your adapter docs

Redesign the analytics homepage using the bidder homepage as a reference :
- Introduce a search bar for analytics modules.
- Organize analytics modules in alphabetical order.
- Dedicated page for each module with redirection functionality.

Related to issue : #5359
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 1, 2025

Deploy Preview for prebid-docs-preview ready!

Name Link
🔨 Latest commit 2f73b58
🔍 Latest deploy log https://app.netlify.com/sites/prebid-docs-preview/deploys/67ebb75fa6aa8a0008657271
😎 Deploy Preview https://deploy-preview-5971--prebid-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bretg bretg requested a review from muuki88 April 2, 2025 20:23
Comment thread overview/analytics.md
<input type="text" id="autocomplete-filter" class="autocomplete-filter">
<script src="https://cdnjs.cloudflare.com/ajax/libs/awesomplete/1.1.5/awesomplete.min.js" integrity="sha512-HcBl0GSJvt4Qecm4srHapirUx0HJDi2zYXm6KUKNNUGdTIN9cBwakVZHWmRVj4MKgy1AChqhWGYcMDbRKgO0zg==" crossorigin="anonymous"></script>
<script>
var AutocompleteList = [{% for page in analytics_pages %}{ label: '{{ page.title }}', value: '{{ page.url }}' },{% endfor %}];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are the things that are amazing about Jekyll & Liquid. I really think this is nice

Copy link
Copy Markdown
Contributor

@muuki88 muuki88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome 🎉 Thanks @lpagnypubstack 🫶

@muuki88 muuki88 merged commit 08cdd62 into master Apr 4, 2025
6 checks passed
@muuki88 muuki88 deleted the analytics_module_structure branch April 4, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants