Skip to content

Commit 194d4dd

Browse files
authored
Merge pull request #129 from IABTechLab/sas-UID2-3917-sample-site-text-links
Updates to secure signals example pages
2 parents c72b4d6 + 8b3408d commit 194d4dd

File tree

25 files changed

+40
-37
lines changed

25 files changed

+40
-37
lines changed

.github/workflows/publish-secure-signal-examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Release Secure Signal Examples Docker Image
2-
run-name: ${{ github.action_ref == 'refs/head/main' && 'Release' || 'Publish Pre-release' }} Secure Signal Examples Docker Image by @${{ github.actor }}
2+
run-name: ${{ github.action_ref == 'refs/head/main' && 'Release' || 'Publish Pre-release' }} Secure Signal Examples Docker Image by @${{ github.actor }}
33

44
on:
55
workflow_dispatch:
@@ -8,7 +8,7 @@ env:
88
REGISTRY: ghcr.io
99

1010
jobs:
11-
build-server-only:
11+
build-server-side:
1212
runs-on: ubuntu-latest
1313
permissions:
1414
contents: read
@@ -29,10 +29,10 @@ jobs:
2929
tags: |
3030
type=sha,format=short
3131
type=raw,value=latest
32-
- name: Build and push Docker server_only image
32+
- name: Build and push Docker server_side image
3333
uses: docker/build-push-action@v5
3434
with:
35-
context: examples/google-secure-signals-integration/server_only
35+
context: examples/google-secure-signals-integration/server_side
3636
push: true
3737
tags: ${{ steps.meta.outputs.tags }}
3838
labels: ${{ steps.meta.outputs.labels }}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
name: Release Secure Signal Examples Docker Image for Server Only
2-
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} Secure Signal Examples Docker Image for Server Only by @${{ github.actor }}
2+
run-name: ${{ inputs.release_type == 'Snapshot' && 'Publish Pre-release' || format('Release {0}', inputs.release_type)}} Secure Signal Examples Docker Image for Server Only by @${{ github.actor }}
33
on:
44
workflow_dispatch:
55
inputs:
66
release_type:
77
type: choice
88
description: The type of release
99
options:
10-
- Major
11-
- Minor
12-
- Patch
13-
- Snapshot
10+
- Major
11+
- Minor
12+
- Patch
13+
- Snapshot
1414
required: true
1515

1616
jobs:
1717
incrementVersionNumber:
1818
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-increase-version-number.yaml@v2
1919
with:
2020
release_type: ${{ inputs.release_type }}
21-
working_dir: examples/google-secure-signals-integration/server_only
21+
working_dir: examples/google-secure-signals-integration/server_side
2222
secrets: inherit
2323

2424
publishForSecureSignalsExampleSrvOnly:
2525
uses: IABTechLab/uid2-shared-actions/.github/workflows/shared-publish-to-docker-versioned.yaml@v3
2626
needs: incrementVersionNumber
27-
with:
27+
with:
2828
new_version: ${{ needs.incrementVersionNumber.outputs.new_version }}
2929
image_tag: ${{ needs.incrementVersionNumber.outputs.image_tag }}
3030
release_type: ${{ inputs.release_type }}
31-
docker_file: examples/google-secure-signals-integration/server_only/Dockerfile
32-
docker_context: examples/google-secure-signals-integration/server_only
31+
docker_file: examples/google-secure-signals-integration/server_side/Dockerfile
32+
docker_context: examples/google-secure-signals-integration/server_side
3333
docker_image_name: iabtechlab/uid2-secure-signals-example-srvonly
3434
docker_registry: ghcr.io
3535
secrets: inherit

examples/google-secure-signals-integration/server_only/.dockerignore renamed to examples/google-secure-signals-integration/server_side/.dockerignore

File renamed without changes.

examples/google-secure-signals-integration/server_only/.eslintrc.js renamed to examples/google-secure-signals-integration/server_side/.eslintrc.js

File renamed without changes.

examples/google-secure-signals-integration/server_only/.gitignore renamed to examples/google-secure-signals-integration/server_side/.gitignore

File renamed without changes.

examples/google-secure-signals-integration/server_only/Dockerfile renamed to examples/google-secure-signals-integration/server_side/Dockerfile

File renamed without changes.

examples/google-secure-signals-integration/server_only/README.md renamed to examples/google-secure-signals-integration/server_side/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Server-Only UID2 Secure Signals Integration Example
1+
# Server-Side UID2 Secure Signals Integration Example
22

3-
This example demonstrates how a content publisher who is working with [Google Interactive Media Ads(IMA) SDKs](https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side) can use [Google Secure Signal](https://support.google.com/admanager/answer/10488752) to share UID2 directly with bidders, in a server-only implementation of UID2.
3+
This example demonstrates how a content publisher who is working with [Google Interactive Media Ads(IMA) SDKs](https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side) can use [Google Secure Signal](https://support.google.com/admanager/answer/10488752) to share UID2 directly with bidders, in a server-side implementation of UID2.
44

55
For an example application using the [UID2 SDK for JavaScript](https://unifiedid.com/docs/sdks/sdk-ref-javascript), see [Server-Side Integration Example, UID2 JavaScript SDK](../with_sdk_v3/README.md).
66

examples/google-secure-signals-integration/server_only/package-lock.json renamed to examples/google-secure-signals-integration/server_side/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/google-secure-signals-integration/server_only/package.json renamed to examples/google-secure-signals-integration/server_side/package.json

File renamed without changes.

examples/google-secure-signals-integration/server_only/public/ads.js renamed to examples/google-secure-signals-integration/server_side/public/ads.js

File renamed without changes.

0 commit comments

Comments
 (0)