Skip to content
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

Adding Tail as rtc vendor #34481

Merged
merged 2 commits into from
May 24, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions extensions/amp-a4a/rtc-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ The `errorReportingUrl` property is optional. The only available macros are ERRO
- Rubicon
- Salesforce
- T13
- Tail
- The Ozone Project
- Yieldbot
- Yieldlab
Expand Down
1 change: 1 addition & 0 deletions extensions/amp-a4a/rtc-publisher-implementation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ To use RTC, you must meet the following requirements:
- Rubicon
- Salesforce
- T13
- Tail
- The Ozone Project
- Yieldbot
- Yieldlab
Expand Down
5 changes: 5 additions & 0 deletions src/service/real-time-config/callout-vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,11 @@ const RTC_VENDORS = jsonConfiguration({
macros: ['TAG_ID', 'CONSENT_STRING', 'ACCOUNT_ID'],
disableKeyAppend: true,
},
tail: {
url: 'https://ACCOUNT_ID.seg.t.tailtarget.com/amp',
macros: ['ACCOUNT_ID'],
disableKeyAppend: true,
},
});

// DO NOT MODIFY: Setup for tests
Expand Down