Newer Version Available
Promotion Dimension
You must configure the promotion dimension for integration export for each sales org on
which CSV exports is executed.
The integration export fetches content of the promotion dimension from the Salesforce
object—CGCloud__Promotion__c. After creation of RTR Report
Configuration records, provide the following information and a meta
JSON:
| Attribute | Description |
|---|---|
| Information Internal Name | A unique internal name of the promotion. |
| Configuration Usage | Integration Promotion Dimension |
| Configuration of sales org | The sales organization to which the promotion belongs. |
Promotion dimension meta JSON example
1[
2 {
3 "fieldsf":"Id",
4 "name":"id"
5 },
6 {
7 "fieldsf":"CGCloud__Date_From__c",
8 "name":"datefrom"
9 },
10 {
11 "fieldsf":"CGCloud__PromotionTemplate__c",
12 "fieldsf$label":"CGCloud__Promotion_Template__r.CGCloud__Description_Language_1__c",
13 "name":"templateName"
14 },
15 {
16 "fieldsf":"CGCloud__Relevant_For_Account_Plan__c",
17 "name":"accountplanrelevant"
18 },
19 {
20 "fieldsf":"CGCloud__Anchor_Account__c",
21 "name":"accountid"
22 },
23 {
24 "fieldsf":"CGCloud__Anchor_Account__r.CGCloud__ExternalId__c",
25 "name":"accountexternalid"
26 }
27]