Skip to content

hotfix for documentation index and deploy script #570

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions scripts/firebase_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
source .env.deploy
source ${ENV_FILE}

# setup Google Cloud SDK project
gcloud config set project $GCP_PROJECT_NAME
gcloud config get-value project
firebase use $GCP_PROJECT_NAME

# Deploy to Firebase Hosting all sites
for service in $SERVICES; do
echo "deploying ${service}"
Expand Down
15 changes: 8 additions & 7 deletions services/home/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ Looking to run these demos yourself? Check our [guide](https://github.com/privac

:::

| **Use Case** | **Privacy Sandbox APIs** |
| ---------------------------------------------------------------------------------------------------------- | --------------------------------- |
| [Basic retargeting / remarketing ad campaign](demos/retargeting-remarketing.md) | Protected Audience, Fenced Frames |
| [Sequential setup of Protected Audience with contextual auction](demos/sequential-auction-setup.md) | Protected Audience, Fenced Frames |
| [Incorporating publisher ad quality requirements in Protected Audience](demos/publisher-ad-quality-req.md) | Protected Audience, Fenced Frames |
| [In-stream video ads with Protected Audience](demos/instream-video-ad.md) | Protected Audience |
| [Single-touch conversion attribution](demos/single-touch-conversion-attribution.md) | Attribution Reporting |
| **Use Case** | **Privacy Sandbox APIs** |
| ---------------------------------------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Basic retargeting / remarketing ad campaign](demos/retargeting-remarketing.md) | Protected Audience, Fenced Frames |
| [Sequential setup of Protected Audience with contextual auction](demos/sequential-auction-setup.md) | Protected Audience, Fenced Frames |
| [Incorporating publisher ad quality requirements in Protected Audience](demos/publisher-ad-quality-req.md) | Protected Audience, Fenced Frames |
| [In-stream video ads with Protected Audience](demos/instream-video-ad.md) | Protected Audience |
| [Event-level reports for single touch attribution](demos/single-touch-event-level-report.md) | Attribution Reporting |
| [Single-touch conversion attribution](demos/single-touch-conversion-attribution.md) | Protected Audience, Fenced Frames, Attribution Reporting |

:::info

Expand Down