Skip to content

Commit ca73081

Browse files
FB Conversions API copy edits (#1417)
* copy edit and clarify Added a "Set up in Facebook" section Added a "For New Pixels" subsection Added a "For Existing Pixels" subsection (Both of these subsections share the same last two steps - maybe there is a cleaner approach?) Modified the info panel to refer to the "Configuration options" section instead of the "Use Cases" section Co-authored-by: James Reynolds <[email protected]>
1 parent 8d66d0e commit ca73081

File tree

3 files changed

+66
-35
lines changed

3 files changed

+66
-35
lines changed

src/_data/catalog/destinations.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PLATFORM API. DO NOT EDIT
2-
# destination data last updated 2021-02-12
2+
# destination data last updated 2021-02-16
33
items:
44
- display_name: ActiveCampaign
55
slug: activecampaign
@@ -3073,7 +3073,7 @@ items:
30733073
deprecated: false
30743074
required: true
30753075
string_validators:
3076-
regexp: ''
3076+
regexp: '^https://'
30773077
description: >-
30783078
The URL to call the Function. It must follow the ` https://{function app
30793079
name}.azurewebsites.net/api/{function name}?code={function key}` pattern.
@@ -10147,7 +10147,7 @@ items:
1014710147
deprecated: false
1014810148
required: true
1014910149
string_validators:
10150-
regexp: ''
10150+
regexp: '^https://'
1015110151
description: The URL to call the Google Cloud Function.
1015210152
settings: []
1015310153
connection_modes:

src/connections/destinations/catalog/facebook-conversions-api/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22
title: 'Facebook Conversions API Destination'
33
hidden: true
44
beta: true
5-
---
5+
---
6+
7+
<!-- LR: 2/16/2021: Redirects to /docs/connections/destinations/catalog/facebook-pixel-server-side
8+
because while this destination's display name has changed, the slug is still the old name and the docs build needs to match on slug to find it in `destinations.yml` -->

0 commit comments

Comments
 (0)