Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: generated/googleapis/lib/doubleclicksearch/v2.dart

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/compute/v1.dart ('k') | generated/googleapis/lib/fitness/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/doubleclicksearch/v2.dart
diff --git a/generated/googleapis/lib/doubleclicksearch/v2.dart b/generated/googleapis/lib/doubleclicksearch/v2.dart
index 2b6ef706b21a75ad6209a5ec76a37700959170ca..a3bf376e02ec05b8a5743e57e85fc119067c3254 100644
--- a/generated/googleapis/lib/doubleclicksearch/v2.dart
+++ b/generated/googleapis/lib/doubleclicksearch/v2.dart
@@ -684,6 +684,9 @@ class Conversion {
/** DS agency ID. */
core.String agencyId;
+ /** Attribution model name. */
+ core.String attributionModel;
+
/** DS campaign ID. */
core.String campaignId;
@@ -701,6 +704,9 @@ class Conversion {
/** The time at which the conversion took place, in epoch millis UTC. */
core.String conversionTimestamp;
+ /** Conversion count in millis. */
+ core.String countMillis;
+
/** DS criterion (keyword) ID. */
core.String criterionId;
@@ -780,6 +786,9 @@ class Conversion {
if (_json.containsKey("agencyId")) {
agencyId = _json["agencyId"];
}
+ if (_json.containsKey("attributionModel")) {
+ attributionModel = _json["attributionModel"];
+ }
if (_json.containsKey("campaignId")) {
campaignId = _json["campaignId"];
}
@@ -795,6 +804,9 @@ class Conversion {
if (_json.containsKey("conversionTimestamp")) {
conversionTimestamp = _json["conversionTimestamp"];
}
+ if (_json.containsKey("countMillis")) {
+ countMillis = _json["countMillis"];
+ }
if (_json.containsKey("criterionId")) {
criterionId = _json["criterionId"];
}
@@ -853,6 +865,9 @@ class Conversion {
if (agencyId != null) {
_json["agencyId"] = agencyId;
}
+ if (attributionModel != null) {
+ _json["attributionModel"] = attributionModel;
+ }
if (campaignId != null) {
_json["campaignId"] = campaignId;
}
@@ -868,6 +883,9 @@ class Conversion {
if (conversionTimestamp != null) {
_json["conversionTimestamp"] = conversionTimestamp;
}
+ if (countMillis != null) {
+ _json["countMillis"] = countMillis;
+ }
if (criterionId != null) {
_json["criterionId"] = criterionId;
}
« no previous file with comments | « generated/googleapis/lib/compute/v1.dart ('k') | generated/googleapis/lib/fitness/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698