Skip to content

Release 22.6.1 #2473

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 34 commits into from
Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
9df9a78
Updating limited access banner
forstisabella Jan 26, 2022
d8e8b42
[netlify-build]
forstisabella Jan 26, 2022
a33f6d8
complete after examples
wenxi-zeng Feb 1, 2022
4a14d66
complete before examples
wenxi-zeng Feb 1, 2022
7300d4e
format fix [netlify-build]
stayseesong Feb 2, 2022
aae9bb3
Merge pull request #205 from segmentio/repo-sync
bot-docsteam Feb 3, 2022
c231f12
Merge pull request #2444 from segmentio/wenxi/update-kotlin-migration…
stayseesong Feb 3, 2022
362485d
Merge pull request #2413 from segmentio/amazon-s3-limited-access
forstisabella Feb 3, 2022
213efec
Merge pull request #2456 from segmentio/repo-sync
bot-docsteam Feb 3, 2022
e03b15d
Merge pull request #206 from segmentio/repo-sync
bot-docsteam Feb 3, 2022
c0862ce
remove salesforce DMP from salesforce list (#2457)
kdaswani Feb 3, 2022
d14d276
Merge pull request #2459 from segmentio/repo-sync
bot-docsteam Feb 3, 2022
6f31ec0
Merge pull request #207 from segmentio/repo-sync
bot-docsteam Feb 3, 2022
938412b
add more to ga4 docs
kdaswani Feb 4, 2022
f957b10
Merge branch 'master' into develop
Feb 7, 2022
8849da0
Merge pull request #208 from segmentio/repo-sync
bot-docsteam Feb 7, 2022
23d30a9
table code inline css into class
stayseesong Feb 7, 2022
a6e66fe
Merge pull request #2467 from segmentio/table-code-class
stayseesong Feb 8, 2022
0a75890
Merge pull request #2468 from segmentio/repo-sync
bot-docsteam Feb 8, 2022
07aed65
Merge pull request #209 from segmentio/repo-sync
bot-docsteam Feb 8, 2022
cada8dc
Journeys FAQ update
pwseg Feb 8, 2022
7edec14
DOC-393 Updating note from Jira feedback
forstisabella Feb 8, 2022
6ec0a89
Merge pull request #2469 from segmentio/journeys-historical-data
pwseg Feb 8, 2022
1d4f74a
Merge pull request #2470 from segmentio/repo-sync
bot-docsteam Feb 8, 2022
22f459b
Make Sprig Web (Actions) documentation visbile (#2466)
Feb 8, 2022
6f90a07
Reformat og:title (#2463)
Feb 8, 2022
86cd71c
Add FAQ and Troubleshooting Section to FB CAPI (Actions) doc (#2461)
kdaswani Feb 8, 2022
cb9a497
Merge pull request #2460 from segmentio/ga4-more-notes
pwseg Feb 8, 2022
16901e0
Added a note about property hashing (#2458)
Feb 8, 2022
be65f08
catalog update
Feb 8, 2022
6388e98
DOC-393 formatting and language changes
forstisabella Feb 8, 2022
b5bf6f6
Merge pull request #2471 from segmentio/DOC-393-II
forstisabella Feb 8, 2022
ead5439
Update DC floodlight note on other field mapping
kdaswani Feb 8, 2022
907708d
Merge pull request #2472 from segmentio/dc-floodlight-update
stayseesong Feb 8, 2022
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
2 changes: 1 addition & 1 deletion scripts/catalog_papi.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const updateDestinations = async () => {
let regional = ['us-west']

// We need to be able to keep the system slug in some cases.
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api', 'actions-friendbuy-cloud']
const slugOverrides = ['actions-google-enhanced-conversions', 'actions-google-analytics-4', 'actions-facebook-conversions-api', 'actions-friendbuy-cloud', 'sprig-web']
let slug = slugify(destination.name)
if (slugOverrides.includes(destination.slug)) {
slug = destination.slug
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destination_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination categories last updated 2022-02-01
# destination categories last updated 2022-02-08
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
Loading