Hi, Copy the data into broadLog, then run nms.delivery.RecomputeStats() on the deliveries in the file.If you have tracking data, copy it into trackingLog+trackingUrl ahead of the call. Thanks,-Jon
Hi, There are only 3 ootb operators/groups with ADMINISTRATION right in Campaign:'admin' group'admin' operator if it was created during install'internal' user, which is special as it's defined in config file, not operator table. Use only if everyone locks themselves out.ADMINISTRATION right essentia...
Hi, Yes, the connector is slow. If you can, reduce the data being transferred with aggregates.Other than that, you can make your own connector with bulk API, perhaps recycling parts of the existing like the UI and schema bits. Thanks,-Jon
Hi, If the join cardinality is 'multiple' on the schema, you should be presented with a wizard to configure the pivot in the select part of the query, e.g. how many rows to pivot into cols.If the link isn't defined in schema, the same can be done with an enrichment.For filtering, no pivot is necessa...
Hi, You can add SMTP headers in the delivery properties modal, set in the default template to make default. Would have to proxy it through another MTA to read from there and log.To record to nms:broadLogRcp instead: configure storage in the target mapping, under Administration/Campaign management/Ta...
Campaign is very strict about its schemas, blocking changes until they're correct and consistent. Here it sounds like you have a stray 'New' schema, just delete it?
Hi, License permitting, install the module labeled 'Access to external data (Federated Data Access)' under top menu Tools > Import > Import a standard package.Then log out and back in. Thanks,-Jon
Hi, Predefined filters define where clauses for queries- not select clauses.To select distinct records, use any of these:Complementary information ('select') section of the query UI, under Advanced parametersComplementary information, group byDeduplication activity Thanks,-Jon