Skip to content

Commit fb3c016

Browse files
authored
Update querystring
1 parent 11ff5d8 commit fb3c016

File tree

1 file changed

+6
-6
lines changed
  • src/connections/sources/catalog/libraries/website/javascript

1 file changed

+6
-6
lines changed

src/connections/sources/catalog/libraries/website/javascript/querystring.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ strat: ajs
55

66
Analytics.js can trigger Track and Identify events based on the URL query string. You can use this when tracking email click-throughs, social media clicks, and digital advertising.
77

8-
Here are the query parameters to use:
8+
Here are the *optional* query parameters to use:
99

1010
| Parameter | Description | Triggers |
1111
| --------------------- | --------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------- |
12-
| `ajs_uid`*(optional)* | The userId to pass to an Identify call. | This triggers an Identify call. |
13-
| `ajs_event`*(optional)* | The event name to pass to a Track call. | This triggers a Track call. |
14-
| `ajs_aid` *(optional)* | The `anonymousId` to set for the user. | This function returns the current `anonymousId`. When a value is passed, this function sets an `anonymousId` value. |
15-
| `ajs_prop_<property>` *(optional)* | A property to pass to the Track call. | This won't implicitly trigger an event and is dependent on you also passing `ajs_event`. This property is included in the resulting Track call. |
16-
| `ajs_trait_<trait>` *(optional)* | A trait to pass to the Identify call. | This won't implicitly trigger any call and is dependent on you also passing `ajs_uid`. This trait is included in the resulting Identify call. |
12+
| `ajs_uid` | The userId to pass to an Identify call. | This triggers an Identify call. |
13+
| `ajs_event` | The event name to pass to a Track call. | This triggers a Track call. |
14+
| `ajs_aid` | The `anonymousId` to set for the user. | This function returns the current `anonymousId`. When a value is passed, this function sets an `anonymousId` value. |
15+
| `ajs_prop_<property>` | A property to pass to the Track call. | This won't implicitly trigger an event and is dependent on you also passing `ajs_event`. This property is included in the resulting Track call. |
16+
| `ajs_trait_<trait>` | A trait to pass to the Identify call. | This won't implicitly trigger any call and is dependent on you also passing `ajs_uid`. This trait is included in the resulting Identify call. |
1717

1818
For example, this URL:
1919

0 commit comments

Comments
 (0)