We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2efec commit 5640364Copy full SHA for 5640364
integrations/parsely/lib/index.js
@@ -22,7 +22,7 @@ var Parsely = (module.exports = integration('Parsely')
22
.option('trackEvents', false)
23
.option('inPixelMetadata', false)
24
.tag(
25
- '<script id="parsely-cfg" src="//cdn.parsely.com/keys/{{ apikey }}/p.js">'
+ '<script id="parsely-cfg" src="//cdn.parsely.com/keys/{{ apiKey }}/p.js">'
26
));
27
28
/**
integrations/parsely/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@segment/analytics.js-integration-parsely",
3
"description": "The Parsely analytics.js integration.",
4
- "version": "2.3.4",
+ "version": "2.3.5",
5
"keywords": [
6
"analytics.js",
7
"analytics.js-integration",
0 commit comments