Skip to content

Commit 1e22fa5

Browse files
chore: Escape {} for serialization
1 parent d0d6b7b commit 1e22fa5

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/actions-moloco-rmp

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/actions-moloco-rmp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ However for iOS and Android, it won’t collect page information.
9090
Moloco Commercial Media requires the [page_id](https://mcm-docs.moloco.com/docs/51-user-event-data-specifications#page_view-event-type){:target="_blank”} attribute for a PAGE_VIEW event. Using the Web SDK, the page_id can be associated with the path attribute. However for iOS/Android, Moloco Commercial Media recommends using the Page Identifier Token field.
9191

9292
The Page Identifier Token field accepts key:value pairs of strings that can identify the page.
93-
Stringification Logic is: {key}:{value}s concatenated by ";"
93+
Stringification Logic is: \{key}:\{value}s concatenated by ";"
9494

9595
Moloco Commercial Media ignores the Page Identifier Token if page_id is passed, as page_id has a higher priority.
9696

0 commit comments

Comments
 (0)