|
Chris Georgakopoulos |
On Coutry field, Supermetric uses full country names for field "Country", e.g. "Greece". On import this is translated to CountryCriteriaId = Greece which is not correct. The value shooyld be 2300 (some internal country id I suppose). This results in queries not getting any data after import.
Activity Newest / Oldest
Antonio Barral
Status changed to: Closed
Antonio Barral
Hi Chris, we have changed CountryCriteriaID to country in dataslayer so when you do the import the filtering will be done with Country/territory instead of CountryCriteriaId.
Let us know if everything is correct!
Chris Georgakopoulos
After import:
"[{"dimension": "CountryCriteriaId", "logic_gate": "AND", "value": "Greece", "operator": "equal_to"}]"
Correct:
[{"dimension":"CountryCriteriaId","logic_gate":"","operator":"equal_to","value":"2300"}]