Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions rflowcdn.com.tracking-root.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"providerId": "rflowcdn.com",
"providerName": "Rocketflow",
"serviceId": "tracking-root",
"serviceName": "Rocketflow Tracking Page (Root Domain)",
"version": 1,
"description": "Configure DNS records to enable Rocketflow e-commerce tracking page on your root domain",
"variableDescription": "verificationToken - domain ownership verification token provided by Rocketflow",
"syncPubKeyDomain": "domainconnect.rflowcdn.com",
"syncRedirectDomain": "app.rocketflow.com.br",
"hostRequired": true,
"records": [
{
"groupId": "verify",
"type": "TXT",
"host": "_rocketflow",
"data": "rocketflow-verify=%verificationToken%",
"ttl": 300,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "rocketflow-verify="
},
{
"groupId": "cname",
"type": "CNAME",
"host": "@",
"pointsTo": "customers.rflowcdn.com",
"ttl": 300
}
]
}
30 changes: 30 additions & 0 deletions rflowcdn.com.tracking-subdomain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"providerId": "rflowcdn.com",
"providerName": "Rocketflow",
"serviceId": "tracking-subdomain",
"serviceName": "Rocketflow Tracking Page (Subdomain)",
"version": 1,
"description": "Configure DNS records to enable Rocketflow e-commerce tracking page on a subdomain of your domain",
"variableDescription": "verificationToken - domain ownership verification token provided by Rocketflow",
"syncPubKeyDomain": "domainconnect.rflowcdn.com",
"syncRedirectDomain": "app.rocketflow.com.br",
"hostRequired": true,
"records": [
{
"groupId": "verify",
"type": "TXT",
"host": "_rocketflow",
"data": "rocketflow-verify=%verificationToken%",
"ttl": 300,
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "rocketflow-verify="
},
{
"groupId": "cname",
"type": "CNAME",
"host": "@",
"pointsTo": "customers.rflowcdn.com",
"ttl": 300
}
]
}
Loading