Alisyn Collins
コメント
-
Hi Dimple, You can, indeed. Instead of zero, you'd want to use a count of one. "timeSeries": { "period": "dayRange", "first": "now()", "count": 1} When creating timeSeries, consider "no...
-
Hi Maruf, The API key that you use in your snippet is not meant to be a secret key, so there aren't any security concerns. It is only used to send event/visitor data to your Pendo subscription and...
-
正式なコメント
The API that the platform uses to delete track events is an internal one that is separate from the v1 API documented for clients here. At this time, client users can only delete track events via t...
-
Hi Chris, It currently is not. You would need to upload a new file to that segment via the UI.
-
正式なコメント
To accomplish that, you'd want to add the specific metadata fields or field groups you want to your select statement. You would do this using dot notation to specify the values you want returned. ...
-
Hi Jesus! The main issue I see in your implementation is the use of "visitorId" in the visitor object rather than just "id". Because we rely on a value existing for "id" and you're not providing ...
-
Thanks for bringing that to our attention. I've passed this over to our documentation team to address. At this time, you would need to have an account to test the API. Apologies for any confusion!
-
It sounds like that turbolinks event is leaving you with a cached version of the page, including the previous visitor information. I'd suggest adding in an identify() statement to go along with th...
-
There is no single "key" or other unique identifier for those sources as those are aggregated sources. Each row returned by the source is unique in its combination of values. For example, this wa...
-
正式なコメント
Hi Brian! The parameters field in a pageEvents response is going to depend on how you have your pages tagged within Pendo. You won't see any value there unless you're using a *parameters* tag as de...