Alisyn Collins
コメント
-
Hi Vivek, I've tried that script and it does work as expected against my test account. I was able to reproduce a 403 error by using an integration key without write access. Please double check th...
-
Hey Brian, In general in the API responses? They are considered differently. And yes, depending on the field and your inputs, you may expect to see either null or an empty string returned.
-
Hi Brian, Account ID can be set to null or an empty string to indicate that there is no account tied to a visitor for that event. However, trying to send null or an empty string for visitor ID wou...
-
正式なコメント
Hi Shanal, There is currently no option to specify a specific apiKey to when sending client-side track events. Those events will be sent to both initialized keys.
-
Ah, yes, thanks for that clarification and apologies for sending you down a rabbit hole. On my test site, Pendo had already been initialized so I was just using pendo.identify to create a new visi...
-
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. ...