@google-cloud/nodejs-common 2.2.0 → 2.2.1
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/package.json
CHANGED
|
@@ -54,6 +54,7 @@ const API_VERSION = 'v4';
|
|
|
54
54
|
* floodlightConfigurationId:string,
|
|
55
55
|
* floodlightActivityId:string,
|
|
56
56
|
* quantity:(number|undefined),
|
|
57
|
+
* adUserDataConsent:ConsentStatus,
|
|
57
58
|
* },
|
|
58
59
|
* customVariables:(!Array<string>|undefined),
|
|
59
60
|
* encryptionInfo:({
|
|
@@ -76,6 +77,7 @@ const PICKED_PROPERTIES = [
|
|
|
76
77
|
'timestampMicros',
|
|
77
78
|
'value',
|
|
78
79
|
'quantity',
|
|
80
|
+
'adUserDataConsent',
|
|
79
81
|
];
|
|
80
82
|
|
|
81
83
|
/**
|
|
@@ -90,7 +92,7 @@ const IDENTIFIERS = [
|
|
|
90
92
|
|
|
91
93
|
const MAX_IDENTIFIERS_PER_USER = 5;
|
|
92
94
|
/**
|
|
93
|
-
* Google DfaReport API
|
|
95
|
+
* Google DfaReport API v4.0 stub.
|
|
94
96
|
* see https://developers.google.com/doubleclick-advertisers/service_accounts
|
|
95
97
|
*/
|
|
96
98
|
class DfaReporting extends GoogleApiClient {
|