Skip to content

Commit 0f2c74d

Browse files
authored
Fix marketo v2 headers
1 parent cdfab40 commit 0f2c74d

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/marketo-v2

1 file changed

+3
-3
lines changed

src/connections/destinations/catalog/marketo-v2/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,12 @@ We do our best to limit the amount of API calls that we are making to Marketo bu
213213
})
214214
```
215215

216-
### Hybrid Device/Cloud-mode
216+
## Hybrid Device/Cloud-mode
217217
Another option is to use Marketo in [Device-mode](/docs/connections/destinations/catalog/marketo-v2/#supported-sources-and-connection-modes) (assuming you are tracking events from a Website). Marketo does not limit API calls that originate from their Web SDK but it also only supports capturing Identify and Page events. If you would also like to capture Track events, you can choose to have these be routed through our server-side integration.
218218

219219
To enable this "Hybrid" mode, select the [Send Track Events Server Side](/docs/connections/destinations/catalog/marketo-v2/#send-track-events-server-side) setting and follow the instructions for mapping [Track](/docs/connections/destinations/catalog/marketo-v2/#track) events defined above.
220220

221-
### Preventing Duplicate Leads
221+
## Preventing Duplicate Leads
222222

223223
Marketo allows you to upsert leads based on any field. We use email and userId as well as anonymousId if you are tracking anonymous activity. We will first use email since that is the field Marketo recommends is unique for your leads. However, many `.track()` and `.page()` calls don't include an email address so then we will use the `userId` or `anonymousId` passed in your `.track()` and `.page()` calls to associate these events to leads in Marketo.
224224

@@ -238,7 +238,7 @@ To upload a list to Marketo, when you are in Lead Database, click All Leads. The
238238
3. Make sure to call identify first. This is already a recommended best practice as [part of our spec](https://segment.com/docs/connections/spec/identify/).
239239
4. Pass an email in your `.track()` and `.page()` calls.
240240

241-
### Migrating from Marketo to Marketo V2
241+
## Migrating from Marketo to Marketo V2
242242

243243
There are a few necessary steps that have to be taken to migrate from Segment's legacy Marketo v1 destinations, to Marketo V2.
244244

0 commit comments

Comments
 (0)