-
Hi:
I try to use amp-analytics to collect user behavior. To calculate CTR I need to collect particular element "visible" times. So I use selector to point the DOM element. But browser console will …
-
Hello,
getTemplate gets error object {} and data as null when template has one or more Dropdown fields(recipients/signers/tabs/listTabs)
Version "docusign-esign": "3.2.1"
Sample client code u…
-
It seems that the video-ended event of `````` is not working.
I tested it with the following code.
Thanks
```html
{
"vars": {…
-
Hi
Having issues with node sdk. The models dont seems to export the .constructFromObject method.
const docusign = require('docusign-esign');
var tab = new docusign.Text();
tab.constructFromO…
-
From the last change
Change GetSourceRelativePath
Previous code:
```
if (!path.StartsWith(normalizedWorkDir))
return null;
if (!sourceFiles.Contains(path))
-
### Summary
I was trying to install the latest version 2.5.7 (also occures with 2.5.6) and run into an 500 Internal Server Error after installation.
The window with "go to Manager" shows up, but th…
-
To whom it may concern:
I use amp-analytics[type=googleanalytics] to send GA beacon and I have some chinese text content filled in custom dimension.
such as the following sample code:
```javas…
-
### Context
- [x] context/setting/create (#11501)
- [x] context/setting/get
- [x] context/setting/getlist
- [x] context/setting/remove
- [x] context/setting/update
- [x] context/setting/updatefr…
-
Hi:
I try to use amp-analytics to collect video interaction. I apply **amp-youtube>** tag to implement youtube video in my page and add **video-played**, **video-pauseed**, **video-ended** on trigg…
-
# Replace Transformer and Compiler with Renderer, Views and View Filters
The goal of this improvement is to replace the old Transformer and Compiler classes with the new Renderer architecture.
Once…