0

Import from Supermetrics incompability on Google Ads connector filters


Avatar
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.

A

Activity Newest / Oldest

Avatar

Antonio Barral

Status changed to: Closed

Avatar

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!


Avatar

Chris Georgakopoulos

After import:
"[{"dimension": "CountryCriteriaId", "logic_gate": "AND", "value": "Greece", "operator": "equal_to"}]"

Correct:
[{"dimension":"CountryCriteriaId","logic_gate":"","operator":"equal_to","value":"2300"}]