Hi, Ok there are 4 templates: A, B, Ac, Bc.Send 5k ea to A, BWaitJS picks winner of A, B and sends 90k to its corresponding *c template, Ac or BcWhat is Ac, Bc? Same as A, B but in the To: settings of the delivery a control group is defined. Thanks,-Jon
Hi, If Campaign is fully hosted by Adobe then talk to Support about getting an sftp login. They should also give you the local server path to write files to for pickup.If not fully hosted, talk to local IT about setting up sftp+whitelisting with the goal of getting sftp users with read access to a f...
Hi, The queryDef's translate into ordinary sql, js isn't used (outside interaction which doesn't have startLine attrib).For most* rdbms' this would add 'limit n offset m' along with whatever optimizations available, such as 'top' hint for ms sql server.The reason your queries are running faster when...
Hi, It's not normal to have db connection regularly die at random.If the db is fine try adjusting client settings?https://www.google.com/search?q=ora-12170+intermittent Thanks,-Jon
Hi, You have to log on through soap action xtk:session#Logon then in subsequent requests pass the session token via http cookie header, e.g. 'Cookie: __sessiontoken=token'.The logon action also returns a 'pstrSecurityToken' and requests have a field in the soap boilerplate for session tokens but I d...
Hi, The gcloud command isn't in neolane's PATH env var.Use the absolute path for it, e.g. /opt/gcloud/bin/gcloud (`which gcloud` to get the path), or add the path for it to customer.sh (env.sh if that's missing). Thanks,-Jon
Hi, In the past I've just zipped up all the images from one env and unzipped them in the other.Not sure if the software's improved since or if there was a better way. Thanks,-Jon
Hi, Those map to the instance configuration, specifically publicId on the [mta/child/smtp/IPAffinity/IP] node.Useful if you're segregating IP's for suspect marketing and are trying to figure out why your good IP pool's reputation tanked. Thanks,-Jon