From d68973a7e4ef15944ae4e34afecde3f1e0cba530 Mon Sep 17 00:00:00 2001 From: Makoto Saito Date: Fri, 4 Mar 2022 16:38:08 +0900 Subject: [PATCH] Add Adwords for short-term deprecation migration --- version | 2 +- xplenty-connections-config.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/version b/version index c2bdb56..c64601b 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.13 \ No newline at end of file +0.14 \ No newline at end of file diff --git a/xplenty-connections-config.json b/xplenty-connections-config.json index 17368dd..57d0844 100644 --- a/xplenty-connections-config.json +++ b/xplenty-connections-config.json @@ -94,5 +94,10 @@ "auth_strategy": { "type": "com.xplenty.connections.strategies.auth.BearerAuthStrategy" } + }, + "adwords" : { + "auth_strategy": { + "type": "com.xplenty.connections.strategies.auth.BearerAuthStrategy" + } } } \ No newline at end of file