From a4e0346e4eb7569baacc8517190c53dd0ec47ca7 Mon Sep 17 00:00:00 2001 From: KevinImbott Date: Mon, 18 Sep 2023 14:40:51 +0200 Subject: [PATCH] fix(customerIO): add_entity_path linked to region --- lib/customerio/client.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/customerio/client.rb b/lib/customerio/client.rb index d62e571..e36301e 100644 --- a/lib/customerio/client.rb +++ b/lib/customerio/client.rb @@ -159,11 +159,11 @@ def unsuppress_path(customer_id) end def add_entity_path - "https://track.customer.io/api/v2/entity" + "/api/v2/entity" end def track_push_notification_event_path - "/push/events" + "/push/events" end def merge_customers_path