@segment/action-destinations 3.437.1-staging-afba8e928.0 → 3.437.1-staging-c69d136f7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/destinations/google-enhanced-conversions/functions.d.ts +1 -1
- package/dist/destinations/google-enhanced-conversions/functions.js +1 -1
- package/dist/destinations/google-enhanced-conversions/uploadCallConversion/index.js +2 -2
- package/dist/destinations/google-enhanced-conversions/uploadCallConversion2/index.js +2 -2
- package/dist/destinations/google-enhanced-conversions/uploadClickConversion/index.js +2 -2
- package/dist/destinations/google-enhanced-conversions/uploadClickConversion2/index.js +2 -2
- package/dist/destinations/google-enhanced-conversions/userList/index.js +2 -2
- package/package.json +2 -2
|
@@ -4,7 +4,7 @@ import { StatsContext } from '@segment/actions-core/destination-kit';
|
|
|
4
4
|
import { HTTPError } from '@segment/actions-core';
|
|
5
5
|
import type { Payload as UserListPayload } from './userList/generated-types';
|
|
6
6
|
export declare const API_VERSION = "v19";
|
|
7
|
-
export declare const CANARY_API_VERSION = "
|
|
7
|
+
export declare const CANARY_API_VERSION = "v21";
|
|
8
8
|
export declare const FLAGON_NAME = "google-enhanced-canary-version";
|
|
9
9
|
export declare const FLAGON_NAME_PHONE_VALIDATION_CHECK = "google-enhanced-phone-validation-check";
|
|
10
10
|
type GoogleAdsErrorData = {
|
|
@@ -20,7 +20,7 @@ const actions_core_2 = require("@segment/actions-core");
|
|
|
20
20
|
const constants_1 = require("./constants");
|
|
21
21
|
const hashing_utils_1 = require("../../lib/hashing-utils");
|
|
22
22
|
exports.API_VERSION = 'v19';
|
|
23
|
-
exports.CANARY_API_VERSION = '
|
|
23
|
+
exports.CANARY_API_VERSION = 'v21';
|
|
24
24
|
exports.FLAGON_NAME = 'google-enhanced-canary-version';
|
|
25
25
|
exports.FLAGON_NAME_PHONE_VALIDATION_CHECK = 'google-enhanced-phone-validation-check';
|
|
26
26
|
const google_libphonenumber_1 = require("google-libphonenumber");
|
|
@@ -60,7 +60,7 @@ const action = {
|
|
|
60
60
|
},
|
|
61
61
|
ad_user_data_consent_state: {
|
|
62
62
|
label: 'Ad User Data Consent State',
|
|
63
|
-
description: 'This represents consent for ad user data. For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
63
|
+
description: 'This represents consent for ad user data. For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
64
64
|
type: 'string',
|
|
65
65
|
choices: [
|
|
66
66
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
@@ -71,7 +71,7 @@ const action = {
|
|
|
71
71
|
ad_personalization_consent_state: {
|
|
72
72
|
label: 'Ad Personalization Consent State',
|
|
73
73
|
type: 'string',
|
|
74
|
-
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
74
|
+
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
75
75
|
choices: [
|
|
76
76
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
77
77
|
{ label: 'DENIED', value: 'DENIED' },
|
|
@@ -66,7 +66,7 @@ const action = {
|
|
|
66
66
|
},
|
|
67
67
|
ad_user_data_consent_state: {
|
|
68
68
|
label: 'Ad User Data Consent State',
|
|
69
|
-
description: 'This represents consent for ad user data. For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
69
|
+
description: 'This represents consent for ad user data. For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
70
70
|
type: 'string',
|
|
71
71
|
choices: [
|
|
72
72
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
@@ -77,7 +77,7 @@ const action = {
|
|
|
77
77
|
ad_personalization_consent_state: {
|
|
78
78
|
label: 'Ad Personalization Consent State',
|
|
79
79
|
type: 'string',
|
|
80
|
-
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
80
|
+
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
81
81
|
choices: [
|
|
82
82
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
83
83
|
{ label: 'DENIED', value: 'DENIED' },
|
|
@@ -181,7 +181,7 @@ const action = {
|
|
|
181
181
|
},
|
|
182
182
|
ad_user_data_consent_state: {
|
|
183
183
|
label: 'Ad User Data Consent State',
|
|
184
|
-
description: 'This represents consent for ad user data.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
184
|
+
description: 'This represents consent for ad user data.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
185
185
|
type: 'string',
|
|
186
186
|
choices: [
|
|
187
187
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
@@ -192,7 +192,7 @@ const action = {
|
|
|
192
192
|
ad_personalization_consent_state: {
|
|
193
193
|
label: 'Ad Personalization Consent State',
|
|
194
194
|
type: 'string',
|
|
195
|
-
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
195
|
+
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
196
196
|
choices: [
|
|
197
197
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
198
198
|
{ label: 'DENIED', value: 'DENIED' },
|
|
@@ -187,7 +187,7 @@ const action = {
|
|
|
187
187
|
},
|
|
188
188
|
ad_user_data_consent_state: {
|
|
189
189
|
label: 'Ad User Data Consent State',
|
|
190
|
-
description: 'This represents consent for ad user data.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
190
|
+
description: 'This represents consent for ad user data.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
191
191
|
type: 'string',
|
|
192
192
|
choices: [
|
|
193
193
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
@@ -198,7 +198,7 @@ const action = {
|
|
|
198
198
|
ad_personalization_consent_state: {
|
|
199
199
|
label: 'Ad Personalization Consent State',
|
|
200
200
|
type: 'string',
|
|
201
|
-
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
201
|
+
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
202
202
|
choices: [
|
|
203
203
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
204
204
|
{ label: 'DENIED', value: 'DENIED' },
|
|
@@ -98,7 +98,7 @@ const action = {
|
|
|
98
98
|
},
|
|
99
99
|
ad_user_data_consent_state: {
|
|
100
100
|
label: 'Ad User Data Consent State',
|
|
101
|
-
description: 'This represents consent for ad user data.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
101
|
+
description: 'This represents consent for ad user data.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
102
102
|
type: 'string',
|
|
103
103
|
choices: [
|
|
104
104
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
@@ -110,7 +110,7 @@ const action = {
|
|
|
110
110
|
ad_personalization_consent_state: {
|
|
111
111
|
label: 'Ad Personalization Consent State',
|
|
112
112
|
type: 'string',
|
|
113
|
-
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/
|
|
113
|
+
description: 'This represents consent for ad personalization. This can only be set for OfflineUserDataJobService and UserDataService.For more information on consent, refer to [Google Ads API Consent](https://developers.google.com/google-ads/api/rest/reference/rest/v21/Consent).',
|
|
114
114
|
choices: [
|
|
115
115
|
{ label: 'GRANTED', value: 'GRANTED' },
|
|
116
116
|
{ label: 'DENIED', value: 'DENIED' },
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@segment/action-destinations",
|
|
3
3
|
"description": "Destination Actions engine and definitions.",
|
|
4
|
-
"version": "3.437.1-staging-
|
|
4
|
+
"version": "3.437.1-staging-c69d136f7.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/segmentio/action-destinations",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"__tests__/__helpers__/"
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "a8c6ccff8bd8bcdf8bf74da8452df15ab0faeb2a"
|
|
95
95
|
}
|