You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/moloco-rmp/index.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,11 +176,7 @@ The tokens are stringified into the following:
176
176
"event:Product List Viewed;vertical:fruit"
177
177
```
178
178
179
-
Logic:
180
-
181
-
```js
182
-
{key}:{value} concatenated by ";"
183
-
```
179
+
The tokens are stringified in the format of the above example because they are key-value pairs concatenated by a semicolon (;).
184
180
185
181
> info " "
186
182
> if you decide to use the Page Identifier Token in your mobile app, reuse the same Page Identifier Token in place of page_id when calling Moloco’s APIs.
0 commit comments