google-api-client 0.32.1 → 0.36.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.
- checksums.yaml +5 -5
- data/.kokoro/continuous/linux.cfg +2 -2
- data/.kokoro/continuous/post.cfg +30 -0
- data/.kokoro/presubmit/linux.cfg +1 -1
- data/.kokoro/release.cfg +94 -0
- data/.repo-metadata.json +5 -0
- data/.rubocop.yml +5 -0
- data/.yardopts +16 -3
- data/CHANGELOG.md +327 -0
- data/Gemfile +1 -0
- data/OVERVIEW.md +36 -0
- data/README.md +50 -2
- data/Rakefile +71 -2
- data/docs/api-keys.md +20 -0
- data/docs/auth.md +53 -0
- data/docs/client-secrets.md +69 -0
- data/docs/getting-started.md +340 -0
- data/docs/installation.md +0 -0
- data/docs/logging.md +34 -0
- data/docs/media-upload.md +25 -0
- data/docs/oauth-installed.md +191 -0
- data/docs/oauth-server.md +135 -0
- data/docs/oauth-web.md +280 -0
- data/docs/oauth.md +268 -0
- data/docs/pagination.md +29 -0
- data/docs/performance.md +25 -0
- data/generated/google/apis/accessapproval_v1beta1/classes.rb +35 -2
- data/generated/google/apis/accessapproval_v1beta1/representations.rb +13 -0
- data/generated/google/apis/accessapproval_v1beta1/service.rb +108 -6
- data/generated/google/apis/accessapproval_v1beta1.rb +1 -1
- data/generated/google/apis/accesscontextmanager_v1/classes.rb +1 -1
- data/generated/google/apis/accesscontextmanager_v1.rb +1 -1
- data/generated/google/apis/accesscontextmanager_v1beta/classes.rb +1 -73
- data/generated/google/apis/accesscontextmanager_v1beta/representations.rb +0 -32
- data/generated/google/apis/accesscontextmanager_v1beta.rb +1 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
- data/generated/google/apis/adexchangebuyer_v1_3/classes.rb +24 -2
- data/generated/google/apis/adexchangebuyer_v1_3/representations.rb +1 -0
- data/generated/google/apis/adexchangebuyer_v1_3.rb +1 -1
- data/generated/google/apis/adexchangebuyer_v1_4/classes.rb +25 -3
- data/generated/google/apis/adexchangebuyer_v1_4/representations.rb +1 -0
- data/generated/google/apis/adexchangebuyer_v1_4.rb +1 -1
- data/generated/google/apis/admin_datatransfer_v1/classes.rb +5 -5
- data/generated/google/apis/admin_datatransfer_v1/service.rb +2 -2
- data/generated/google/apis/admin_datatransfer_v1.rb +1 -1
- data/generated/google/apis/admin_directory_v1/classes.rb +4 -3
- data/generated/google/apis/admin_directory_v1.rb +4 -1
- data/generated/google/apis/admin_reports_v1/classes.rb +87 -44
- data/generated/google/apis/admin_reports_v1/service.rb +310 -64
- data/generated/google/apis/admin_reports_v1.rb +2 -2
- data/generated/google/apis/androidmanagement_v1.rb +1 -1
- data/generated/google/apis/androidpublisher_v3/classes.rb +105 -0
- data/generated/google/apis/androidpublisher_v3/representations.rb +51 -0
- data/generated/google/apis/androidpublisher_v3.rb +1 -1
- data/generated/google/apis/appengine_v1/service.rb +10 -6
- data/generated/google/apis/appengine_v1.rb +1 -1
- data/generated/google/apis/appengine_v1beta/service.rb +10 -6
- data/generated/google/apis/appengine_v1beta.rb +1 -1
- data/generated/google/apis/appsmarket_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +104 -23
- data/generated/google/apis/bigquery_v2/representations.rb +37 -0
- data/generated/google/apis/bigquery_v2/service.rb +1 -5
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigqueryconnection_v1beta1/classes.rb +6 -5
- data/generated/google/apis/bigqueryconnection_v1beta1/service.rb +3 -2
- data/generated/google/apis/bigqueryconnection_v1beta1.rb +1 -1
- data/generated/google/apis/bigquerydatatransfer_v1/service.rb +30 -4
- data/generated/google/apis/bigquerydatatransfer_v1.rb +1 -1
- data/generated/google/apis/bigqueryreservation_v1/classes.rb +0 -21
- data/generated/google/apis/bigqueryreservation_v1/representations.rb +0 -13
- data/generated/google/apis/bigqueryreservation_v1.rb +1 -1
- data/generated/google/apis/bigqueryreservation_v1alpha2/classes.rb +116 -1
- data/generated/google/apis/bigqueryreservation_v1alpha2/representations.rb +35 -0
- data/generated/google/apis/bigqueryreservation_v1alpha2/service.rb +71 -0
- data/generated/google/apis/bigqueryreservation_v1alpha2.rb +1 -1
- data/generated/google/apis/bigqueryreservation_v1beta1/classes.rb +61 -77
- data/generated/google/apis/bigqueryreservation_v1beta1/representations.rb +16 -17
- data/generated/google/apis/bigqueryreservation_v1beta1/service.rb +116 -78
- data/generated/google/apis/bigqueryreservation_v1beta1.rb +1 -1
- data/generated/google/apis/bigtableadmin_v1/classes.rb +1 -1
- data/generated/google/apis/bigtableadmin_v1.rb +1 -1
- data/generated/google/apis/bigtableadmin_v2/classes.rb +63 -30
- data/generated/google/apis/bigtableadmin_v2/service.rb +1 -1
- data/generated/google/apis/bigtableadmin_v2.rb +1 -1
- data/generated/google/apis/billingbudgets_v1beta1/classes.rb +392 -0
- data/generated/google/apis/billingbudgets_v1beta1/representations.rb +191 -0
- data/generated/google/apis/billingbudgets_v1beta1/service.rb +233 -0
- data/generated/google/apis/billingbudgets_v1beta1.rb +35 -0
- data/generated/google/apis/binaryauthorization_v1/classes.rb +6 -5
- data/generated/google/apis/binaryauthorization_v1/service.rb +2 -0
- data/generated/google/apis/binaryauthorization_v1.rb +1 -1
- data/generated/google/apis/binaryauthorization_v1beta1/classes.rb +6 -5
- data/generated/google/apis/binaryauthorization_v1beta1/service.rb +2 -0
- data/generated/google/apis/binaryauthorization_v1beta1.rb +1 -1
- data/generated/google/apis/books_v1/classes.rb +20 -0
- data/generated/google/apis/books_v1/representations.rb +3 -0
- data/generated/google/apis/books_v1.rb +1 -1
- data/generated/google/apis/calendar_v3/classes.rb +1 -1
- data/generated/google/apis/calendar_v3/service.rb +18 -30
- data/generated/google/apis/calendar_v3.rb +1 -1
- data/generated/google/apis/civicinfo_v2/classes.rb +0 -156
- data/generated/google/apis/civicinfo_v2/representations.rb +2 -60
- data/generated/google/apis/civicinfo_v2.rb +1 -1
- data/generated/google/apis/cloudasset_v1/classes.rb +89 -55
- data/generated/google/apis/cloudasset_v1/service.rb +1 -2
- data/generated/google/apis/cloudasset_v1.rb +1 -1
- data/generated/google/apis/cloudasset_v1beta1/classes.rb +75 -40
- data/generated/google/apis/cloudasset_v1beta1.rb +1 -1
- data/generated/google/apis/cloudbilling_v1/classes.rb +82 -36
- data/generated/google/apis/cloudbilling_v1/representations.rb +0 -1
- data/generated/google/apis/cloudbilling_v1/service.rb +5 -3
- data/generated/google/apis/cloudbilling_v1.rb +1 -1
- data/generated/google/apis/cloudbuild_v1/classes.rb +8 -2
- data/generated/google/apis/cloudbuild_v1/representations.rb +1 -0
- data/generated/google/apis/cloudbuild_v1/service.rb +18 -18
- data/generated/google/apis/cloudbuild_v1.rb +1 -1
- data/generated/google/apis/clouddebugger_v2/service.rb +14 -14
- data/generated/google/apis/clouddebugger_v2.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1/classes.rb +13 -5
- data/generated/google/apis/cloudfunctions_v1/representations.rb +1 -0
- data/generated/google/apis/cloudfunctions_v1/service.rb +10 -4
- data/generated/google/apis/cloudfunctions_v1.rb +1 -1
- data/generated/google/apis/cloudfunctions_v1beta2/classes.rb +7 -0
- data/generated/google/apis/cloudfunctions_v1beta2/representations.rb +1 -0
- data/generated/google/apis/cloudfunctions_v1beta2/service.rb +10 -4
- data/generated/google/apis/cloudfunctions_v1beta2.rb +1 -1
- data/generated/google/apis/cloudidentity_v1/classes.rb +11 -8
- data/generated/google/apis/cloudidentity_v1/service.rb +2 -1
- data/generated/google/apis/cloudidentity_v1.rb +1 -1
- data/generated/google/apis/cloudidentity_v1beta1/classes.rb +13 -10
- data/generated/google/apis/cloudidentity_v1beta1/service.rb +2 -1
- data/generated/google/apis/cloudidentity_v1beta1.rb +1 -1
- data/generated/google/apis/cloudiot_v1/classes.rb +6 -5
- data/generated/google/apis/cloudiot_v1.rb +1 -1
- data/generated/google/apis/cloudkms_v1/classes.rb +6 -5
- data/generated/google/apis/cloudkms_v1/service.rb +3 -0
- data/generated/google/apis/cloudkms_v1.rb +1 -1
- data/generated/google/apis/cloudprivatecatalogproducer_v1beta1/classes.rb +75 -40
- data/generated/google/apis/cloudprivatecatalogproducer_v1beta1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1/classes.rb +18 -17
- data/generated/google/apis/cloudresourcemanager_v1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1beta1/classes.rb +6 -5
- data/generated/google/apis/cloudresourcemanager_v1beta1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v2/classes.rb +10 -13
- data/generated/google/apis/cloudresourcemanager_v2/service.rb +11 -13
- data/generated/google/apis/cloudresourcemanager_v2.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v2beta1/classes.rb +10 -13
- data/generated/google/apis/cloudresourcemanager_v2beta1/service.rb +11 -13
- data/generated/google/apis/cloudresourcemanager_v2beta1.rb +1 -1
- data/generated/google/apis/cloudscheduler_v1/classes.rb +2 -1
- data/generated/google/apis/cloudscheduler_v1.rb +1 -1
- data/generated/google/apis/cloudscheduler_v1beta1/classes.rb +2 -1
- data/generated/google/apis/cloudscheduler_v1beta1.rb +1 -1
- data/generated/google/apis/cloudsearch_v1/classes.rb +10 -132
- data/generated/google/apis/cloudsearch_v1/representations.rb +0 -75
- data/generated/google/apis/cloudsearch_v1/service.rb +47 -9
- data/generated/google/apis/cloudsearch_v1.rb +8 -8
- data/generated/google/apis/cloudshell_v1/classes.rb +24 -1
- data/generated/google/apis/cloudshell_v1/representations.rb +3 -0
- data/generated/google/apis/cloudshell_v1.rb +1 -1
- data/generated/google/apis/cloudshell_v1alpha1/classes.rb +24 -1
- data/generated/google/apis/cloudshell_v1alpha1/representations.rb +3 -0
- data/generated/google/apis/cloudshell_v1alpha1.rb +1 -1
- data/generated/google/apis/cloudtasks_v2/classes.rb +212 -5
- data/generated/google/apis/cloudtasks_v2/representations.rb +50 -0
- data/generated/google/apis/cloudtasks_v2.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta2/classes.rb +6 -5
- data/generated/google/apis/cloudtasks_v2beta2.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta3/classes.rb +6 -5
- data/generated/google/apis/cloudtasks_v2beta3.rb +1 -1
- data/generated/google/apis/commentanalyzer_v1alpha1/classes.rb +14 -19
- data/generated/google/apis/commentanalyzer_v1alpha1.rb +1 -1
- data/generated/google/apis/compute_alpha/classes.rb +594 -164
- data/generated/google/apis/compute_alpha/representations.rb +110 -2
- data/generated/google/apis/compute_alpha/service.rb +1035 -640
- data/generated/google/apis/compute_alpha.rb +1 -1
- data/generated/google/apis/compute_beta/classes.rb +1070 -276
- data/generated/google/apis/compute_beta/representations.rb +284 -0
- data/generated/google/apis/compute_beta/service.rb +1242 -532
- data/generated/google/apis/compute_beta.rb +1 -1
- data/generated/google/apis/compute_v1/classes.rb +335 -133
- data/generated/google/apis/compute_v1/representations.rb +24 -0
- data/generated/google/apis/compute_v1/service.rb +759 -473
- data/generated/google/apis/compute_v1.rb +1 -1
- data/generated/google/apis/container_v1/classes.rb +410 -83
- data/generated/google/apis/container_v1/representations.rb +134 -0
- data/generated/google/apis/container_v1/service.rb +119 -119
- data/generated/google/apis/container_v1.rb +1 -1
- data/generated/google/apis/container_v1beta1/classes.rb +157 -3
- data/generated/google/apis/container_v1beta1/representations.rb +38 -0
- data/generated/google/apis/container_v1beta1.rb +1 -1
- data/generated/google/apis/containeranalysis_v1alpha1/classes.rb +6 -5
- data/generated/google/apis/containeranalysis_v1alpha1.rb +1 -1
- data/generated/google/apis/containeranalysis_v1beta1/classes.rb +6 -5
- data/generated/google/apis/containeranalysis_v1beta1.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +35 -223
- data/generated/google/apis/content_v2/representations.rb +0 -115
- data/generated/google/apis/content_v2/service.rb +0 -160
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2_1/classes.rb +69 -21
- data/generated/google/apis/content_v2_1/representations.rb +3 -0
- data/generated/google/apis/content_v2_1.rb +1 -1
- data/generated/google/apis/datacatalog_v1beta1/classes.rb +1646 -0
- data/generated/google/apis/datacatalog_v1beta1/representations.rb +700 -0
- data/generated/google/apis/datacatalog_v1beta1/service.rb +1982 -0
- data/generated/google/apis/{cloudbuild_v1alpha1.rb → datacatalog_v1beta1.rb} +10 -9
- data/generated/google/apis/dataflow_v1b3/classes.rb +6 -9
- data/generated/google/apis/dataflow_v1b3/representations.rb +1 -1
- data/generated/google/apis/dataflow_v1b3.rb +1 -1
- data/generated/google/apis/datafusion_v1beta1/classes.rb +156 -46
- data/generated/google/apis/datafusion_v1beta1/representations.rb +33 -0
- data/generated/google/apis/datafusion_v1beta1/service.rb +10 -1
- data/generated/google/apis/datafusion_v1beta1.rb +1 -1
- data/generated/google/apis/dataproc_v1/classes.rb +119 -11
- data/generated/google/apis/dataproc_v1/representations.rb +39 -0
- data/generated/google/apis/dataproc_v1/service.rb +14 -7
- data/generated/google/apis/dataproc_v1.rb +1 -1
- data/generated/google/apis/dataproc_v1beta2/classes.rb +9 -11
- data/generated/google/apis/dataproc_v1beta2/service.rb +26 -19
- data/generated/google/apis/dataproc_v1beta2.rb +1 -1
- data/generated/google/apis/datastore_v1/service.rb +85 -1
- data/generated/google/apis/datastore_v1.rb +1 -1
- data/generated/google/apis/datastore_v1beta3/service.rb +1 -1
- data/generated/google/apis/datastore_v1beta3.rb +1 -1
- data/generated/google/apis/dfareporting_v3_3/classes.rb +21 -1
- data/generated/google/apis/dfareporting_v3_3/service.rb +6 -6
- data/generated/google/apis/dfareporting_v3_3.rb +1 -1
- data/generated/google/apis/{dfareporting_v3_2 → dfareporting_v3_4}/classes.rb +1215 -797
- data/generated/google/apis/{dfareporting_v3_2 → dfareporting_v3_4}/representations.rb +593 -395
- data/generated/google/apis/{dfareporting_v3_2 → dfareporting_v3_4}/service.rb +966 -1074
- data/generated/google/apis/{dfareporting_v3_2.rb → dfareporting_v3_4.rb} +6 -6
- data/generated/google/apis/dialogflow_v2/classes.rb +509 -8
- data/generated/google/apis/dialogflow_v2/representations.rb +222 -0
- data/generated/google/apis/dialogflow_v2.rb +1 -1
- data/generated/google/apis/dialogflow_v2beta1/classes.rb +530 -8
- data/generated/google/apis/dialogflow_v2beta1/representations.rb +224 -0
- data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
- data/generated/google/apis/dlp_v2/classes.rb +109 -33
- data/generated/google/apis/dlp_v2/representations.rb +23 -3
- data/generated/google/apis/dlp_v2/service.rb +1996 -209
- data/generated/google/apis/dlp_v2.rb +1 -1
- data/generated/google/apis/dns_v1beta2/classes.rb +47 -0
- data/generated/google/apis/dns_v1beta2/representations.rb +17 -0
- data/generated/google/apis/dns_v1beta2.rb +1 -1
- data/generated/google/apis/docs_v1/classes.rb +175 -0
- data/generated/google/apis/docs_v1/representations.rb +77 -0
- data/generated/google/apis/docs_v1.rb +1 -1
- data/generated/google/apis/doubleclickbidmanager_v1.rb +1 -1
- data/generated/google/apis/doubleclickbidmanager_v1_1/classes.rb +826 -0
- data/generated/google/apis/doubleclickbidmanager_v1_1/representations.rb +372 -0
- data/generated/google/apis/doubleclickbidmanager_v1_1/service.rb +371 -0
- data/generated/google/apis/{urlshortener_v1.rb → doubleclickbidmanager_v1_1.rb} +11 -11
- data/generated/google/apis/drive_v2/classes.rb +2 -1
- data/generated/google/apis/drive_v2/service.rb +3 -3
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v3/classes.rb +12 -3
- data/generated/google/apis/drive_v3.rb +1 -1
- data/generated/google/apis/fcm_v1/classes.rb +15 -0
- data/generated/google/apis/fcm_v1/representations.rb +2 -0
- data/generated/google/apis/fcm_v1.rb +1 -1
- data/generated/google/apis/firebase_v1beta1/classes.rb +18 -4
- data/generated/google/apis/firebase_v1beta1/representations.rb +2 -0
- data/generated/google/apis/firebase_v1beta1/service.rb +6 -6
- data/generated/google/apis/firebase_v1beta1.rb +1 -1
- data/generated/google/apis/firebasehosting_v1beta1/classes.rb +62 -0
- data/generated/google/apis/firebasehosting_v1beta1/representations.rb +31 -0
- data/generated/google/apis/firebasehosting_v1beta1/service.rb +47 -0
- data/generated/google/apis/firebasehosting_v1beta1.rb +1 -1
- data/generated/google/apis/firebaserules_v1/classes.rb +26 -0
- data/generated/google/apis/firebaserules_v1/representations.rb +15 -0
- data/generated/google/apis/firebaserules_v1.rb +1 -1
- data/generated/google/apis/firestore_v1.rb +1 -1
- data/generated/google/apis/firestore_v1beta1.rb +1 -1
- data/generated/google/apis/fitness_v1/service.rb +1 -1
- data/generated/google/apis/fitness_v1.rb +1 -1
- data/generated/google/apis/games_management_v1management/classes.rb +6 -26
- data/generated/google/apis/games_management_v1management/representations.rb +1 -14
- data/generated/google/apis/games_management_v1management/service.rb +0 -158
- data/generated/google/apis/games_management_v1management.rb +1 -1
- data/generated/google/apis/games_v1/classes.rb +6 -292
- data/generated/google/apis/games_v1/representations.rb +1 -98
- data/generated/google/apis/games_v1/service.rb +0 -123
- data/generated/google/apis/games_v1.rb +1 -1
- data/generated/google/apis/genomics_v2alpha1/classes.rb +32 -0
- data/generated/google/apis/genomics_v2alpha1/representations.rb +16 -0
- data/generated/google/apis/genomics_v2alpha1.rb +1 -1
- data/generated/google/apis/healthcare_v1beta1/classes.rb +213 -16
- data/generated/google/apis/healthcare_v1beta1/representations.rb +101 -0
- data/generated/google/apis/healthcare_v1beta1/service.rb +207 -116
- data/generated/google/apis/healthcare_v1beta1.rb +1 -1
- data/generated/google/apis/homegraph_v1/classes.rb +15 -1
- data/generated/google/apis/homegraph_v1/representations.rb +2 -1
- data/generated/google/apis/homegraph_v1.rb +1 -1
- data/generated/google/apis/iam_v1/classes.rb +15 -7
- data/generated/google/apis/iam_v1/representations.rb +1 -0
- data/generated/google/apis/iam_v1.rb +1 -1
- data/generated/google/apis/iap_v1/classes.rb +187 -2
- data/generated/google/apis/iap_v1/representations.rb +102 -0
- data/generated/google/apis/iap_v1/service.rb +72 -0
- data/generated/google/apis/iap_v1.rb +1 -1
- data/generated/google/apis/iap_v1beta1/classes.rb +2 -2
- data/generated/google/apis/iap_v1beta1.rb +1 -1
- data/generated/google/apis/jobs_v2/classes.rb +167 -0
- data/generated/google/apis/jobs_v2/representations.rb +40 -0
- data/generated/google/apis/jobs_v2.rb +1 -1
- data/generated/google/apis/jobs_v3/classes.rb +179 -0
- data/generated/google/apis/jobs_v3/representations.rb +41 -0
- data/generated/google/apis/jobs_v3.rb +1 -1
- data/generated/google/apis/jobs_v3p1beta1/classes.rb +179 -0
- data/generated/google/apis/jobs_v3p1beta1/representations.rb +41 -0
- data/generated/google/apis/jobs_v3p1beta1.rb +1 -1
- data/generated/google/apis/licensing_v1/classes.rb +15 -7
- data/generated/google/apis/licensing_v1/service.rb +81 -37
- data/generated/google/apis/licensing_v1.rb +4 -4
- data/generated/google/apis/lifesciences_v2beta/classes.rb +1329 -0
- data/generated/google/apis/lifesciences_v2beta/representations.rb +533 -0
- data/generated/google/apis/lifesciences_v2beta/service.rb +303 -0
- data/generated/google/apis/lifesciences_v2beta.rb +35 -0
- data/generated/google/apis/logging_v2/classes.rb +30 -2
- data/generated/google/apis/logging_v2/representations.rb +4 -0
- data/generated/google/apis/logging_v2/service.rb +10 -5
- data/generated/google/apis/logging_v2.rb +1 -1
- data/generated/google/apis/ml_v1/classes.rb +308 -155
- data/generated/google/apis/ml_v1/representations.rb +59 -0
- data/generated/google/apis/ml_v1/service.rb +44 -3
- data/generated/google/apis/ml_v1.rb +2 -2
- data/generated/google/apis/monitoring_v1/classes.rb +1153 -0
- data/generated/google/apis/monitoring_v1/representations.rb +528 -0
- data/generated/google/apis/{cloudbuild_v1alpha1 → monitoring_v1}/service.rb +86 -63
- data/generated/google/apis/monitoring_v1.rb +48 -0
- data/generated/google/apis/monitoring_v3/classes.rb +836 -60
- data/generated/google/apis/monitoring_v3/representations.rb +348 -0
- data/generated/google/apis/monitoring_v3/service.rb +384 -2
- data/generated/google/apis/monitoring_v3.rb +1 -1
- data/generated/google/apis/oslogin_v1/classes.rb +1 -1
- data/generated/google/apis/oslogin_v1/service.rb +10 -6
- data/generated/google/apis/oslogin_v1.rb +1 -1
- data/generated/google/apis/oslogin_v1beta/classes.rb +1 -1
- data/generated/google/apis/oslogin_v1beta/service.rb +9 -5
- data/generated/google/apis/oslogin_v1beta.rb +1 -1
- data/generated/google/apis/pagespeedonline_v5/classes.rb +8 -0
- data/generated/google/apis/pagespeedonline_v5/representations.rb +1 -0
- data/generated/google/apis/pagespeedonline_v5.rb +1 -1
- data/generated/google/apis/people_v1/classes.rb +67 -63
- data/generated/google/apis/people_v1/service.rb +53 -44
- data/generated/google/apis/people_v1.rb +1 -1
- data/generated/google/apis/policytroubleshooter_v1beta/classes.rb +168 -90
- data/generated/google/apis/policytroubleshooter_v1beta/service.rb +2 -3
- data/generated/google/apis/policytroubleshooter_v1beta.rb +1 -1
- data/generated/google/apis/pubsub_v1/classes.rb +8 -6
- data/generated/google/apis/pubsub_v1/service.rb +9 -7
- data/generated/google/apis/pubsub_v1.rb +1 -1
- data/generated/google/apis/pubsub_v1beta2/classes.rb +6 -5
- data/generated/google/apis/pubsub_v1beta2/service.rb +2 -0
- data/generated/google/apis/pubsub_v1beta2.rb +1 -1
- data/generated/google/apis/recommender_v1beta1/classes.rb +1 -1
- data/generated/google/apis/recommender_v1beta1/service.rb +10 -8
- data/generated/google/apis/recommender_v1beta1.rb +1 -1
- data/generated/google/apis/redis_v1/classes.rb +11 -11
- data/generated/google/apis/redis_v1/service.rb +5 -5
- data/generated/google/apis/redis_v1.rb +1 -1
- data/generated/google/apis/redis_v1beta1/classes.rb +11 -11
- data/generated/google/apis/redis_v1beta1/service.rb +5 -5
- data/generated/google/apis/redis_v1beta1.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1/classes.rb +113 -0
- data/generated/google/apis/remotebuildexecution_v1/representations.rb +50 -0
- data/generated/google/apis/remotebuildexecution_v1.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1alpha/classes.rb +113 -0
- data/generated/google/apis/remotebuildexecution_v1alpha/representations.rb +50 -0
- data/generated/google/apis/remotebuildexecution_v1alpha.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v2/classes.rb +113 -0
- data/generated/google/apis/remotebuildexecution_v2/representations.rb +50 -0
- data/generated/google/apis/remotebuildexecution_v2.rb +1 -1
- data/generated/google/apis/reseller_v1/service.rb +1 -1
- data/generated/google/apis/reseller_v1.rb +1 -1
- data/generated/google/apis/run_v1/classes.rb +8 -176
- data/generated/google/apis/run_v1/representations.rb +0 -71
- data/generated/google/apis/run_v1/service.rb +209 -1125
- data/generated/google/apis/run_v1.rb +1 -1
- data/generated/google/apis/run_v1alpha1/classes.rb +328 -9
- data/generated/google/apis/run_v1alpha1/representations.rb +126 -0
- data/generated/google/apis/run_v1alpha1/service.rb +408 -0
- data/generated/google/apis/run_v1alpha1.rb +1 -1
- data/generated/google/apis/runtimeconfig_v1beta1/classes.rb +75 -40
- data/generated/google/apis/runtimeconfig_v1beta1.rb +1 -1
- data/generated/google/apis/securitycenter_v1/classes.rb +159 -66
- data/generated/google/apis/securitycenter_v1/representations.rb +19 -0
- data/generated/google/apis/securitycenter_v1/service.rb +14 -12
- data/generated/google/apis/securitycenter_v1.rb +1 -1
- data/generated/google/apis/securitycenter_v1beta1/classes.rb +95 -57
- data/generated/google/apis/securitycenter_v1beta1/service.rb +14 -12
- data/generated/google/apis/securitycenter_v1beta1.rb +1 -1
- data/generated/google/apis/servicebroker_v1/classes.rb +75 -40
- data/generated/google/apis/servicebroker_v1.rb +1 -1
- data/generated/google/apis/servicebroker_v1alpha1/classes.rb +75 -40
- data/generated/google/apis/servicebroker_v1alpha1.rb +1 -1
- data/generated/google/apis/servicebroker_v1beta1/classes.rb +75 -40
- data/generated/google/apis/servicebroker_v1beta1.rb +1 -1
- data/generated/google/apis/serviceconsumermanagement_v1/classes.rb +95 -43
- data/generated/google/apis/serviceconsumermanagement_v1/representations.rb +30 -0
- data/generated/google/apis/serviceconsumermanagement_v1.rb +1 -1
- data/generated/google/apis/servicecontrol_v1/classes.rb +8 -12
- data/generated/google/apis/servicecontrol_v1/representations.rb +1 -1
- data/generated/google/apis/servicecontrol_v1.rb +1 -1
- data/generated/google/apis/servicemanagement_v1/classes.rb +142 -91
- data/generated/google/apis/servicemanagement_v1/representations.rb +24 -0
- data/generated/google/apis/servicemanagement_v1/service.rb +32 -26
- data/generated/google/apis/servicemanagement_v1.rb +1 -1
- data/generated/google/apis/servicenetworking_v1/classes.rb +181 -54
- data/generated/google/apis/servicenetworking_v1/representations.rb +71 -0
- data/generated/google/apis/servicenetworking_v1/service.rb +77 -3
- data/generated/google/apis/servicenetworking_v1.rb +1 -1
- data/generated/google/apis/servicenetworking_v1beta/classes.rb +32 -43
- data/generated/google/apis/servicenetworking_v1beta.rb +1 -1
- data/generated/google/apis/serviceusage_v1/classes.rb +87 -43
- data/generated/google/apis/serviceusage_v1/representations.rb +29 -0
- data/generated/google/apis/serviceusage_v1.rb +1 -1
- data/generated/google/apis/serviceusage_v1beta1/classes.rb +87 -43
- data/generated/google/apis/serviceusage_v1beta1/representations.rb +29 -0
- data/generated/google/apis/serviceusage_v1beta1.rb +1 -1
- data/generated/google/apis/sheets_v4/classes.rb +1371 -232
- data/generated/google/apis/sheets_v4/representations.rb +180 -0
- data/generated/google/apis/sheets_v4.rb +1 -1
- data/generated/google/apis/spanner_v1/classes.rb +70 -30
- data/generated/google/apis/spanner_v1/service.rb +270 -0
- data/generated/google/apis/spanner_v1.rb +1 -1
- data/generated/google/apis/speech_v1/classes.rb +6 -0
- data/generated/google/apis/speech_v1/representations.rb +1 -0
- data/generated/google/apis/speech_v1.rb +1 -1
- data/generated/google/apis/speech_v1p1beta1/classes.rb +6 -0
- data/generated/google/apis/speech_v1p1beta1/representations.rb +1 -0
- data/generated/google/apis/speech_v1p1beta1.rb +1 -1
- data/generated/google/apis/{speech_v2beta → speech_v2beta1}/classes.rb +9 -8
- data/generated/google/apis/{speech_v2beta → speech_v2beta1}/representations.rb +6 -6
- data/generated/google/apis/{speech_v2beta → speech_v2beta1}/service.rb +13 -13
- data/generated/google/apis/{speech_v2beta.rb → speech_v2beta1.rb} +6 -6
- data/generated/google/apis/{sqladmin_v1beta4 → sql_v1beta4}/classes.rb +499 -380
- data/generated/google/apis/{sqladmin_v1beta4 → sql_v1beta4}/representations.rb +125 -104
- data/generated/google/apis/{sqladmin_v1beta4 → sql_v1beta4}/service.rb +637 -590
- data/generated/google/apis/{sqladmin_v1beta4.rb → sql_v1beta4.rb} +7 -8
- data/generated/google/apis/storage_v1.rb +1 -1
- data/generated/google/apis/storagetransfer_v1.rb +1 -1
- data/generated/google/apis/streetviewpublish_v1/classes.rb +1 -1
- data/generated/google/apis/streetviewpublish_v1.rb +1 -1
- data/generated/google/apis/testing_v1/classes.rb +142 -1
- data/generated/google/apis/testing_v1/representations.rb +76 -0
- data/generated/google/apis/testing_v1.rb +1 -1
- data/generated/google/apis/videointelligence_v1/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1.rb +1 -1
- data/generated/google/apis/videointelligence_v1beta2/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1beta2/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1beta2.rb +1 -1
- data/generated/google/apis/videointelligence_v1p1beta1/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1p1beta1/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1p1beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p2beta1/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1p2beta1/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1p2beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p3beta1/classes.rb +147 -36
- data/generated/google/apis/videointelligence_v1p3beta1/representations.rb +62 -0
- data/generated/google/apis/videointelligence_v1p3beta1.rb +1 -1
- data/generated/google/apis/vision_v1/classes.rb +66 -0
- data/generated/google/apis/vision_v1/representations.rb +32 -0
- data/generated/google/apis/vision_v1.rb +1 -1
- data/generated/google/apis/vision_v1p1beta1/classes.rb +66 -0
- data/generated/google/apis/vision_v1p1beta1/representations.rb +32 -0
- data/generated/google/apis/vision_v1p1beta1.rb +1 -1
- data/generated/google/apis/vision_v1p2beta1/classes.rb +66 -0
- data/generated/google/apis/vision_v1p2beta1/representations.rb +32 -0
- data/generated/google/apis/vision_v1p2beta1.rb +1 -1
- data/generated/google/apis/youtube_partner_v1/service.rb +2 -2
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/google-api-client.gemspec +6 -3
- data/lib/google/apis/core/api_command.rb +3 -0
- data/lib/google/apis/core/http_command.rb +10 -8
- data/lib/google/apis/core/upload.rb +4 -0
- data/lib/google/apis/version.rb +1 -1
- data/rakelib/devsite/devsite_builder.rb +126 -0
- data/rakelib/devsite/link_checker.rb +64 -0
- data/rakelib/devsite/repo_metadata.rb +56 -0
- metadata +64 -42
- data/generated/google/apis/cloudbuild_v1alpha1/classes.rb +0 -1168
- data/generated/google/apis/cloudbuild_v1alpha1/representations.rb +0 -434
- data/generated/google/apis/storage_v1beta1/classes.rb +0 -616
- data/generated/google/apis/storage_v1beta1/representations.rb +0 -249
- data/generated/google/apis/storage_v1beta1/service.rb +0 -1032
- data/generated/google/apis/storage_v1beta1.rb +0 -40
- data/generated/google/apis/urlshortener_v1/classes.rb +0 -246
- data/generated/google/apis/urlshortener_v1/representations.rb +0 -121
- data/generated/google/apis/urlshortener_v1/service.rb +0 -169
|
@@ -20,7 +20,7 @@ require 'google/apis/errors'
|
|
|
20
20
|
|
|
21
21
|
module Google
|
|
22
22
|
module Apis
|
|
23
|
-
module
|
|
23
|
+
module DfareportingV3_4
|
|
24
24
|
|
|
25
25
|
# Contains properties of a Campaign Manager account.
|
|
26
26
|
class Account
|
|
@@ -115,6 +115,7 @@ module Google
|
|
|
115
115
|
# - "48" for HRK
|
|
116
116
|
# - "49" for MXN
|
|
117
117
|
# - "50" for NGN
|
|
118
|
+
# - "51" for EGP
|
|
118
119
|
# Corresponds to the JSON property `currencyId`
|
|
119
120
|
# @return [Fixnum]
|
|
120
121
|
attr_accessor :currency_id
|
|
@@ -183,7 +184,7 @@ module Google
|
|
|
183
184
|
|
|
184
185
|
# Reporting Configuration
|
|
185
186
|
# Corresponds to the JSON property `reportsConfiguration`
|
|
186
|
-
# @return [Google::Apis::
|
|
187
|
+
# @return [Google::Apis::DfareportingV3_4::ReportsConfiguration]
|
|
187
188
|
attr_accessor :reports_configuration
|
|
188
189
|
|
|
189
190
|
# Share Path to Conversion reports with Twitter.
|
|
@@ -364,7 +365,7 @@ module Google
|
|
|
364
365
|
|
|
365
366
|
# Account permission group collection.
|
|
366
367
|
# Corresponds to the JSON property `accountPermissionGroups`
|
|
367
|
-
# @return [Array<Google::Apis::
|
|
368
|
+
# @return [Array<Google::Apis::DfareportingV3_4::AccountPermissionGroup>]
|
|
368
369
|
attr_accessor :account_permission_groups
|
|
369
370
|
|
|
370
371
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -390,7 +391,7 @@ module Google
|
|
|
390
391
|
|
|
391
392
|
# Account permission collection.
|
|
392
393
|
# Corresponds to the JSON property `accountPermissions`
|
|
393
|
-
# @return [Array<Google::Apis::
|
|
394
|
+
# @return [Array<Google::Apis::DfareportingV3_4::AccountPermission>]
|
|
394
395
|
attr_accessor :account_permissions
|
|
395
396
|
|
|
396
397
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -431,12 +432,12 @@ module Google
|
|
|
431
432
|
|
|
432
433
|
# Object Filter.
|
|
433
434
|
# Corresponds to the JSON property `advertiserFilter`
|
|
434
|
-
# @return [Google::Apis::
|
|
435
|
+
# @return [Google::Apis::DfareportingV3_4::ObjectFilter]
|
|
435
436
|
attr_accessor :advertiser_filter
|
|
436
437
|
|
|
437
438
|
# Object Filter.
|
|
438
439
|
# Corresponds to the JSON property `campaignFilter`
|
|
439
|
-
# @return [Google::Apis::
|
|
440
|
+
# @return [Google::Apis::DfareportingV3_4::ObjectFilter]
|
|
440
441
|
attr_accessor :campaign_filter
|
|
441
442
|
|
|
442
443
|
# Comments for this user profile.
|
|
@@ -492,7 +493,7 @@ module Google
|
|
|
492
493
|
|
|
493
494
|
# Object Filter.
|
|
494
495
|
# Corresponds to the JSON property `siteFilter`
|
|
495
|
-
# @return [Google::Apis::
|
|
496
|
+
# @return [Google::Apis::DfareportingV3_4::ObjectFilter]
|
|
496
497
|
attr_accessor :site_filter
|
|
497
498
|
|
|
498
499
|
# Subaccount ID of the user profile. This is a read-only field that can be left
|
|
@@ -514,7 +515,7 @@ module Google
|
|
|
514
515
|
|
|
515
516
|
# Object Filter.
|
|
516
517
|
# Corresponds to the JSON property `userRoleFilter`
|
|
517
|
-
# @return [Google::Apis::
|
|
518
|
+
# @return [Google::Apis::DfareportingV3_4::ObjectFilter]
|
|
518
519
|
attr_accessor :user_role_filter
|
|
519
520
|
|
|
520
521
|
# User role ID of the user profile. This is a required field.
|
|
@@ -553,7 +554,7 @@ module Google
|
|
|
553
554
|
|
|
554
555
|
# Account user profile collection.
|
|
555
556
|
# Corresponds to the JSON property `accountUserProfiles`
|
|
556
|
-
# @return [Array<Google::Apis::
|
|
557
|
+
# @return [Array<Google::Apis::DfareportingV3_4::AccountUserProfile>]
|
|
557
558
|
attr_accessor :account_user_profiles
|
|
558
559
|
|
|
559
560
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -585,7 +586,7 @@ module Google
|
|
|
585
586
|
|
|
586
587
|
# Account collection.
|
|
587
588
|
# Corresponds to the JSON property `accounts`
|
|
588
|
-
# @return [Array<Google::Apis::
|
|
589
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Account>]
|
|
589
590
|
attr_accessor :accounts
|
|
590
591
|
|
|
591
592
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -618,7 +619,7 @@ module Google
|
|
|
618
619
|
# List of activity filters. The dimension values need to be all either of type "
|
|
619
620
|
# dfa:activity" or "dfa:activityGroup".
|
|
620
621
|
# Corresponds to the JSON property `filters`
|
|
621
|
-
# @return [Array<Google::Apis::
|
|
622
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
622
623
|
attr_accessor :filters
|
|
623
624
|
|
|
624
625
|
# The kind of resource this is, in this case dfareporting#activities.
|
|
@@ -665,7 +666,7 @@ module Google
|
|
|
665
666
|
|
|
666
667
|
# Represents a DimensionValue resource.
|
|
667
668
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
668
|
-
# @return [Google::Apis::
|
|
669
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
669
670
|
attr_accessor :advertiser_id_dimension_value
|
|
670
671
|
|
|
671
672
|
# Whether this ad is archived. When true, active must be false.
|
|
@@ -687,17 +688,17 @@ module Google
|
|
|
687
688
|
|
|
688
689
|
# Represents a DimensionValue resource.
|
|
689
690
|
# Corresponds to the JSON property `campaignIdDimensionValue`
|
|
690
|
-
# @return [Google::Apis::
|
|
691
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
691
692
|
attr_accessor :campaign_id_dimension_value
|
|
692
693
|
|
|
693
694
|
# Click-through URL
|
|
694
695
|
# Corresponds to the JSON property `clickThroughUrl`
|
|
695
|
-
# @return [Google::Apis::
|
|
696
|
+
# @return [Google::Apis::DfareportingV3_4::ClickThroughUrl]
|
|
696
697
|
attr_accessor :click_through_url
|
|
697
698
|
|
|
698
699
|
# Click Through URL Suffix settings.
|
|
699
700
|
# Corresponds to the JSON property `clickThroughUrlSuffixProperties`
|
|
700
|
-
# @return [Google::Apis::
|
|
701
|
+
# @return [Google::Apis::DfareportingV3_4::ClickThroughUrlSuffixProperties]
|
|
701
702
|
attr_accessor :click_through_url_suffix_properties
|
|
702
703
|
|
|
703
704
|
# Comments for this ad.
|
|
@@ -719,36 +720,36 @@ module Google
|
|
|
719
720
|
|
|
720
721
|
# Modification timestamp.
|
|
721
722
|
# Corresponds to the JSON property `createInfo`
|
|
722
|
-
# @return [Google::Apis::
|
|
723
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
723
724
|
attr_accessor :create_info
|
|
724
725
|
|
|
725
726
|
# Creative group assignments for this ad. Applicable when type is
|
|
726
727
|
# AD_SERVING_CLICK_TRACKER. Only one assignment per creative group number is
|
|
727
728
|
# allowed for a maximum of two assignments.
|
|
728
729
|
# Corresponds to the JSON property `creativeGroupAssignments`
|
|
729
|
-
# @return [Array<Google::Apis::
|
|
730
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeGroupAssignment>]
|
|
730
731
|
attr_accessor :creative_group_assignments
|
|
731
732
|
|
|
732
733
|
# Creative Rotation.
|
|
733
734
|
# Corresponds to the JSON property `creativeRotation`
|
|
734
|
-
# @return [Google::Apis::
|
|
735
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeRotation]
|
|
735
736
|
attr_accessor :creative_rotation
|
|
736
737
|
|
|
737
738
|
# Day Part Targeting.
|
|
738
739
|
# Corresponds to the JSON property `dayPartTargeting`
|
|
739
|
-
# @return [Google::Apis::
|
|
740
|
+
# @return [Google::Apis::DfareportingV3_4::DayPartTargeting]
|
|
740
741
|
attr_accessor :day_part_targeting
|
|
741
742
|
|
|
742
743
|
# Properties of inheriting and overriding the default click-through event tag. A
|
|
743
744
|
# campaign may override the event tag defined at the advertiser level, and an ad
|
|
744
745
|
# may also override the campaign's setting further.
|
|
745
746
|
# Corresponds to the JSON property `defaultClickThroughEventTagProperties`
|
|
746
|
-
# @return [Google::Apis::
|
|
747
|
+
# @return [Google::Apis::DfareportingV3_4::DefaultClickThroughEventTagProperties]
|
|
747
748
|
attr_accessor :default_click_through_event_tag_properties
|
|
748
749
|
|
|
749
750
|
# Delivery Schedule.
|
|
750
751
|
# Corresponds to the JSON property `deliverySchedule`
|
|
751
|
-
# @return [Google::Apis::
|
|
752
|
+
# @return [Google::Apis::DfareportingV3_4::DeliverySchedule]
|
|
752
753
|
attr_accessor :delivery_schedule
|
|
753
754
|
|
|
754
755
|
# Whether this ad is a dynamic click tracker. Applicable when type is
|
|
@@ -767,12 +768,12 @@ module Google
|
|
|
767
768
|
|
|
768
769
|
# Event tag overrides for this ad.
|
|
769
770
|
# Corresponds to the JSON property `eventTagOverrides`
|
|
770
|
-
# @return [Array<Google::Apis::
|
|
771
|
+
# @return [Array<Google::Apis::DfareportingV3_4::EventTagOverride>]
|
|
771
772
|
attr_accessor :event_tag_overrides
|
|
772
773
|
|
|
773
774
|
# Geographical Targeting.
|
|
774
775
|
# Corresponds to the JSON property `geoTargeting`
|
|
775
|
-
# @return [Google::Apis::
|
|
776
|
+
# @return [Google::Apis::DfareportingV3_4::GeoTargeting]
|
|
776
777
|
attr_accessor :geo_targeting
|
|
777
778
|
|
|
778
779
|
# ID of this ad. This is a read-only, auto-generated field.
|
|
@@ -782,12 +783,12 @@ module Google
|
|
|
782
783
|
|
|
783
784
|
# Represents a DimensionValue resource.
|
|
784
785
|
# Corresponds to the JSON property `idDimensionValue`
|
|
785
|
-
# @return [Google::Apis::
|
|
786
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
786
787
|
attr_accessor :id_dimension_value
|
|
787
788
|
|
|
788
789
|
# Key Value Targeting Expression.
|
|
789
790
|
# Corresponds to the JSON property `keyValueTargetingExpression`
|
|
790
|
-
# @return [Google::Apis::
|
|
791
|
+
# @return [Google::Apis::DfareportingV3_4::KeyValueTargetingExpression]
|
|
791
792
|
attr_accessor :key_value_targeting_expression
|
|
792
793
|
|
|
793
794
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -798,12 +799,12 @@ module Google
|
|
|
798
799
|
|
|
799
800
|
# Language Targeting.
|
|
800
801
|
# Corresponds to the JSON property `languageTargeting`
|
|
801
|
-
# @return [Google::Apis::
|
|
802
|
+
# @return [Google::Apis::DfareportingV3_4::LanguageTargeting]
|
|
802
803
|
attr_accessor :language_targeting
|
|
803
804
|
|
|
804
805
|
# Modification timestamp.
|
|
805
806
|
# Corresponds to the JSON property `lastModifiedInfo`
|
|
806
|
-
# @return [Google::Apis::
|
|
807
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
807
808
|
attr_accessor :last_modified_info
|
|
808
809
|
|
|
809
810
|
# Name of this ad. This is a required field and must be less than 256 characters
|
|
@@ -814,17 +815,17 @@ module Google
|
|
|
814
815
|
|
|
815
816
|
# Placement assignments for this ad.
|
|
816
817
|
# Corresponds to the JSON property `placementAssignments`
|
|
817
|
-
# @return [Array<Google::Apis::
|
|
818
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PlacementAssignment>]
|
|
818
819
|
attr_accessor :placement_assignments
|
|
819
820
|
|
|
820
821
|
# Remarketing List Targeting Expression.
|
|
821
822
|
# Corresponds to the JSON property `remarketingListExpression`
|
|
822
|
-
# @return [Google::Apis::
|
|
823
|
+
# @return [Google::Apis::DfareportingV3_4::ListTargetingExpression]
|
|
823
824
|
attr_accessor :remarketing_list_expression
|
|
824
825
|
|
|
825
826
|
# Represents the dimensions of ads, placements, creatives, or creative assets.
|
|
826
827
|
# Corresponds to the JSON property `size`
|
|
827
|
-
# @return [Google::Apis::
|
|
828
|
+
# @return [Google::Apis::DfareportingV3_4::Size]
|
|
828
829
|
attr_accessor :size
|
|
829
830
|
|
|
830
831
|
# Whether this ad is ssl compliant. This is a read-only field that is auto-
|
|
@@ -862,7 +863,7 @@ module Google
|
|
|
862
863
|
|
|
863
864
|
# Technology Targeting.
|
|
864
865
|
# Corresponds to the JSON property `technologyTargeting`
|
|
865
|
-
# @return [Google::Apis::
|
|
866
|
+
# @return [Google::Apis::DfareportingV3_4::TechnologyTargeting]
|
|
866
867
|
attr_accessor :technology_targeting
|
|
867
868
|
|
|
868
869
|
# Type of ad. This is a required field on insertion. Note that default ads (
|
|
@@ -1038,7 +1039,7 @@ module Google
|
|
|
1038
1039
|
|
|
1039
1040
|
# Ad collection.
|
|
1040
1041
|
# Corresponds to the JSON property `ads`
|
|
1041
|
-
# @return [Array<Google::Apis::
|
|
1042
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Ad>]
|
|
1042
1043
|
attr_accessor :ads
|
|
1043
1044
|
|
|
1044
1045
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1112,7 +1113,7 @@ module Google
|
|
|
1112
1113
|
|
|
1113
1114
|
# Represents a DimensionValue resource.
|
|
1114
1115
|
# Corresponds to the JSON property `floodlightConfigurationIdDimensionValue`
|
|
1115
|
-
# @return [Google::Apis::
|
|
1116
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
1116
1117
|
attr_accessor :floodlight_configuration_id_dimension_value
|
|
1117
1118
|
|
|
1118
1119
|
# ID of this advertiser. This is a read-only, auto-generated field.
|
|
@@ -1122,7 +1123,7 @@ module Google
|
|
|
1122
1123
|
|
|
1123
1124
|
# Represents a DimensionValue resource.
|
|
1124
1125
|
# Corresponds to the JSON property `idDimensionValue`
|
|
1125
|
-
# @return [Google::Apis::
|
|
1126
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
1126
1127
|
attr_accessor :id_dimension_value
|
|
1127
1128
|
|
|
1128
1129
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1235,7 +1236,7 @@ module Google
|
|
|
1235
1236
|
|
|
1236
1237
|
# Advertiser group collection.
|
|
1237
1238
|
# Corresponds to the JSON property `advertiserGroups`
|
|
1238
|
-
# @return [Array<Google::Apis::
|
|
1239
|
+
# @return [Array<Google::Apis::DfareportingV3_4::AdvertiserGroup>]
|
|
1239
1240
|
attr_accessor :advertiser_groups
|
|
1240
1241
|
|
|
1241
1242
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1273,7 +1274,7 @@ module Google
|
|
|
1273
1274
|
|
|
1274
1275
|
# Landing page collection
|
|
1275
1276
|
# Corresponds to the JSON property `landingPages`
|
|
1276
|
-
# @return [Array<Google::Apis::
|
|
1277
|
+
# @return [Array<Google::Apis::DfareportingV3_4::LandingPage>]
|
|
1277
1278
|
attr_accessor :landing_pages
|
|
1278
1279
|
|
|
1279
1280
|
# Pagination token to be used for the next list operation.
|
|
@@ -1299,7 +1300,7 @@ module Google
|
|
|
1299
1300
|
|
|
1300
1301
|
# Advertiser collection.
|
|
1301
1302
|
# Corresponds to the JSON property `advertisers`
|
|
1302
|
-
# @return [Array<Google::Apis::
|
|
1303
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Advertiser>]
|
|
1303
1304
|
attr_accessor :advertisers
|
|
1304
1305
|
|
|
1305
1306
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1325,6 +1326,33 @@ module Google
|
|
|
1325
1326
|
end
|
|
1326
1327
|
end
|
|
1327
1328
|
|
|
1329
|
+
# Annotate a click event.
|
|
1330
|
+
class AnnotateClickEvent
|
|
1331
|
+
include Google::Apis::Core::Hashable
|
|
1332
|
+
|
|
1333
|
+
# The Google click ID. Use this field to annotate the click associated with the
|
|
1334
|
+
# gclid.
|
|
1335
|
+
# Corresponds to the JSON property `gclid`
|
|
1336
|
+
# @return [String]
|
|
1337
|
+
attr_accessor :gclid
|
|
1338
|
+
|
|
1339
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
1340
|
+
# dfareporting#annotateClickEvent".
|
|
1341
|
+
# Corresponds to the JSON property `kind`
|
|
1342
|
+
# @return [String]
|
|
1343
|
+
attr_accessor :kind
|
|
1344
|
+
|
|
1345
|
+
def initialize(**args)
|
|
1346
|
+
update!(**args)
|
|
1347
|
+
end
|
|
1348
|
+
|
|
1349
|
+
# Update properties of this object
|
|
1350
|
+
def update!(**args)
|
|
1351
|
+
@gclid = args[:gclid] if args.key?(:gclid)
|
|
1352
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
1353
|
+
end
|
|
1354
|
+
end
|
|
1355
|
+
|
|
1328
1356
|
# Audience Segment.
|
|
1329
1357
|
class AudienceSegment
|
|
1330
1358
|
include Google::Apis::Core::Hashable
|
|
@@ -1366,7 +1394,7 @@ module Google
|
|
|
1366
1394
|
# Audience segments assigned to this group. The number of segments must be
|
|
1367
1395
|
# between 2 and 100.
|
|
1368
1396
|
# Corresponds to the JSON property `audienceSegments`
|
|
1369
|
-
# @return [Array<Google::Apis::
|
|
1397
|
+
# @return [Array<Google::Apis::DfareportingV3_4::AudienceSegment>]
|
|
1370
1398
|
attr_accessor :audience_segments
|
|
1371
1399
|
|
|
1372
1400
|
# ID of this audience segment group. This is a read-only, auto-generated field.
|
|
@@ -1462,7 +1490,7 @@ module Google
|
|
|
1462
1490
|
|
|
1463
1491
|
# Browser collection.
|
|
1464
1492
|
# Corresponds to the JSON property `browsers`
|
|
1465
|
-
# @return [Array<Google::Apis::
|
|
1493
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Browser>]
|
|
1466
1494
|
attr_accessor :browsers
|
|
1467
1495
|
|
|
1468
1496
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1493,12 +1521,12 @@ module Google
|
|
|
1493
1521
|
|
|
1494
1522
|
# Campaign ad blocking settings.
|
|
1495
1523
|
# Corresponds to the JSON property `adBlockingConfiguration`
|
|
1496
|
-
# @return [Google::Apis::
|
|
1524
|
+
# @return [Google::Apis::DfareportingV3_4::AdBlockingConfiguration]
|
|
1497
1525
|
attr_accessor :ad_blocking_configuration
|
|
1498
1526
|
|
|
1499
1527
|
# Additional creative optimization configurations for the campaign.
|
|
1500
1528
|
# Corresponds to the JSON property `additionalCreativeOptimizationConfigurations`
|
|
1501
|
-
# @return [Array<Google::Apis::
|
|
1529
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeOptimizationConfiguration>]
|
|
1502
1530
|
attr_accessor :additional_creative_optimization_configurations
|
|
1503
1531
|
|
|
1504
1532
|
# Advertiser group ID of the associated advertiser.
|
|
@@ -1513,7 +1541,7 @@ module Google
|
|
|
1513
1541
|
|
|
1514
1542
|
# Represents a DimensionValue resource.
|
|
1515
1543
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
1516
|
-
# @return [Google::Apis::
|
|
1544
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
1517
1545
|
attr_accessor :advertiser_id_dimension_value
|
|
1518
1546
|
|
|
1519
1547
|
# Whether this campaign has been archived.
|
|
@@ -1525,7 +1553,7 @@ module Google
|
|
|
1525
1553
|
# Audience segment groups assigned to this campaign. Cannot have more than 300
|
|
1526
1554
|
# segment groups.
|
|
1527
1555
|
# Corresponds to the JSON property `audienceSegmentGroups`
|
|
1528
|
-
# @return [Array<Google::Apis::
|
|
1556
|
+
# @return [Array<Google::Apis::DfareportingV3_4::AudienceSegmentGroup>]
|
|
1529
1557
|
attr_accessor :audience_segment_groups
|
|
1530
1558
|
|
|
1531
1559
|
# Billing invoice code included in the Campaign Manager client billing invoices
|
|
@@ -1536,7 +1564,7 @@ module Google
|
|
|
1536
1564
|
|
|
1537
1565
|
# Click Through URL Suffix settings.
|
|
1538
1566
|
# Corresponds to the JSON property `clickThroughUrlSuffixProperties`
|
|
1539
|
-
# @return [Google::Apis::
|
|
1567
|
+
# @return [Google::Apis::DfareportingV3_4::ClickThroughUrlSuffixProperties]
|
|
1540
1568
|
attr_accessor :click_through_url_suffix_properties
|
|
1541
1569
|
|
|
1542
1570
|
# Arbitrary comments about this campaign. Must be less than 256 characters long.
|
|
@@ -1546,7 +1574,7 @@ module Google
|
|
|
1546
1574
|
|
|
1547
1575
|
# Modification timestamp.
|
|
1548
1576
|
# Corresponds to the JSON property `createInfo`
|
|
1549
|
-
# @return [Google::Apis::
|
|
1577
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
1550
1578
|
attr_accessor :create_info
|
|
1551
1579
|
|
|
1552
1580
|
# List of creative group IDs that are assigned to the campaign.
|
|
@@ -1556,14 +1584,14 @@ module Google
|
|
|
1556
1584
|
|
|
1557
1585
|
# Creative optimization settings.
|
|
1558
1586
|
# Corresponds to the JSON property `creativeOptimizationConfiguration`
|
|
1559
|
-
# @return [Google::Apis::
|
|
1587
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeOptimizationConfiguration]
|
|
1560
1588
|
attr_accessor :creative_optimization_configuration
|
|
1561
1589
|
|
|
1562
1590
|
# Properties of inheriting and overriding the default click-through event tag. A
|
|
1563
1591
|
# campaign may override the event tag defined at the advertiser level, and an ad
|
|
1564
1592
|
# may also override the campaign's setting further.
|
|
1565
1593
|
# Corresponds to the JSON property `defaultClickThroughEventTagProperties`
|
|
1566
|
-
# @return [Google::Apis::
|
|
1594
|
+
# @return [Google::Apis::DfareportingV3_4::DefaultClickThroughEventTagProperties]
|
|
1567
1595
|
attr_accessor :default_click_through_event_tag_properties
|
|
1568
1596
|
|
|
1569
1597
|
# The default landing page ID for this campaign.
|
|
@@ -1583,7 +1611,7 @@ module Google
|
|
|
1583
1611
|
|
|
1584
1612
|
# Overrides that can be used to activate or deactivate advertiser event tags.
|
|
1585
1613
|
# Corresponds to the JSON property `eventTagOverrides`
|
|
1586
|
-
# @return [Array<Google::Apis::
|
|
1614
|
+
# @return [Array<Google::Apis::DfareportingV3_4::EventTagOverride>]
|
|
1587
1615
|
attr_accessor :event_tag_overrides
|
|
1588
1616
|
|
|
1589
1617
|
# External ID for this campaign.
|
|
@@ -1598,7 +1626,7 @@ module Google
|
|
|
1598
1626
|
|
|
1599
1627
|
# Represents a DimensionValue resource.
|
|
1600
1628
|
# Corresponds to the JSON property `idDimensionValue`
|
|
1601
|
-
# @return [Google::Apis::
|
|
1629
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
1602
1630
|
attr_accessor :id_dimension_value
|
|
1603
1631
|
|
|
1604
1632
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1609,14 +1637,9 @@ module Google
|
|
|
1609
1637
|
|
|
1610
1638
|
# Modification timestamp.
|
|
1611
1639
|
# Corresponds to the JSON property `lastModifiedInfo`
|
|
1612
|
-
# @return [Google::Apis::
|
|
1640
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
1613
1641
|
attr_accessor :last_modified_info
|
|
1614
1642
|
|
|
1615
|
-
# Lookback configuration settings.
|
|
1616
|
-
# Corresponds to the JSON property `lookbackConfiguration`
|
|
1617
|
-
# @return [Google::Apis::DfareportingV3_2::LookbackConfiguration]
|
|
1618
|
-
attr_accessor :lookback_configuration
|
|
1619
|
-
|
|
1620
1643
|
# Name of this campaign. This is a required field and must be less than 256
|
|
1621
1644
|
# characters long and unique among campaigns of the same advertiser.
|
|
1622
1645
|
# Corresponds to the JSON property `name`
|
|
@@ -1676,7 +1699,6 @@ module Google
|
|
|
1676
1699
|
@id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value)
|
|
1677
1700
|
@kind = args[:kind] if args.key?(:kind)
|
|
1678
1701
|
@last_modified_info = args[:last_modified_info] if args.key?(:last_modified_info)
|
|
1679
|
-
@lookback_configuration = args[:lookback_configuration] if args.key?(:lookback_configuration)
|
|
1680
1702
|
@name = args[:name] if args.key?(:name)
|
|
1681
1703
|
@nielsen_ocr_enabled = args[:nielsen_ocr_enabled] if args.key?(:nielsen_ocr_enabled)
|
|
1682
1704
|
@start_date = args[:start_date] if args.key?(:start_date)
|
|
@@ -1717,7 +1739,7 @@ module Google
|
|
|
1717
1739
|
|
|
1718
1740
|
# Campaign creative association collection
|
|
1719
1741
|
# Corresponds to the JSON property `campaignCreativeAssociations`
|
|
1720
|
-
# @return [Array<Google::Apis::
|
|
1742
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CampaignCreativeAssociation>]
|
|
1721
1743
|
attr_accessor :campaign_creative_associations
|
|
1722
1744
|
|
|
1723
1745
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1743,13 +1765,63 @@ module Google
|
|
|
1743
1765
|
end
|
|
1744
1766
|
end
|
|
1745
1767
|
|
|
1768
|
+
# Campaign Manager IDs related to the custom event.
|
|
1769
|
+
class CampaignManagerIds
|
|
1770
|
+
include Google::Apis::Core::Hashable
|
|
1771
|
+
|
|
1772
|
+
# Ad ID for Campaign Manager.
|
|
1773
|
+
# Corresponds to the JSON property `adId`
|
|
1774
|
+
# @return [Fixnum]
|
|
1775
|
+
attr_accessor :ad_id
|
|
1776
|
+
|
|
1777
|
+
# Campaign ID for Campaign Manager.
|
|
1778
|
+
# Corresponds to the JSON property `campaignId`
|
|
1779
|
+
# @return [Fixnum]
|
|
1780
|
+
attr_accessor :campaign_id
|
|
1781
|
+
|
|
1782
|
+
# Creative ID for Campaign Manager.
|
|
1783
|
+
# Corresponds to the JSON property `creativeId`
|
|
1784
|
+
# @return [Fixnum]
|
|
1785
|
+
attr_accessor :creative_id
|
|
1786
|
+
|
|
1787
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
1788
|
+
# dfareporting#campaignManagerIds".
|
|
1789
|
+
# Corresponds to the JSON property `kind`
|
|
1790
|
+
# @return [String]
|
|
1791
|
+
attr_accessor :kind
|
|
1792
|
+
|
|
1793
|
+
# Placement ID for Campaign Manager.
|
|
1794
|
+
# Corresponds to the JSON property `placementId`
|
|
1795
|
+
# @return [Fixnum]
|
|
1796
|
+
attr_accessor :placement_id
|
|
1797
|
+
|
|
1798
|
+
# Site ID for Campaign Manager.
|
|
1799
|
+
# Corresponds to the JSON property `siteId`
|
|
1800
|
+
# @return [Fixnum]
|
|
1801
|
+
attr_accessor :site_id
|
|
1802
|
+
|
|
1803
|
+
def initialize(**args)
|
|
1804
|
+
update!(**args)
|
|
1805
|
+
end
|
|
1806
|
+
|
|
1807
|
+
# Update properties of this object
|
|
1808
|
+
def update!(**args)
|
|
1809
|
+
@ad_id = args[:ad_id] if args.key?(:ad_id)
|
|
1810
|
+
@campaign_id = args[:campaign_id] if args.key?(:campaign_id)
|
|
1811
|
+
@creative_id = args[:creative_id] if args.key?(:creative_id)
|
|
1812
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
1813
|
+
@placement_id = args[:placement_id] if args.key?(:placement_id)
|
|
1814
|
+
@site_id = args[:site_id] if args.key?(:site_id)
|
|
1815
|
+
end
|
|
1816
|
+
end
|
|
1817
|
+
|
|
1746
1818
|
# Campaign List Response
|
|
1747
1819
|
class CampaignsListResponse
|
|
1748
1820
|
include Google::Apis::Core::Hashable
|
|
1749
1821
|
|
|
1750
1822
|
# Campaign collection.
|
|
1751
1823
|
# Corresponds to the JSON property `campaigns`
|
|
1752
|
-
# @return [Array<Google::Apis::
|
|
1824
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Campaign>]
|
|
1753
1825
|
attr_accessor :campaigns
|
|
1754
1826
|
|
|
1755
1827
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1882,7 +1954,7 @@ module Google
|
|
|
1882
1954
|
|
|
1883
1955
|
# Change log collection.
|
|
1884
1956
|
# Corresponds to the JSON property `changeLogs`
|
|
1885
|
-
# @return [Array<Google::Apis::
|
|
1957
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ChangeLog>]
|
|
1886
1958
|
attr_accessor :change_logs
|
|
1887
1959
|
|
|
1888
1960
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -1914,7 +1986,7 @@ module Google
|
|
|
1914
1986
|
|
|
1915
1987
|
# City collection.
|
|
1916
1988
|
# Corresponds to the JSON property `cities`
|
|
1917
|
-
# @return [Array<Google::Apis::
|
|
1989
|
+
# @return [Array<Google::Apis::DfareportingV3_4::City>]
|
|
1918
1990
|
attr_accessor :cities
|
|
1919
1991
|
|
|
1920
1992
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -2008,7 +2080,7 @@ module Google
|
|
|
2008
2080
|
|
|
2009
2081
|
# Click-through URL
|
|
2010
2082
|
# Corresponds to the JSON property `clickThroughUrl`
|
|
2011
|
-
# @return [Google::Apis::
|
|
2083
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeClickThroughUrl]
|
|
2012
2084
|
attr_accessor :click_through_url
|
|
2013
2085
|
|
|
2014
2086
|
# Advertiser event name associated with the click tag. This field is used by
|
|
@@ -2118,7 +2190,7 @@ module Google
|
|
|
2118
2190
|
|
|
2119
2191
|
# Click-through URL
|
|
2120
2192
|
# Corresponds to the JSON property `clickThroughUrl`
|
|
2121
|
-
# @return [Google::Apis::
|
|
2193
|
+
# @return [Google::Apis::DfareportingV3_4::ClickThroughUrl]
|
|
2122
2194
|
attr_accessor :click_through_url
|
|
2123
2195
|
|
|
2124
2196
|
# ID of the creative for this companion click-through override.
|
|
@@ -2150,7 +2222,7 @@ module Google
|
|
|
2150
2222
|
# Whitelist of companion sizes to be served to this placement. Set this list to
|
|
2151
2223
|
# null or empty to serve all companion sizes.
|
|
2152
2224
|
# Corresponds to the JSON property `enabledSizes`
|
|
2153
|
-
# @return [Array<Google::Apis::
|
|
2225
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Size>]
|
|
2154
2226
|
attr_accessor :enabled_sizes
|
|
2155
2227
|
|
|
2156
2228
|
# Whether to serve only static images as companions.
|
|
@@ -2185,13 +2257,13 @@ module Google
|
|
|
2185
2257
|
# Represents fields that are compatible to be selected for a report of type "
|
|
2186
2258
|
# CROSS_DIMENSION_REACH".
|
|
2187
2259
|
# Corresponds to the JSON property `crossDimensionReachReportCompatibleFields`
|
|
2188
|
-
# @return [Google::Apis::
|
|
2260
|
+
# @return [Google::Apis::DfareportingV3_4::CrossDimensionReachReportCompatibleFields]
|
|
2189
2261
|
attr_accessor :cross_dimension_reach_report_compatible_fields
|
|
2190
2262
|
|
|
2191
2263
|
# Represents fields that are compatible to be selected for a report of type "
|
|
2192
2264
|
# FlOODLIGHT".
|
|
2193
2265
|
# Corresponds to the JSON property `floodlightReportCompatibleFields`
|
|
2194
|
-
# @return [Google::Apis::
|
|
2266
|
+
# @return [Google::Apis::DfareportingV3_4::FloodlightReportCompatibleFields]
|
|
2195
2267
|
attr_accessor :floodlight_report_compatible_fields
|
|
2196
2268
|
|
|
2197
2269
|
# The kind of resource this is, in this case dfareporting#compatibleFields.
|
|
@@ -2202,19 +2274,19 @@ module Google
|
|
|
2202
2274
|
# Represents fields that are compatible to be selected for a report of type "
|
|
2203
2275
|
# PATH_TO_CONVERSION".
|
|
2204
2276
|
# Corresponds to the JSON property `pathToConversionReportCompatibleFields`
|
|
2205
|
-
# @return [Google::Apis::
|
|
2277
|
+
# @return [Google::Apis::DfareportingV3_4::PathToConversionReportCompatibleFields]
|
|
2206
2278
|
attr_accessor :path_to_conversion_report_compatible_fields
|
|
2207
2279
|
|
|
2208
2280
|
# Represents fields that are compatible to be selected for a report of type "
|
|
2209
2281
|
# REACH".
|
|
2210
2282
|
# Corresponds to the JSON property `reachReportCompatibleFields`
|
|
2211
|
-
# @return [Google::Apis::
|
|
2283
|
+
# @return [Google::Apis::DfareportingV3_4::ReachReportCompatibleFields]
|
|
2212
2284
|
attr_accessor :reach_report_compatible_fields
|
|
2213
2285
|
|
|
2214
2286
|
# Represents fields that are compatible to be selected for a report of type "
|
|
2215
2287
|
# STANDARD".
|
|
2216
2288
|
# Corresponds to the JSON property `reportCompatibleFields`
|
|
2217
|
-
# @return [Google::Apis::
|
|
2289
|
+
# @return [Google::Apis::DfareportingV3_4::ReportCompatibleFields]
|
|
2218
2290
|
attr_accessor :report_compatible_fields
|
|
2219
2291
|
|
|
2220
2292
|
def initialize(**args)
|
|
@@ -2271,7 +2343,7 @@ module Google
|
|
|
2271
2343
|
|
|
2272
2344
|
# Collection of connection types such as broadband and mobile.
|
|
2273
2345
|
# Corresponds to the JSON property `connectionTypes`
|
|
2274
|
-
# @return [Array<Google::Apis::
|
|
2346
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ConnectionType>]
|
|
2275
2347
|
attr_accessor :connection_types
|
|
2276
2348
|
|
|
2277
2349
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -2297,7 +2369,7 @@ module Google
|
|
|
2297
2369
|
|
|
2298
2370
|
# Content category collection.
|
|
2299
2371
|
# Corresponds to the JSON property `contentCategories`
|
|
2300
|
-
# @return [Array<Google::Apis::
|
|
2372
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ContentCategory>]
|
|
2301
2373
|
attr_accessor :content_categories
|
|
2302
2374
|
|
|
2303
2375
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -2377,13 +2449,13 @@ module Google
|
|
|
2377
2449
|
|
|
2378
2450
|
# Custom floodlight variables.
|
|
2379
2451
|
# Corresponds to the JSON property `customVariables`
|
|
2380
|
-
# @return [Array<Google::Apis::
|
|
2452
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CustomFloodlightVariable>]
|
|
2381
2453
|
attr_accessor :custom_variables
|
|
2382
2454
|
|
|
2383
2455
|
# The alphanumeric encrypted user ID. When set, encryptionInfo should also be
|
|
2384
2456
|
# specified. This field is mutually exclusive with encryptedUserIdCandidates[],
|
|
2385
|
-
# mobileDeviceId and gclid. This or encryptedUserIdCandidates[] or
|
|
2386
|
-
# mobileDeviceId or gclid is a required field.
|
|
2457
|
+
# matchId, mobileDeviceId and gclid. This or encryptedUserIdCandidates[] or
|
|
2458
|
+
# matchId or mobileDeviceId or gclid is a required field.
|
|
2387
2459
|
# Corresponds to the JSON property `encryptedUserId`
|
|
2388
2460
|
# @return [String]
|
|
2389
2461
|
attr_accessor :encrypted_user_id
|
|
@@ -2391,11 +2463,11 @@ module Google
|
|
|
2391
2463
|
# A list of the alphanumeric encrypted user IDs. Any user ID with exposure prior
|
|
2392
2464
|
# to the conversion timestamp will be used in the inserted conversion. If no
|
|
2393
2465
|
# such user ID is found then the conversion will be rejected with
|
|
2394
|
-
#
|
|
2466
|
+
# INVALID_ARGUMENT error. When set, encryptionInfo should also be specified.
|
|
2395
2467
|
# This field may only be used when calling batchinsert; it is not supported by
|
|
2396
|
-
# batchupdate. This field is mutually exclusive with encryptedUserId,
|
|
2397
|
-
# mobileDeviceId and gclid. This or encryptedUserId or
|
|
2398
|
-
# is a required field.
|
|
2468
|
+
# batchupdate. This field is mutually exclusive with encryptedUserId, matchId,
|
|
2469
|
+
# mobileDeviceId and gclid. This or encryptedUserId or matchId or mobileDeviceId
|
|
2470
|
+
# or gclid is a required field.
|
|
2399
2471
|
# Corresponds to the JSON property `encryptedUserIdCandidates`
|
|
2400
2472
|
# @return [Array<String>]
|
|
2401
2473
|
attr_accessor :encrypted_user_id_candidates
|
|
@@ -2411,8 +2483,9 @@ module Google
|
|
|
2411
2483
|
attr_accessor :floodlight_configuration_id
|
|
2412
2484
|
|
|
2413
2485
|
# The Google click ID. This field is mutually exclusive with encryptedUserId,
|
|
2414
|
-
# encryptedUserIdCandidates[] and mobileDeviceId. This or
|
|
2415
|
-
# encryptedUserIdCandidates[] or mobileDeviceId is
|
|
2486
|
+
# encryptedUserIdCandidates[], matchId and mobileDeviceId. This or
|
|
2487
|
+
# encryptedUserId or encryptedUserIdCandidates[] or matchId or mobileDeviceId is
|
|
2488
|
+
# a required field.
|
|
2416
2489
|
# Corresponds to the JSON property `gclid`
|
|
2417
2490
|
# @return [String]
|
|
2418
2491
|
attr_accessor :gclid
|
|
@@ -2430,9 +2503,18 @@ module Google
|
|
|
2430
2503
|
attr_accessor :limit_ad_tracking
|
|
2431
2504
|
alias_method :limit_ad_tracking?, :limit_ad_tracking
|
|
2432
2505
|
|
|
2506
|
+
# The match ID field. A match ID is your own first-party identifier that has
|
|
2507
|
+
# been synced with Google using the match ID feature in Floodlight. This field
|
|
2508
|
+
# is mutually exclusive with encryptedUserId, encryptedUserIdCandidates[],
|
|
2509
|
+
# mobileDeviceId and gclid. This or encryptedUserId or encryptedUserIdCandidates[
|
|
2510
|
+
# ] or mobileDeviceId or gclid is a required field.
|
|
2511
|
+
# Corresponds to the JSON property `matchId`
|
|
2512
|
+
# @return [String]
|
|
2513
|
+
attr_accessor :match_id
|
|
2514
|
+
|
|
2433
2515
|
# The mobile device ID. This field is mutually exclusive with encryptedUserId,
|
|
2434
|
-
# encryptedUserIdCandidates[] and gclid. This or encryptedUserId or
|
|
2435
|
-
# encryptedUserIdCandidates[] or gclid is a required field.
|
|
2516
|
+
# encryptedUserIdCandidates[], matchId and gclid. This or encryptedUserId or
|
|
2517
|
+
# encryptedUserIdCandidates[] or matchId or gclid is a required field.
|
|
2436
2518
|
# Corresponds to the JSON property `mobileDeviceId`
|
|
2437
2519
|
# @return [String]
|
|
2438
2520
|
attr_accessor :mobile_device_id
|
|
@@ -2487,6 +2569,7 @@ module Google
|
|
|
2487
2569
|
@gclid = args[:gclid] if args.key?(:gclid)
|
|
2488
2570
|
@kind = args[:kind] if args.key?(:kind)
|
|
2489
2571
|
@limit_ad_tracking = args[:limit_ad_tracking] if args.key?(:limit_ad_tracking)
|
|
2572
|
+
@match_id = args[:match_id] if args.key?(:match_id)
|
|
2490
2573
|
@mobile_device_id = args[:mobile_device_id] if args.key?(:mobile_device_id)
|
|
2491
2574
|
@non_personalized_ad = args[:non_personalized_ad] if args.key?(:non_personalized_ad)
|
|
2492
2575
|
@ordinal = args[:ordinal] if args.key?(:ordinal)
|
|
@@ -2538,12 +2621,12 @@ module Google
|
|
|
2538
2621
|
# A Conversion represents when a user successfully performs a desired action
|
|
2539
2622
|
# after seeing an ad.
|
|
2540
2623
|
# Corresponds to the JSON property `conversion`
|
|
2541
|
-
# @return [Google::Apis::
|
|
2624
|
+
# @return [Google::Apis::DfareportingV3_4::Conversion]
|
|
2542
2625
|
attr_accessor :conversion
|
|
2543
2626
|
|
|
2544
2627
|
# A list of errors related to this conversion.
|
|
2545
2628
|
# Corresponds to the JSON property `errors`
|
|
2546
|
-
# @return [Array<Google::Apis::
|
|
2629
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ConversionError>]
|
|
2547
2630
|
attr_accessor :errors
|
|
2548
2631
|
|
|
2549
2632
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -2570,12 +2653,12 @@ module Google
|
|
|
2570
2653
|
|
|
2571
2654
|
# The set of conversions to insert.
|
|
2572
2655
|
# Corresponds to the JSON property `conversions`
|
|
2573
|
-
# @return [Array<Google::Apis::
|
|
2656
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Conversion>]
|
|
2574
2657
|
attr_accessor :conversions
|
|
2575
2658
|
|
|
2576
2659
|
# A description of how user IDs are encrypted.
|
|
2577
2660
|
# Corresponds to the JSON property `encryptionInfo`
|
|
2578
|
-
# @return [Google::Apis::
|
|
2661
|
+
# @return [Google::Apis::DfareportingV3_4::EncryptionInfo]
|
|
2579
2662
|
attr_accessor :encryption_info
|
|
2580
2663
|
|
|
2581
2664
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -2615,7 +2698,7 @@ module Google
|
|
|
2615
2698
|
# The insert status of each conversion. Statuses are returned in the same order
|
|
2616
2699
|
# that conversions are inserted.
|
|
2617
2700
|
# Corresponds to the JSON property `status`
|
|
2618
|
-
# @return [Array<Google::Apis::
|
|
2701
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ConversionStatus>]
|
|
2619
2702
|
attr_accessor :status
|
|
2620
2703
|
|
|
2621
2704
|
def initialize(**args)
|
|
@@ -2636,12 +2719,12 @@ module Google
|
|
|
2636
2719
|
|
|
2637
2720
|
# The set of conversions to update.
|
|
2638
2721
|
# Corresponds to the JSON property `conversions`
|
|
2639
|
-
# @return [Array<Google::Apis::
|
|
2722
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Conversion>]
|
|
2640
2723
|
attr_accessor :conversions
|
|
2641
2724
|
|
|
2642
2725
|
# A description of how user IDs are encrypted.
|
|
2643
2726
|
# Corresponds to the JSON property `encryptionInfo`
|
|
2644
|
-
# @return [Google::Apis::
|
|
2727
|
+
# @return [Google::Apis::DfareportingV3_4::EncryptionInfo]
|
|
2645
2728
|
attr_accessor :encryption_info
|
|
2646
2729
|
|
|
2647
2730
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -2681,7 +2764,7 @@ module Google
|
|
|
2681
2764
|
# The update status of each conversion. Statuses are returned in the same order
|
|
2682
2765
|
# that conversions are updated.
|
|
2683
2766
|
# Corresponds to the JSON property `status`
|
|
2684
|
-
# @return [Array<Google::Apis::
|
|
2767
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ConversionStatus>]
|
|
2685
2768
|
attr_accessor :status
|
|
2686
2769
|
|
|
2687
2770
|
def initialize(**args)
|
|
@@ -2702,7 +2785,7 @@ module Google
|
|
|
2702
2785
|
|
|
2703
2786
|
# Country collection.
|
|
2704
2787
|
# Corresponds to the JSON property `countries`
|
|
2705
|
-
# @return [Array<Google::Apis::
|
|
2788
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Country>]
|
|
2706
2789
|
attr_accessor :countries
|
|
2707
2790
|
|
|
2708
2791
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -2804,7 +2887,7 @@ module Google
|
|
|
2804
2887
|
# can be used. Applicable to DISPLAY creatives when the primary asset type is
|
|
2805
2888
|
# HTML_IMAGE.
|
|
2806
2889
|
# Corresponds to the JSON property `additionalSizes`
|
|
2807
|
-
# @return [Array<Google::Apis::
|
|
2890
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Size>]
|
|
2808
2891
|
attr_accessor :additional_sizes
|
|
2809
2892
|
|
|
2810
2893
|
# Advertiser ID of this creative. This is a required field. Applicable to all
|
|
@@ -2861,7 +2944,7 @@ module Google
|
|
|
2861
2944
|
|
|
2862
2945
|
# Click-through URL
|
|
2863
2946
|
# Corresponds to the JSON property `backupImageClickThroughUrl`
|
|
2864
|
-
# @return [Google::Apis::
|
|
2947
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeClickThroughUrl]
|
|
2865
2948
|
attr_accessor :backup_image_click_through_url
|
|
2866
2949
|
|
|
2867
2950
|
# List of feature dependencies that will cause a backup image to be served if
|
|
@@ -2886,7 +2969,7 @@ module Google
|
|
|
2886
2969
|
|
|
2887
2970
|
# Target Window.
|
|
2888
2971
|
# Corresponds to the JSON property `backupImageTargetWindow`
|
|
2889
|
-
# @return [Google::Apis::
|
|
2972
|
+
# @return [Google::Apis::DfareportingV3_4::TargetWindow]
|
|
2890
2973
|
attr_accessor :backup_image_target_window
|
|
2891
2974
|
|
|
2892
2975
|
# Click tags of the creative. For DISPLAY, FLASH_INPAGE, and HTML5_BANNER
|
|
@@ -2901,7 +2984,7 @@ module Google
|
|
|
2901
2984
|
# types: DISPLAY_IMAGE_GALLERY, FLASH_INPAGE, HTML5_BANNER. Applicable to
|
|
2902
2985
|
# DISPLAY when the primary asset type is not HTML_IMAGE.
|
|
2903
2986
|
# Corresponds to the JSON property `clickTags`
|
|
2904
|
-
# @return [Array<Google::Apis::
|
|
2987
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ClickTag>]
|
|
2905
2988
|
attr_accessor :click_tags
|
|
2906
2989
|
|
|
2907
2990
|
# Industry standard ID assigned to creative for reach and frequency. Applicable
|
|
@@ -2953,25 +3036,25 @@ module Google
|
|
|
2953
3036
|
# to the following creative types: DISPLAY_IMAGE_GALLERY, all RICH_MEDIA, and
|
|
2954
3037
|
# all VPAID.
|
|
2955
3038
|
# Corresponds to the JSON property `counterCustomEvents`
|
|
2956
|
-
# @return [Array<Google::Apis::
|
|
3039
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeCustomEvent>]
|
|
2957
3040
|
attr_accessor :counter_custom_events
|
|
2958
3041
|
|
|
2959
3042
|
# Encapsulates the list of rules for asset selection and a default asset in case
|
|
2960
3043
|
# none of the rules match. Applicable to INSTREAM_VIDEO creatives.
|
|
2961
3044
|
# Corresponds to the JSON property `creativeAssetSelection`
|
|
2962
|
-
# @return [Google::Apis::
|
|
3045
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeAssetSelection]
|
|
2963
3046
|
attr_accessor :creative_asset_selection
|
|
2964
3047
|
|
|
2965
3048
|
# Assets associated with a creative. Applicable to all but the following
|
|
2966
3049
|
# creative types: INTERNAL_REDIRECT, INTERSTITIAL_INTERNAL_REDIRECT, and
|
|
2967
3050
|
# REDIRECT
|
|
2968
3051
|
# Corresponds to the JSON property `creativeAssets`
|
|
2969
|
-
# @return [Array<Google::Apis::
|
|
3052
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeAsset>]
|
|
2970
3053
|
attr_accessor :creative_assets
|
|
2971
3054
|
|
|
2972
3055
|
# Creative field assignments for this creative. Applicable to all creative types.
|
|
2973
3056
|
# Corresponds to the JSON property `creativeFieldAssignments`
|
|
2974
|
-
# @return [Array<Google::Apis::
|
|
3057
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeFieldAssignment>]
|
|
2975
3058
|
attr_accessor :creative_field_assignments
|
|
2976
3059
|
|
|
2977
3060
|
# Custom key-values for a Rich Media creative. Key-values let you customize the
|
|
@@ -3000,12 +3083,12 @@ module Google
|
|
|
3000
3083
|
# DISPLAY_IMAGE_GALLERY, all RICH_MEDIA, and all VPAID. Applicable to DISPLAY
|
|
3001
3084
|
# when the primary asset type is not HTML_IMAGE.
|
|
3002
3085
|
# Corresponds to the JSON property `exitCustomEvents`
|
|
3003
|
-
# @return [Array<Google::Apis::
|
|
3086
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeCustomEvent>]
|
|
3004
3087
|
attr_accessor :exit_custom_events
|
|
3005
3088
|
|
|
3006
3089
|
# FsCommand.
|
|
3007
3090
|
# Corresponds to the JSON property `fsCommand`
|
|
3008
|
-
# @return [Google::Apis::
|
|
3091
|
+
# @return [Google::Apis::DfareportingV3_4::FsCommand]
|
|
3009
3092
|
attr_accessor :fs_command
|
|
3010
3093
|
|
|
3011
3094
|
# HTML code for the creative. This is a required field when applicable. This
|
|
@@ -3031,7 +3114,7 @@ module Google
|
|
|
3031
3114
|
|
|
3032
3115
|
# Represents a DimensionValue resource.
|
|
3033
3116
|
# Corresponds to the JSON property `idDimensionValue`
|
|
3034
|
-
# @return [Google::Apis::
|
|
3117
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
3035
3118
|
attr_accessor :id_dimension_value
|
|
3036
3119
|
|
|
3037
3120
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -3042,7 +3125,7 @@ module Google
|
|
|
3042
3125
|
|
|
3043
3126
|
# Modification timestamp.
|
|
3044
3127
|
# Corresponds to the JSON property `lastModifiedInfo`
|
|
3045
|
-
# @return [Google::Apis::
|
|
3128
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
3046
3129
|
attr_accessor :last_modified_info
|
|
3047
3130
|
|
|
3048
3131
|
# Latest Studio trafficked creative ID associated with rich media and VPAID
|
|
@@ -3077,15 +3160,9 @@ module Google
|
|
|
3077
3160
|
# @return [String]
|
|
3078
3161
|
attr_accessor :override_css
|
|
3079
3162
|
|
|
3080
|
-
# The asset ID of the polite load image asset. Applicable to the creative type:
|
|
3081
|
-
# DISPLAY.
|
|
3082
|
-
# Corresponds to the JSON property `politeLoadAssetId`
|
|
3083
|
-
# @return [Fixnum]
|
|
3084
|
-
attr_accessor :polite_load_asset_id
|
|
3085
|
-
|
|
3086
3163
|
# Video Offset
|
|
3087
3164
|
# Corresponds to the JSON property `progressOffset`
|
|
3088
|
-
# @return [Google::Apis::
|
|
3165
|
+
# @return [Google::Apis::DfareportingV3_4::VideoOffset]
|
|
3089
3166
|
attr_accessor :progress_offset
|
|
3090
3167
|
|
|
3091
3168
|
# URL of hosted image or hosted video or another ad tag. For
|
|
@@ -3106,7 +3183,7 @@ module Google
|
|
|
3106
3183
|
|
|
3107
3184
|
# Represents a DimensionValue resource.
|
|
3108
3185
|
# Corresponds to the JSON property `renderingIdDimensionValue`
|
|
3109
|
-
# @return [Google::Apis::
|
|
3186
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
3110
3187
|
attr_accessor :rendering_id_dimension_value
|
|
3111
3188
|
|
|
3112
3189
|
# The minimum required Flash plugin version for this creative. For example, 11.2.
|
|
@@ -3126,12 +3203,12 @@ module Google
|
|
|
3126
3203
|
|
|
3127
3204
|
# Represents the dimensions of ads, placements, creatives, or creative assets.
|
|
3128
3205
|
# Corresponds to the JSON property `size`
|
|
3129
|
-
# @return [Google::Apis::
|
|
3206
|
+
# @return [Google::Apis::DfareportingV3_4::Size]
|
|
3130
3207
|
attr_accessor :size
|
|
3131
3208
|
|
|
3132
3209
|
# Video Offset
|
|
3133
3210
|
# Corresponds to the JSON property `skipOffset`
|
|
3134
|
-
# @return [Google::Apis::
|
|
3211
|
+
# @return [Google::Apis::DfareportingV3_4::VideoOffset]
|
|
3135
3212
|
attr_accessor :skip_offset
|
|
3136
3213
|
|
|
3137
3214
|
# Whether the user can choose to skip the creative. Applicable to the following
|
|
@@ -3199,7 +3276,7 @@ module Google
|
|
|
3199
3276
|
# following creative types: all INSTREAM_VIDEO, all INSTREAM_AUDIO, and all
|
|
3200
3277
|
# VPAID.
|
|
3201
3278
|
# Corresponds to the JSON property `thirdPartyUrls`
|
|
3202
|
-
# @return [Array<Google::Apis::
|
|
3279
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ThirdPartyTrackingUrl>]
|
|
3203
3280
|
attr_accessor :third_party_urls
|
|
3204
3281
|
|
|
3205
3282
|
# List of timer events configured for the creative. For DISPLAY_IMAGE_GALLERY
|
|
@@ -3207,7 +3284,7 @@ module Google
|
|
|
3207
3284
|
# to the following creative types: DISPLAY_IMAGE_GALLERY, all RICH_MEDIA, and
|
|
3208
3285
|
# all VPAID. Applicable to DISPLAY when the primary asset is not HTML_IMAGE.
|
|
3209
3286
|
# Corresponds to the JSON property `timerCustomEvents`
|
|
3210
|
-
# @return [Array<Google::Apis::
|
|
3287
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeCustomEvent>]
|
|
3211
3288
|
attr_accessor :timer_custom_events
|
|
3212
3289
|
|
|
3213
3290
|
# Combined size of all creative assets. This is a read-only field. Applicable to
|
|
@@ -3227,7 +3304,7 @@ module Google
|
|
|
3227
3304
|
# A Universal Ad ID as per the VAST 4.0 spec. Applicable to the following
|
|
3228
3305
|
# creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and VPAID.
|
|
3229
3306
|
# Corresponds to the JSON property `universalAdId`
|
|
3230
|
-
# @return [Google::Apis::
|
|
3307
|
+
# @return [Google::Apis::DfareportingV3_4::UniversalAdId]
|
|
3231
3308
|
attr_accessor :universal_ad_id
|
|
3232
3309
|
|
|
3233
3310
|
# The version number helps you keep track of multiple versions of your creative
|
|
@@ -3288,7 +3365,6 @@ module Google
|
|
|
3288
3365
|
@media_duration = args[:media_duration] if args.key?(:media_duration)
|
|
3289
3366
|
@name = args[:name] if args.key?(:name)
|
|
3290
3367
|
@override_css = args[:override_css] if args.key?(:override_css)
|
|
3291
|
-
@polite_load_asset_id = args[:polite_load_asset_id] if args.key?(:polite_load_asset_id)
|
|
3292
3368
|
@progress_offset = args[:progress_offset] if args.key?(:progress_offset)
|
|
3293
3369
|
@redirect_url = args[:redirect_url] if args.key?(:redirect_url)
|
|
3294
3370
|
@rendering_id = args[:rendering_id] if args.key?(:rendering_id)
|
|
@@ -3339,7 +3415,7 @@ module Google
|
|
|
3339
3415
|
# compatible software such as GWD will be able to support more sizes this
|
|
3340
3416
|
# creative asset can render.
|
|
3341
3417
|
# Corresponds to the JSON property `additionalSizes`
|
|
3342
|
-
# @return [Array<Google::Apis::
|
|
3418
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Size>]
|
|
3343
3419
|
attr_accessor :additional_sizes
|
|
3344
3420
|
|
|
3345
3421
|
# Possible alignments for an asset. This is a read-only field. Applicable to the
|
|
@@ -3356,12 +3432,24 @@ module Google
|
|
|
3356
3432
|
|
|
3357
3433
|
# Creative Asset ID.
|
|
3358
3434
|
# Corresponds to the JSON property `assetIdentifier`
|
|
3359
|
-
# @return [Google::Apis::
|
|
3435
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeAssetId]
|
|
3360
3436
|
attr_accessor :asset_identifier
|
|
3361
3437
|
|
|
3438
|
+
# Audio stream bit rate in kbps. This is a read-only field. Applicable to the
|
|
3439
|
+
# following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.
|
|
3440
|
+
# Corresponds to the JSON property `audioBitRate`
|
|
3441
|
+
# @return [Fixnum]
|
|
3442
|
+
attr_accessor :audio_bit_rate
|
|
3443
|
+
|
|
3444
|
+
# Audio sample bit rate in hertz. This is a read-only field. Applicable to the
|
|
3445
|
+
# following creative types: INSTREAM_AUDIO, INSTREAM_VIDEO and all VPAID.
|
|
3446
|
+
# Corresponds to the JSON property `audioSampleRate`
|
|
3447
|
+
# @return [Fixnum]
|
|
3448
|
+
attr_accessor :audio_sample_rate
|
|
3449
|
+
|
|
3362
3450
|
# Creative Custom Event.
|
|
3363
3451
|
# Corresponds to the JSON property `backupImageExit`
|
|
3364
|
-
# @return [Google::Apis::
|
|
3452
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeCustomEvent]
|
|
3365
3453
|
attr_accessor :backup_image_exit
|
|
3366
3454
|
|
|
3367
3455
|
# Detected bit-rate for audio or video asset. This is a read-only field.
|
|
@@ -3379,7 +3467,7 @@ module Google
|
|
|
3379
3467
|
|
|
3380
3468
|
# Represents the dimensions of ads, placements, creatives, or creative assets.
|
|
3381
3469
|
# Corresponds to the JSON property `collapsedSize`
|
|
3382
|
-
# @return [Google::Apis::
|
|
3470
|
+
# @return [Google::Apis::DfareportingV3_4::Size]
|
|
3383
3471
|
attr_accessor :collapsed_size
|
|
3384
3472
|
|
|
3385
3473
|
# List of companion creatives assigned to an in-stream video creative asset.
|
|
@@ -3428,7 +3516,7 @@ module Google
|
|
|
3428
3516
|
|
|
3429
3517
|
# Represents the dimensions of ads, placements, creatives, or creative assets.
|
|
3430
3518
|
# Corresponds to the JSON property `expandedDimension`
|
|
3431
|
-
# @return [Google::Apis::
|
|
3519
|
+
# @return [Google::Apis::DfareportingV3_4::Size]
|
|
3432
3520
|
attr_accessor :expanded_dimension
|
|
3433
3521
|
|
|
3434
3522
|
# File size associated with this creative asset. This is a read-only field.
|
|
@@ -3445,6 +3533,13 @@ module Google
|
|
|
3445
3533
|
# @return [Fixnum]
|
|
3446
3534
|
attr_accessor :flash_version
|
|
3447
3535
|
|
|
3536
|
+
# Video frame rate for video asset in frames per second. This is a read-only
|
|
3537
|
+
# field. Applicable to the following creative types: INSTREAM_VIDEO and all
|
|
3538
|
+
# VPAID.
|
|
3539
|
+
# Corresponds to the JSON property `frameRate`
|
|
3540
|
+
# @return [Float]
|
|
3541
|
+
attr_accessor :frame_rate
|
|
3542
|
+
|
|
3448
3543
|
# Whether to hide Flash objects flag for an asset. Applicable to the following
|
|
3449
3544
|
# creative types: all RICH_MEDIA.
|
|
3450
3545
|
# Corresponds to the JSON property `hideFlashObjects`
|
|
@@ -3475,7 +3570,7 @@ module Google
|
|
|
3475
3570
|
|
|
3476
3571
|
# Represents a DimensionValue resource.
|
|
3477
3572
|
# Corresponds to the JSON property `idDimensionValue`
|
|
3478
|
-
# @return [Google::Apis::
|
|
3573
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
3479
3574
|
attr_accessor :id_dimension_value
|
|
3480
3575
|
|
|
3481
3576
|
# Detected duration for audio or video asset. This is a read-only field.
|
|
@@ -3494,7 +3589,7 @@ module Google
|
|
|
3494
3589
|
|
|
3495
3590
|
# Offset Position.
|
|
3496
3591
|
# Corresponds to the JSON property `offset`
|
|
3497
|
-
# @return [Google::Apis::
|
|
3592
|
+
# @return [Google::Apis::DfareportingV3_4::OffsetPosition]
|
|
3498
3593
|
attr_accessor :offset
|
|
3499
3594
|
|
|
3500
3595
|
# Orientation of video asset. This is a read-only, auto-generated field.
|
|
@@ -3509,9 +3604,15 @@ module Google
|
|
|
3509
3604
|
attr_accessor :original_backup
|
|
3510
3605
|
alias_method :original_backup?, :original_backup
|
|
3511
3606
|
|
|
3607
|
+
# Whether this asset is used as a polite load asset.
|
|
3608
|
+
# Corresponds to the JSON property `politeLoad`
|
|
3609
|
+
# @return [Boolean]
|
|
3610
|
+
attr_accessor :polite_load
|
|
3611
|
+
alias_method :polite_load?, :polite_load
|
|
3612
|
+
|
|
3512
3613
|
# Offset Position.
|
|
3513
3614
|
# Corresponds to the JSON property `position`
|
|
3514
|
-
# @return [Google::Apis::
|
|
3615
|
+
# @return [Google::Apis::DfareportingV3_4::OffsetPosition]
|
|
3515
3616
|
attr_accessor :position
|
|
3516
3617
|
|
|
3517
3618
|
# Offset left unit for an asset. This is a read-only field. Applicable to the
|
|
@@ -3584,7 +3685,7 @@ module Google
|
|
|
3584
3685
|
|
|
3585
3686
|
# Represents the dimensions of ads, placements, creatives, or creative assets.
|
|
3586
3687
|
# Corresponds to the JSON property `size`
|
|
3587
|
-
# @return [Google::Apis::
|
|
3688
|
+
# @return [Google::Apis::DfareportingV3_4::Size]
|
|
3588
3689
|
attr_accessor :size
|
|
3589
3690
|
|
|
3590
3691
|
# Whether the asset is SSL-compliant. This is a read-only field. Applicable to
|
|
@@ -3660,6 +3761,8 @@ module Google
|
|
|
3660
3761
|
@alignment = args[:alignment] if args.key?(:alignment)
|
|
3661
3762
|
@artwork_type = args[:artwork_type] if args.key?(:artwork_type)
|
|
3662
3763
|
@asset_identifier = args[:asset_identifier] if args.key?(:asset_identifier)
|
|
3764
|
+
@audio_bit_rate = args[:audio_bit_rate] if args.key?(:audio_bit_rate)
|
|
3765
|
+
@audio_sample_rate = args[:audio_sample_rate] if args.key?(:audio_sample_rate)
|
|
3663
3766
|
@backup_image_exit = args[:backup_image_exit] if args.key?(:backup_image_exit)
|
|
3664
3767
|
@bit_rate = args[:bit_rate] if args.key?(:bit_rate)
|
|
3665
3768
|
@child_asset_type = args[:child_asset_type] if args.key?(:child_asset_type)
|
|
@@ -3673,6 +3776,7 @@ module Google
|
|
|
3673
3776
|
@expanded_dimension = args[:expanded_dimension] if args.key?(:expanded_dimension)
|
|
3674
3777
|
@file_size = args[:file_size] if args.key?(:file_size)
|
|
3675
3778
|
@flash_version = args[:flash_version] if args.key?(:flash_version)
|
|
3779
|
+
@frame_rate = args[:frame_rate] if args.key?(:frame_rate)
|
|
3676
3780
|
@hide_flash_objects = args[:hide_flash_objects] if args.key?(:hide_flash_objects)
|
|
3677
3781
|
@hide_selection_boxes = args[:hide_selection_boxes] if args.key?(:hide_selection_boxes)
|
|
3678
3782
|
@horizontally_locked = args[:horizontally_locked] if args.key?(:horizontally_locked)
|
|
@@ -3683,6 +3787,7 @@ module Google
|
|
|
3683
3787
|
@offset = args[:offset] if args.key?(:offset)
|
|
3684
3788
|
@orientation = args[:orientation] if args.key?(:orientation)
|
|
3685
3789
|
@original_backup = args[:original_backup] if args.key?(:original_backup)
|
|
3790
|
+
@polite_load = args[:polite_load] if args.key?(:polite_load)
|
|
3686
3791
|
@position = args[:position] if args.key?(:position)
|
|
3687
3792
|
@position_left_unit = args[:position_left_unit] if args.key?(:position_left_unit)
|
|
3688
3793
|
@position_top_unit = args[:position_top_unit] if args.key?(:position_top_unit)
|
|
@@ -3740,13 +3845,13 @@ module Google
|
|
|
3740
3845
|
|
|
3741
3846
|
# Creative Asset ID.
|
|
3742
3847
|
# Corresponds to the JSON property `assetIdentifier`
|
|
3743
|
-
# @return [Google::Apis::
|
|
3848
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeAssetId]
|
|
3744
3849
|
attr_accessor :asset_identifier
|
|
3745
3850
|
|
|
3746
3851
|
# List of detected click tags for assets. This is a read-only auto-generated
|
|
3747
3852
|
# field.
|
|
3748
3853
|
# Corresponds to the JSON property `clickTags`
|
|
3749
|
-
# @return [Array<Google::Apis::
|
|
3854
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ClickTag>]
|
|
3750
3855
|
attr_accessor :click_tags
|
|
3751
3856
|
|
|
3752
3857
|
# List of feature dependencies for the creative asset that are detected by
|
|
@@ -3764,7 +3869,7 @@ module Google
|
|
|
3764
3869
|
|
|
3765
3870
|
# Represents a DimensionValue resource.
|
|
3766
3871
|
# Corresponds to the JSON property `idDimensionValue`
|
|
3767
|
-
# @return [Google::Apis::
|
|
3872
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
3768
3873
|
attr_accessor :id_dimension_value
|
|
3769
3874
|
|
|
3770
3875
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -3836,7 +3941,7 @@ module Google
|
|
|
3836
3941
|
# evaluated in the order in which they are stored in this list. This list must
|
|
3837
3942
|
# contain at least one rule. Applicable to INSTREAM_VIDEO creatives.
|
|
3838
3943
|
# Corresponds to the JSON property `rules`
|
|
3839
|
-
# @return [Array<Google::Apis::
|
|
3944
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Rule>]
|
|
3840
3945
|
attr_accessor :rules
|
|
3841
3946
|
|
|
3842
3947
|
def initialize(**args)
|
|
@@ -3872,19 +3977,19 @@ module Google
|
|
|
3872
3977
|
|
|
3873
3978
|
# Click-through URL
|
|
3874
3979
|
# Corresponds to the JSON property `clickThroughUrl`
|
|
3875
|
-
# @return [Google::Apis::
|
|
3980
|
+
# @return [Google::Apis::DfareportingV3_4::ClickThroughUrl]
|
|
3876
3981
|
attr_accessor :click_through_url
|
|
3877
3982
|
|
|
3878
3983
|
# Companion creative overrides for this creative assignment. Applicable to video
|
|
3879
3984
|
# ads.
|
|
3880
3985
|
# Corresponds to the JSON property `companionCreativeOverrides`
|
|
3881
|
-
# @return [Array<Google::Apis::
|
|
3986
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CompanionClickThroughOverride>]
|
|
3882
3987
|
attr_accessor :companion_creative_overrides
|
|
3883
3988
|
|
|
3884
3989
|
# Creative group assignments for this creative assignment. Only one assignment
|
|
3885
3990
|
# per creative group number is allowed for a maximum of two assignments.
|
|
3886
3991
|
# Corresponds to the JSON property `creativeGroupAssignments`
|
|
3887
|
-
# @return [Array<Google::Apis::
|
|
3992
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeGroupAssignment>]
|
|
3888
3993
|
attr_accessor :creative_group_assignments
|
|
3889
3994
|
|
|
3890
3995
|
# ID of the creative to be assigned. This is a required field.
|
|
@@ -3894,7 +3999,7 @@ module Google
|
|
|
3894
3999
|
|
|
3895
4000
|
# Represents a DimensionValue resource.
|
|
3896
4001
|
# Corresponds to the JSON property `creativeIdDimensionValue`
|
|
3897
|
-
# @return [Google::Apis::
|
|
4002
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
3898
4003
|
attr_accessor :creative_id_dimension_value
|
|
3899
4004
|
|
|
3900
4005
|
# Date and time that the assigned creative should stop serving. Must be later
|
|
@@ -3917,7 +4022,7 @@ module Google
|
|
|
3917
4022
|
# - VPAID_LINEAR
|
|
3918
4023
|
# - VPAID_NON_LINEAR
|
|
3919
4024
|
# Corresponds to the JSON property `richMediaExitOverrides`
|
|
3920
|
-
# @return [Array<Google::Apis::
|
|
4025
|
+
# @return [Array<Google::Apis::DfareportingV3_4::RichMediaExitOverride>]
|
|
3921
4026
|
attr_accessor :rich_media_exit_overrides
|
|
3922
4027
|
|
|
3923
4028
|
# Sequence number of the creative assignment, applicable when the rotation type
|
|
@@ -4035,7 +4140,7 @@ module Google
|
|
|
4035
4140
|
|
|
4036
4141
|
# Click-through URL
|
|
4037
4142
|
# Corresponds to the JSON property `exitClickThroughUrl`
|
|
4038
|
-
# @return [Google::Apis::
|
|
4143
|
+
# @return [Google::Apis::DfareportingV3_4::CreativeClickThroughUrl]
|
|
4039
4144
|
attr_accessor :exit_click_through_url
|
|
4040
4145
|
|
|
4041
4146
|
# ID of this event. This is a required field and should not be modified after
|
|
@@ -4046,7 +4151,7 @@ module Google
|
|
|
4046
4151
|
|
|
4047
4152
|
# Popup Window Properties.
|
|
4048
4153
|
# Corresponds to the JSON property `popupWindowProperties`
|
|
4049
|
-
# @return [Google::Apis::
|
|
4154
|
+
# @return [Google::Apis::DfareportingV3_4::PopupWindowProperties]
|
|
4050
4155
|
attr_accessor :popup_window_properties
|
|
4051
4156
|
|
|
4052
4157
|
# Target type used by the event.
|
|
@@ -4096,7 +4201,7 @@ module Google
|
|
|
4096
4201
|
|
|
4097
4202
|
# Represents a DimensionValue resource.
|
|
4098
4203
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
4099
|
-
# @return [Google::Apis::
|
|
4204
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
4100
4205
|
attr_accessor :advertiser_id_dimension_value
|
|
4101
4206
|
|
|
4102
4207
|
# ID of this creative field. This is a read-only, auto-generated field.
|
|
@@ -4202,7 +4307,7 @@ module Google
|
|
|
4202
4307
|
|
|
4203
4308
|
# Creative field value collection.
|
|
4204
4309
|
# Corresponds to the JSON property `creativeFieldValues`
|
|
4205
|
-
# @return [Array<Google::Apis::
|
|
4310
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeFieldValue>]
|
|
4206
4311
|
attr_accessor :creative_field_values
|
|
4207
4312
|
|
|
4208
4313
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -4234,7 +4339,7 @@ module Google
|
|
|
4234
4339
|
|
|
4235
4340
|
# Creative field collection.
|
|
4236
4341
|
# Corresponds to the JSON property `creativeFields`
|
|
4237
|
-
# @return [Array<Google::Apis::
|
|
4342
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeField>]
|
|
4238
4343
|
attr_accessor :creative_fields
|
|
4239
4344
|
|
|
4240
4345
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -4277,7 +4382,7 @@ module Google
|
|
|
4277
4382
|
|
|
4278
4383
|
# Represents a DimensionValue resource.
|
|
4279
4384
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
4280
|
-
# @return [Google::Apis::
|
|
4385
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
4281
4386
|
attr_accessor :advertiser_id_dimension_value
|
|
4282
4387
|
|
|
4283
4388
|
# Subgroup of the creative group. Assign your creative groups to a subgroup in
|
|
@@ -4359,7 +4464,7 @@ module Google
|
|
|
4359
4464
|
|
|
4360
4465
|
# Creative group collection.
|
|
4361
4466
|
# Corresponds to the JSON property `creativeGroups`
|
|
4362
|
-
# @return [Array<Google::Apis::
|
|
4467
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeGroup>]
|
|
4363
4468
|
attr_accessor :creative_groups
|
|
4364
4469
|
|
|
4365
4470
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -4403,7 +4508,7 @@ module Google
|
|
|
4403
4508
|
|
|
4404
4509
|
# List of optimization activities associated with this configuration.
|
|
4405
4510
|
# Corresponds to the JSON property `optimizationActivitys`
|
|
4406
|
-
# @return [Array<Google::Apis::
|
|
4511
|
+
# @return [Array<Google::Apis::DfareportingV3_4::OptimizationActivity>]
|
|
4407
4512
|
attr_accessor :optimization_activitys
|
|
4408
4513
|
|
|
4409
4514
|
# Optimization model for this configuration.
|
|
@@ -4430,7 +4535,7 @@ module Google
|
|
|
4430
4535
|
|
|
4431
4536
|
# Creative assignments in this creative rotation.
|
|
4432
4537
|
# Corresponds to the JSON property `creativeAssignments`
|
|
4433
|
-
# @return [Array<Google::Apis::
|
|
4538
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CreativeAssignment>]
|
|
4434
4539
|
attr_accessor :creative_assignments
|
|
4435
4540
|
|
|
4436
4541
|
# Creative optimization configuration that is used by this ad. It should refer
|
|
@@ -4465,40 +4570,13 @@ module Google
|
|
|
4465
4570
|
end
|
|
4466
4571
|
end
|
|
4467
4572
|
|
|
4468
|
-
# Creative Settings
|
|
4469
|
-
class CreativeSettings
|
|
4470
|
-
include Google::Apis::Core::Hashable
|
|
4471
|
-
|
|
4472
|
-
# Header text for iFrames for this site. Must be less than or equal to 2000
|
|
4473
|
-
# characters long.
|
|
4474
|
-
# Corresponds to the JSON property `iFrameFooter`
|
|
4475
|
-
# @return [String]
|
|
4476
|
-
attr_accessor :i_frame_footer
|
|
4477
|
-
|
|
4478
|
-
# Header text for iFrames for this site. Must be less than or equal to 2000
|
|
4479
|
-
# characters long.
|
|
4480
|
-
# Corresponds to the JSON property `iFrameHeader`
|
|
4481
|
-
# @return [String]
|
|
4482
|
-
attr_accessor :i_frame_header
|
|
4483
|
-
|
|
4484
|
-
def initialize(**args)
|
|
4485
|
-
update!(**args)
|
|
4486
|
-
end
|
|
4487
|
-
|
|
4488
|
-
# Update properties of this object
|
|
4489
|
-
def update!(**args)
|
|
4490
|
-
@i_frame_footer = args[:i_frame_footer] if args.key?(:i_frame_footer)
|
|
4491
|
-
@i_frame_header = args[:i_frame_header] if args.key?(:i_frame_header)
|
|
4492
|
-
end
|
|
4493
|
-
end
|
|
4494
|
-
|
|
4495
4573
|
# Creative List Response
|
|
4496
4574
|
class CreativesListResponse
|
|
4497
4575
|
include Google::Apis::Core::Hashable
|
|
4498
4576
|
|
|
4499
4577
|
# Creative collection.
|
|
4500
4578
|
# Corresponds to the JSON property `creatives`
|
|
4501
|
-
# @return [Array<Google::Apis::
|
|
4579
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Creative>]
|
|
4502
4580
|
attr_accessor :creatives
|
|
4503
4581
|
|
|
4504
4582
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -4532,13 +4610,13 @@ module Google
|
|
|
4532
4610
|
# Dimensions which are compatible to be selected in the "breakdown" section of
|
|
4533
4611
|
# the report.
|
|
4534
4612
|
# Corresponds to the JSON property `breakdown`
|
|
4535
|
-
# @return [Array<Google::Apis::
|
|
4613
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
4536
4614
|
attr_accessor :breakdown
|
|
4537
4615
|
|
|
4538
4616
|
# Dimensions which are compatible to be selected in the "dimensionFilters"
|
|
4539
4617
|
# section of the report.
|
|
4540
4618
|
# Corresponds to the JSON property `dimensionFilters`
|
|
4541
|
-
# @return [Array<Google::Apis::
|
|
4619
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
4542
4620
|
attr_accessor :dimension_filters
|
|
4543
4621
|
|
|
4544
4622
|
# The kind of resource this is, in this case dfareporting#
|
|
@@ -4550,13 +4628,13 @@ module Google
|
|
|
4550
4628
|
# Metrics which are compatible to be selected in the "metricNames" section of
|
|
4551
4629
|
# the report.
|
|
4552
4630
|
# Corresponds to the JSON property `metrics`
|
|
4553
|
-
# @return [Array<Google::Apis::
|
|
4631
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
4554
4632
|
attr_accessor :metrics
|
|
4555
4633
|
|
|
4556
4634
|
# Metrics which are compatible to be selected in the "overlapMetricNames"
|
|
4557
4635
|
# section of the report.
|
|
4558
4636
|
# Corresponds to the JSON property `overlapMetrics`
|
|
4559
|
-
# @return [Array<Google::Apis::
|
|
4637
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
4560
4638
|
attr_accessor :overlap_metrics
|
|
4561
4639
|
|
|
4562
4640
|
def initialize(**args)
|
|
@@ -4573,27 +4651,56 @@ module Google
|
|
|
4573
4651
|
end
|
|
4574
4652
|
end
|
|
4575
4653
|
|
|
4576
|
-
# A custom
|
|
4577
|
-
|
|
4654
|
+
# Experimental feature (no support provided) A custom event represents a third
|
|
4655
|
+
# party impression, a third party click, an annotation on a first party
|
|
4656
|
+
# impression, or an annotation on a first party click.
|
|
4657
|
+
class CustomEvent
|
|
4578
4658
|
include Google::Apis::Core::Hashable
|
|
4579
4659
|
|
|
4660
|
+
# Annotate a click event.
|
|
4661
|
+
# Corresponds to the JSON property `annotateClickEvent`
|
|
4662
|
+
# @return [Google::Apis::DfareportingV3_4::AnnotateClickEvent]
|
|
4663
|
+
attr_accessor :annotate_click_event
|
|
4664
|
+
|
|
4665
|
+
# Custom variables associated with the event.
|
|
4666
|
+
# Corresponds to the JSON property `customVariables`
|
|
4667
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CustomVariables>]
|
|
4668
|
+
attr_accessor :custom_variables
|
|
4669
|
+
|
|
4670
|
+
# The type of event. If INSERT, the fields in insertEvent need to be populated.
|
|
4671
|
+
# If ANNOTATE_CLICK, the fields in annotateClickEvent need to be populated. A
|
|
4672
|
+
# custom event cannot have both insertEvent and annotateClickEvent populated.
|
|
4673
|
+
# Corresponds to the JSON property `eventType`
|
|
4674
|
+
# @return [String]
|
|
4675
|
+
attr_accessor :event_type
|
|
4676
|
+
|
|
4677
|
+
# Floodlight configuration ID of the advertiser the event is linked to. This is
|
|
4678
|
+
# a required field.
|
|
4679
|
+
# Corresponds to the JSON property `floodlightConfigurationId`
|
|
4680
|
+
# @return [Fixnum]
|
|
4681
|
+
attr_accessor :floodlight_configuration_id
|
|
4682
|
+
|
|
4683
|
+
# Insert custom event.
|
|
4684
|
+
# Corresponds to the JSON property `insertEvent`
|
|
4685
|
+
# @return [Google::Apis::DfareportingV3_4::InsertEvent]
|
|
4686
|
+
attr_accessor :insert_event
|
|
4687
|
+
|
|
4580
4688
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
4581
|
-
# dfareporting#
|
|
4689
|
+
# dfareporting#customEvent".
|
|
4582
4690
|
# Corresponds to the JSON property `kind`
|
|
4583
4691
|
# @return [String]
|
|
4584
4692
|
attr_accessor :kind
|
|
4585
4693
|
|
|
4586
|
-
# The
|
|
4587
|
-
#
|
|
4588
|
-
# Corresponds to the JSON property `type`
|
|
4694
|
+
# The ordinal of this custom event. This is a required field.
|
|
4695
|
+
# Corresponds to the JSON property `ordinal`
|
|
4589
4696
|
# @return [String]
|
|
4590
|
-
attr_accessor :
|
|
4697
|
+
attr_accessor :ordinal
|
|
4591
4698
|
|
|
4592
|
-
# The
|
|
4593
|
-
#
|
|
4594
|
-
# Corresponds to the JSON property `
|
|
4595
|
-
# @return [
|
|
4596
|
-
attr_accessor :
|
|
4699
|
+
# The timestamp of this custom event, in Unix epoch micros. This is a required
|
|
4700
|
+
# field.
|
|
4701
|
+
# Corresponds to the JSON property `timestampMicros`
|
|
4702
|
+
# @return [Fixnum]
|
|
4703
|
+
attr_accessor :timestamp_micros
|
|
4597
4704
|
|
|
4598
4705
|
def initialize(**args)
|
|
4599
4706
|
update!(**args)
|
|
@@ -4601,110 +4708,97 @@ module Google
|
|
|
4601
4708
|
|
|
4602
4709
|
# Update properties of this object
|
|
4603
4710
|
def update!(**args)
|
|
4711
|
+
@annotate_click_event = args[:annotate_click_event] if args.key?(:annotate_click_event)
|
|
4712
|
+
@custom_variables = args[:custom_variables] if args.key?(:custom_variables)
|
|
4713
|
+
@event_type = args[:event_type] if args.key?(:event_type)
|
|
4714
|
+
@floodlight_configuration_id = args[:floodlight_configuration_id] if args.key?(:floodlight_configuration_id)
|
|
4715
|
+
@insert_event = args[:insert_event] if args.key?(:insert_event)
|
|
4604
4716
|
@kind = args[:kind] if args.key?(:kind)
|
|
4605
|
-
@
|
|
4606
|
-
@
|
|
4717
|
+
@ordinal = args[:ordinal] if args.key?(:ordinal)
|
|
4718
|
+
@timestamp_micros = args[:timestamp_micros] if args.key?(:timestamp_micros)
|
|
4607
4719
|
end
|
|
4608
4720
|
end
|
|
4609
4721
|
|
|
4610
|
-
#
|
|
4611
|
-
class
|
|
4722
|
+
# The error code and description for a custom event that failed to insert.
|
|
4723
|
+
class CustomEventError
|
|
4612
4724
|
include Google::Apis::Core::Hashable
|
|
4613
4725
|
|
|
4614
|
-
#
|
|
4615
|
-
#
|
|
4616
|
-
#
|
|
4617
|
-
|
|
4618
|
-
attr_accessor :filtered_event_ids
|
|
4726
|
+
# The error code.
|
|
4727
|
+
# Corresponds to the JSON property `code`
|
|
4728
|
+
# @return [String]
|
|
4729
|
+
attr_accessor :code
|
|
4619
4730
|
|
|
4620
|
-
#
|
|
4731
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
4732
|
+
# dfareporting#customEventError".
|
|
4621
4733
|
# Corresponds to the JSON property `kind`
|
|
4622
4734
|
# @return [String]
|
|
4623
4735
|
attr_accessor :kind
|
|
4624
4736
|
|
|
4737
|
+
# A description of the error.
|
|
4738
|
+
# Corresponds to the JSON property `message`
|
|
4739
|
+
# @return [String]
|
|
4740
|
+
attr_accessor :message
|
|
4741
|
+
|
|
4625
4742
|
def initialize(**args)
|
|
4626
4743
|
update!(**args)
|
|
4627
4744
|
end
|
|
4628
4745
|
|
|
4629
4746
|
# Update properties of this object
|
|
4630
4747
|
def update!(**args)
|
|
4631
|
-
@
|
|
4748
|
+
@code = args[:code] if args.key?(:code)
|
|
4632
4749
|
@kind = args[:kind] if args.key?(:kind)
|
|
4750
|
+
@message = args[:message] if args.key?(:message)
|
|
4633
4751
|
end
|
|
4634
4752
|
end
|
|
4635
4753
|
|
|
4636
|
-
#
|
|
4637
|
-
class
|
|
4754
|
+
# The original custom event that was inserted and whether there were any errors.
|
|
4755
|
+
class CustomEventStatus
|
|
4638
4756
|
include Google::Apis::Core::Hashable
|
|
4639
4757
|
|
|
4640
|
-
#
|
|
4641
|
-
#
|
|
4642
|
-
#
|
|
4643
|
-
#
|
|
4644
|
-
|
|
4758
|
+
# Experimental feature (no support provided) A custom event represents a third
|
|
4759
|
+
# party impression, a third party click, an annotation on a first party
|
|
4760
|
+
# impression, or an annotation on a first party click.
|
|
4761
|
+
# Corresponds to the JSON property `customEvent`
|
|
4762
|
+
# @return [Google::Apis::DfareportingV3_4::CustomEvent]
|
|
4763
|
+
attr_accessor :custom_event
|
|
4645
4764
|
|
|
4646
|
-
#
|
|
4765
|
+
# A list of errors related to this custom event.
|
|
4766
|
+
# Corresponds to the JSON property `errors`
|
|
4767
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CustomEventError>]
|
|
4768
|
+
attr_accessor :errors
|
|
4769
|
+
|
|
4770
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
4771
|
+
# dfareporting#customEventStatus".
|
|
4647
4772
|
# Corresponds to the JSON property `kind`
|
|
4648
4773
|
# @return [String]
|
|
4649
4774
|
attr_accessor :kind
|
|
4650
4775
|
|
|
4651
|
-
# The date range relative to the date of when the report is run.
|
|
4652
|
-
# Corresponds to the JSON property `relativeDateRange`
|
|
4653
|
-
# @return [String]
|
|
4654
|
-
attr_accessor :relative_date_range
|
|
4655
|
-
|
|
4656
|
-
# The start date of the date range, inclusive. A string of the format: "yyyy-MM-
|
|
4657
|
-
# dd".
|
|
4658
|
-
# Corresponds to the JSON property `startDate`
|
|
4659
|
-
# @return [Date]
|
|
4660
|
-
attr_accessor :start_date
|
|
4661
|
-
|
|
4662
4776
|
def initialize(**args)
|
|
4663
4777
|
update!(**args)
|
|
4664
4778
|
end
|
|
4665
4779
|
|
|
4666
4780
|
# Update properties of this object
|
|
4667
4781
|
def update!(**args)
|
|
4668
|
-
@
|
|
4782
|
+
@custom_event = args[:custom_event] if args.key?(:custom_event)
|
|
4783
|
+
@errors = args[:errors] if args.key?(:errors)
|
|
4669
4784
|
@kind = args[:kind] if args.key?(:kind)
|
|
4670
|
-
@relative_date_range = args[:relative_date_range] if args.key?(:relative_date_range)
|
|
4671
|
-
@start_date = args[:start_date] if args.key?(:start_date)
|
|
4672
4785
|
end
|
|
4673
4786
|
end
|
|
4674
4787
|
|
|
4675
|
-
#
|
|
4676
|
-
class
|
|
4788
|
+
# Insert Custom Events Request.
|
|
4789
|
+
class CustomEventsBatchInsertRequest
|
|
4677
4790
|
include Google::Apis::Core::Hashable
|
|
4678
4791
|
|
|
4679
|
-
#
|
|
4680
|
-
#
|
|
4681
|
-
#
|
|
4682
|
-
|
|
4683
|
-
# - "TUESDAY"
|
|
4684
|
-
# - "WEDNESDAY"
|
|
4685
|
-
# - "THURSDAY"
|
|
4686
|
-
# - "FRIDAY"
|
|
4687
|
-
# - "SATURDAY"
|
|
4688
|
-
# Corresponds to the JSON property `daysOfWeek`
|
|
4689
|
-
# @return [Array<String>]
|
|
4690
|
-
attr_accessor :days_of_week
|
|
4691
|
-
|
|
4692
|
-
# Hours of the day when the ad will serve, where 0 is midnight to 1 AM and 23 is
|
|
4693
|
-
# 11 PM to midnight. Can be specified with days of week, in which case the ad
|
|
4694
|
-
# would serve during these hours on the specified days. For example if Monday,
|
|
4695
|
-
# Wednesday, Friday are the days of week specified and 9-10am, 3-5pm (hours 9,
|
|
4696
|
-
# 15, and 16) is specified, the ad would serve Monday, Wednesdays, and Fridays
|
|
4697
|
-
# at 9-10am and 3-5pm. Acceptable values are 0 to 23, inclusive.
|
|
4698
|
-
# Corresponds to the JSON property `hoursOfDay`
|
|
4699
|
-
# @return [Array<Fixnum>]
|
|
4700
|
-
attr_accessor :hours_of_day
|
|
4792
|
+
# The set of custom events to insert.
|
|
4793
|
+
# Corresponds to the JSON property `customEvents`
|
|
4794
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CustomEvent>]
|
|
4795
|
+
attr_accessor :custom_events
|
|
4701
4796
|
|
|
4702
|
-
#
|
|
4703
|
-
#
|
|
4704
|
-
# Corresponds to the JSON property `
|
|
4705
|
-
# @return [
|
|
4706
|
-
attr_accessor :
|
|
4707
|
-
alias_method :user_local_time?, :user_local_time
|
|
4797
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
4798
|
+
# dfareporting#customEventsBatchInsertRequest".
|
|
4799
|
+
# Corresponds to the JSON property `kind`
|
|
4800
|
+
# @return [String]
|
|
4801
|
+
attr_accessor :kind
|
|
4708
4802
|
|
|
4709
4803
|
def initialize(**args)
|
|
4710
4804
|
update!(**args)
|
|
@@ -4712,43 +4806,32 @@ module Google
|
|
|
4712
4806
|
|
|
4713
4807
|
# Update properties of this object
|
|
4714
4808
|
def update!(**args)
|
|
4715
|
-
@
|
|
4716
|
-
@
|
|
4717
|
-
@user_local_time = args[:user_local_time] if args.key?(:user_local_time)
|
|
4809
|
+
@custom_events = args[:custom_events] if args.key?(:custom_events)
|
|
4810
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
4718
4811
|
end
|
|
4719
4812
|
end
|
|
4720
4813
|
|
|
4721
|
-
#
|
|
4722
|
-
class
|
|
4814
|
+
# Insert Custom Events Response.
|
|
4815
|
+
class CustomEventsBatchInsertResponse
|
|
4723
4816
|
include Google::Apis::Core::Hashable
|
|
4724
4817
|
|
|
4725
|
-
#
|
|
4726
|
-
# Corresponds to the JSON property `
|
|
4727
|
-
# @return [
|
|
4728
|
-
attr_accessor :
|
|
4729
|
-
|
|
4730
|
-
# The fallback URL. This URL will be served to users who do not have the mobile
|
|
4731
|
-
# app installed.
|
|
4732
|
-
# Corresponds to the JSON property `fallbackUrl`
|
|
4733
|
-
# @return [String]
|
|
4734
|
-
attr_accessor :fallback_url
|
|
4818
|
+
# Indicates that some or all custom events failed to insert.
|
|
4819
|
+
# Corresponds to the JSON property `hasFailures`
|
|
4820
|
+
# @return [Boolean]
|
|
4821
|
+
attr_accessor :has_failures
|
|
4822
|
+
alias_method :has_failures?, :has_failures
|
|
4735
4823
|
|
|
4736
4824
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
4737
|
-
# dfareporting#
|
|
4825
|
+
# dfareporting#customEventsBatchInsertResponse".
|
|
4738
4826
|
# Corresponds to the JSON property `kind`
|
|
4739
4827
|
# @return [String]
|
|
4740
4828
|
attr_accessor :kind
|
|
4741
4829
|
|
|
4742
|
-
#
|
|
4743
|
-
#
|
|
4744
|
-
#
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
# Ads served to users on these remarketing lists will use this deep link.
|
|
4748
|
-
# Applicable when mobileApp.directory is APPLE_APP_STORE.
|
|
4749
|
-
# Corresponds to the JSON property `remarketingListIds`
|
|
4750
|
-
# @return [Array<Fixnum>]
|
|
4751
|
-
attr_accessor :remarketing_list_ids
|
|
4830
|
+
# The insert status of each custom event. Statuses are returned in the same
|
|
4831
|
+
# order that conversions are inserted.
|
|
4832
|
+
# Corresponds to the JSON property `status`
|
|
4833
|
+
# @return [Array<Google::Apis::DfareportingV3_4::CustomEventStatus>]
|
|
4834
|
+
attr_accessor :status
|
|
4752
4835
|
|
|
4753
4836
|
def initialize(**args)
|
|
4754
4837
|
update!(**args)
|
|
@@ -4756,15 +4839,363 @@ module Google
|
|
|
4756
4839
|
|
|
4757
4840
|
# Update properties of this object
|
|
4758
4841
|
def update!(**args)
|
|
4759
|
-
@
|
|
4760
|
-
@fallback_url = args[:fallback_url] if args.key?(:fallback_url)
|
|
4842
|
+
@has_failures = args[:has_failures] if args.key?(:has_failures)
|
|
4761
4843
|
@kind = args[:kind] if args.key?(:kind)
|
|
4762
|
-
@
|
|
4763
|
-
@remarketing_list_ids = args[:remarketing_list_ids] if args.key?(:remarketing_list_ids)
|
|
4844
|
+
@status = args[:status] if args.key?(:status)
|
|
4764
4845
|
end
|
|
4765
4846
|
end
|
|
4766
4847
|
|
|
4767
|
-
#
|
|
4848
|
+
# A custom floodlight variable.
|
|
4849
|
+
class CustomFloodlightVariable
|
|
4850
|
+
include Google::Apis::Core::Hashable
|
|
4851
|
+
|
|
4852
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
4853
|
+
# dfareporting#customFloodlightVariable".
|
|
4854
|
+
# Corresponds to the JSON property `kind`
|
|
4855
|
+
# @return [String]
|
|
4856
|
+
attr_accessor :kind
|
|
4857
|
+
|
|
4858
|
+
# The type of custom floodlight variable to supply a value for. These map to the
|
|
4859
|
+
# "u[1-20]=" in the tags.
|
|
4860
|
+
# Corresponds to the JSON property `type`
|
|
4861
|
+
# @return [String]
|
|
4862
|
+
attr_accessor :type
|
|
4863
|
+
|
|
4864
|
+
# The value of the custom floodlight variable. The length of string must not
|
|
4865
|
+
# exceed 50 characters.
|
|
4866
|
+
# Corresponds to the JSON property `value`
|
|
4867
|
+
# @return [String]
|
|
4868
|
+
attr_accessor :value
|
|
4869
|
+
|
|
4870
|
+
def initialize(**args)
|
|
4871
|
+
update!(**args)
|
|
4872
|
+
end
|
|
4873
|
+
|
|
4874
|
+
# Update properties of this object
|
|
4875
|
+
def update!(**args)
|
|
4876
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
4877
|
+
@type = args[:type] if args.key?(:type)
|
|
4878
|
+
@value = args[:value] if args.key?(:value)
|
|
4879
|
+
end
|
|
4880
|
+
end
|
|
4881
|
+
|
|
4882
|
+
# Represents a Custom Rich Media Events group.
|
|
4883
|
+
class CustomRichMediaEvents
|
|
4884
|
+
include Google::Apis::Core::Hashable
|
|
4885
|
+
|
|
4886
|
+
# List of custom rich media event IDs. Dimension values must be all of type dfa:
|
|
4887
|
+
# richMediaEventTypeIdAndName.
|
|
4888
|
+
# Corresponds to the JSON property `filteredEventIds`
|
|
4889
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
4890
|
+
attr_accessor :filtered_event_ids
|
|
4891
|
+
|
|
4892
|
+
# The kind of resource this is, in this case dfareporting#customRichMediaEvents.
|
|
4893
|
+
# Corresponds to the JSON property `kind`
|
|
4894
|
+
# @return [String]
|
|
4895
|
+
attr_accessor :kind
|
|
4896
|
+
|
|
4897
|
+
def initialize(**args)
|
|
4898
|
+
update!(**args)
|
|
4899
|
+
end
|
|
4900
|
+
|
|
4901
|
+
# Update properties of this object
|
|
4902
|
+
def update!(**args)
|
|
4903
|
+
@filtered_event_ids = args[:filtered_event_ids] if args.key?(:filtered_event_ids)
|
|
4904
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
4905
|
+
end
|
|
4906
|
+
end
|
|
4907
|
+
|
|
4908
|
+
# A custom variable.
|
|
4909
|
+
class CustomVariables
|
|
4910
|
+
include Google::Apis::Core::Hashable
|
|
4911
|
+
|
|
4912
|
+
# The index of the custom variable.
|
|
4913
|
+
# Corresponds to the JSON property `index`
|
|
4914
|
+
# @return [Fixnum]
|
|
4915
|
+
attr_accessor :index
|
|
4916
|
+
|
|
4917
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
4918
|
+
# dfareporting#customVariables".
|
|
4919
|
+
# Corresponds to the JSON property `kind`
|
|
4920
|
+
# @return [String]
|
|
4921
|
+
attr_accessor :kind
|
|
4922
|
+
|
|
4923
|
+
# The value of the custom variable. The length of string must not exceed 50
|
|
4924
|
+
# characters.
|
|
4925
|
+
# Corresponds to the JSON property `value`
|
|
4926
|
+
# @return [String]
|
|
4927
|
+
attr_accessor :value
|
|
4928
|
+
|
|
4929
|
+
def initialize(**args)
|
|
4930
|
+
update!(**args)
|
|
4931
|
+
end
|
|
4932
|
+
|
|
4933
|
+
# Update properties of this object
|
|
4934
|
+
def update!(**args)
|
|
4935
|
+
@index = args[:index] if args.key?(:index)
|
|
4936
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
4937
|
+
@value = args[:value] if args.key?(:value)
|
|
4938
|
+
end
|
|
4939
|
+
end
|
|
4940
|
+
|
|
4941
|
+
# Custom Viewability Metric
|
|
4942
|
+
class CustomViewabilityMetric
|
|
4943
|
+
include Google::Apis::Core::Hashable
|
|
4944
|
+
|
|
4945
|
+
# The attributes, like playtime and percent onscreen, that define the Custom
|
|
4946
|
+
# Viewability Metric.
|
|
4947
|
+
# Corresponds to the JSON property `configuration`
|
|
4948
|
+
# @return [Google::Apis::DfareportingV3_4::CustomViewabilityMetricConfiguration]
|
|
4949
|
+
attr_accessor :configuration
|
|
4950
|
+
|
|
4951
|
+
# ID of the custom viewability metric.
|
|
4952
|
+
# Corresponds to the JSON property `id`
|
|
4953
|
+
# @return [Fixnum]
|
|
4954
|
+
attr_accessor :id
|
|
4955
|
+
|
|
4956
|
+
# Name of the custom viewability metric.
|
|
4957
|
+
# Corresponds to the JSON property `name`
|
|
4958
|
+
# @return [String]
|
|
4959
|
+
attr_accessor :name
|
|
4960
|
+
|
|
4961
|
+
def initialize(**args)
|
|
4962
|
+
update!(**args)
|
|
4963
|
+
end
|
|
4964
|
+
|
|
4965
|
+
# Update properties of this object
|
|
4966
|
+
def update!(**args)
|
|
4967
|
+
@configuration = args[:configuration] if args.key?(:configuration)
|
|
4968
|
+
@id = args[:id] if args.key?(:id)
|
|
4969
|
+
@name = args[:name] if args.key?(:name)
|
|
4970
|
+
end
|
|
4971
|
+
end
|
|
4972
|
+
|
|
4973
|
+
# The attributes, like playtime and percent onscreen, that define the Custom
|
|
4974
|
+
# Viewability Metric.
|
|
4975
|
+
class CustomViewabilityMetricConfiguration
|
|
4976
|
+
include Google::Apis::Core::Hashable
|
|
4977
|
+
|
|
4978
|
+
# Whether the video must be audible to count an impression.
|
|
4979
|
+
# Corresponds to the JSON property `audible`
|
|
4980
|
+
# @return [Boolean]
|
|
4981
|
+
attr_accessor :audible
|
|
4982
|
+
alias_method :audible?, :audible
|
|
4983
|
+
|
|
4984
|
+
# The time in milliseconds the video must play for the Custom Viewability Metric
|
|
4985
|
+
# to count an impression. If both this and timePercent are specified, the
|
|
4986
|
+
# earlier of the two will be used.
|
|
4987
|
+
# Corresponds to the JSON property `timeMillis`
|
|
4988
|
+
# @return [Fixnum]
|
|
4989
|
+
attr_accessor :time_millis
|
|
4990
|
+
|
|
4991
|
+
# The percentage of video that must play for the Custom Viewability Metric to
|
|
4992
|
+
# count an impression. If both this and timeMillis are specified, the earlier of
|
|
4993
|
+
# the two will be used.
|
|
4994
|
+
# Corresponds to the JSON property `timePercent`
|
|
4995
|
+
# @return [Fixnum]
|
|
4996
|
+
attr_accessor :time_percent
|
|
4997
|
+
|
|
4998
|
+
# The percentage of video that must be on screen for the Custom Viewability
|
|
4999
|
+
# Metric to count an impression.
|
|
5000
|
+
# Corresponds to the JSON property `viewabilityPercent`
|
|
5001
|
+
# @return [Fixnum]
|
|
5002
|
+
attr_accessor :viewability_percent
|
|
5003
|
+
|
|
5004
|
+
def initialize(**args)
|
|
5005
|
+
update!(**args)
|
|
5006
|
+
end
|
|
5007
|
+
|
|
5008
|
+
# Update properties of this object
|
|
5009
|
+
def update!(**args)
|
|
5010
|
+
@audible = args[:audible] if args.key?(:audible)
|
|
5011
|
+
@time_millis = args[:time_millis] if args.key?(:time_millis)
|
|
5012
|
+
@time_percent = args[:time_percent] if args.key?(:time_percent)
|
|
5013
|
+
@viewability_percent = args[:viewability_percent] if args.key?(:viewability_percent)
|
|
5014
|
+
end
|
|
5015
|
+
end
|
|
5016
|
+
|
|
5017
|
+
# DV360 IDs related to the custom event.
|
|
5018
|
+
class Dv3Ids
|
|
5019
|
+
include Google::Apis::Core::Hashable
|
|
5020
|
+
|
|
5021
|
+
# Campaign ID for DV360.
|
|
5022
|
+
# Corresponds to the JSON property `dvCampaignId`
|
|
5023
|
+
# @return [Fixnum]
|
|
5024
|
+
attr_accessor :dv_campaign_id
|
|
5025
|
+
|
|
5026
|
+
# Creative ID for DV360.
|
|
5027
|
+
# Corresponds to the JSON property `dvCreativeId`
|
|
5028
|
+
# @return [Fixnum]
|
|
5029
|
+
attr_accessor :dv_creative_id
|
|
5030
|
+
|
|
5031
|
+
# Insertion Order ID for DV360.
|
|
5032
|
+
# Corresponds to the JSON property `dvInsertionOrderId`
|
|
5033
|
+
# @return [Fixnum]
|
|
5034
|
+
attr_accessor :dv_insertion_order_id
|
|
5035
|
+
|
|
5036
|
+
# Line Item ID for DV360.
|
|
5037
|
+
# Corresponds to the JSON property `dvLineItemId`
|
|
5038
|
+
# @return [Fixnum]
|
|
5039
|
+
attr_accessor :dv_line_item_id
|
|
5040
|
+
|
|
5041
|
+
# Site ID for DV360.
|
|
5042
|
+
# Corresponds to the JSON property `dvSiteId`
|
|
5043
|
+
# @return [Fixnum]
|
|
5044
|
+
attr_accessor :dv_site_id
|
|
5045
|
+
|
|
5046
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
5047
|
+
# dfareporting#dV3Ids".
|
|
5048
|
+
# Corresponds to the JSON property `kind`
|
|
5049
|
+
# @return [String]
|
|
5050
|
+
attr_accessor :kind
|
|
5051
|
+
|
|
5052
|
+
def initialize(**args)
|
|
5053
|
+
update!(**args)
|
|
5054
|
+
end
|
|
5055
|
+
|
|
5056
|
+
# Update properties of this object
|
|
5057
|
+
def update!(**args)
|
|
5058
|
+
@dv_campaign_id = args[:dv_campaign_id] if args.key?(:dv_campaign_id)
|
|
5059
|
+
@dv_creative_id = args[:dv_creative_id] if args.key?(:dv_creative_id)
|
|
5060
|
+
@dv_insertion_order_id = args[:dv_insertion_order_id] if args.key?(:dv_insertion_order_id)
|
|
5061
|
+
@dv_line_item_id = args[:dv_line_item_id] if args.key?(:dv_line_item_id)
|
|
5062
|
+
@dv_site_id = args[:dv_site_id] if args.key?(:dv_site_id)
|
|
5063
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
5064
|
+
end
|
|
5065
|
+
end
|
|
5066
|
+
|
|
5067
|
+
# Represents a date range.
|
|
5068
|
+
class DateRange
|
|
5069
|
+
include Google::Apis::Core::Hashable
|
|
5070
|
+
|
|
5071
|
+
# The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd"
|
|
5072
|
+
# .
|
|
5073
|
+
# Corresponds to the JSON property `endDate`
|
|
5074
|
+
# @return [Date]
|
|
5075
|
+
attr_accessor :end_date
|
|
5076
|
+
|
|
5077
|
+
# The kind of resource this is, in this case dfareporting#dateRange.
|
|
5078
|
+
# Corresponds to the JSON property `kind`
|
|
5079
|
+
# @return [String]
|
|
5080
|
+
attr_accessor :kind
|
|
5081
|
+
|
|
5082
|
+
# The date range relative to the date of when the report is run.
|
|
5083
|
+
# Corresponds to the JSON property `relativeDateRange`
|
|
5084
|
+
# @return [String]
|
|
5085
|
+
attr_accessor :relative_date_range
|
|
5086
|
+
|
|
5087
|
+
# The start date of the date range, inclusive. A string of the format: "yyyy-MM-
|
|
5088
|
+
# dd".
|
|
5089
|
+
# Corresponds to the JSON property `startDate`
|
|
5090
|
+
# @return [Date]
|
|
5091
|
+
attr_accessor :start_date
|
|
5092
|
+
|
|
5093
|
+
def initialize(**args)
|
|
5094
|
+
update!(**args)
|
|
5095
|
+
end
|
|
5096
|
+
|
|
5097
|
+
# Update properties of this object
|
|
5098
|
+
def update!(**args)
|
|
5099
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
|
5100
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
5101
|
+
@relative_date_range = args[:relative_date_range] if args.key?(:relative_date_range)
|
|
5102
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
|
5103
|
+
end
|
|
5104
|
+
end
|
|
5105
|
+
|
|
5106
|
+
# Day Part Targeting.
|
|
5107
|
+
class DayPartTargeting
|
|
5108
|
+
include Google::Apis::Core::Hashable
|
|
5109
|
+
|
|
5110
|
+
# Days of the week when the ad will serve.
|
|
5111
|
+
# Acceptable values are:
|
|
5112
|
+
# - "SUNDAY"
|
|
5113
|
+
# - "MONDAY"
|
|
5114
|
+
# - "TUESDAY"
|
|
5115
|
+
# - "WEDNESDAY"
|
|
5116
|
+
# - "THURSDAY"
|
|
5117
|
+
# - "FRIDAY"
|
|
5118
|
+
# - "SATURDAY"
|
|
5119
|
+
# Corresponds to the JSON property `daysOfWeek`
|
|
5120
|
+
# @return [Array<String>]
|
|
5121
|
+
attr_accessor :days_of_week
|
|
5122
|
+
|
|
5123
|
+
# Hours of the day when the ad will serve, where 0 is midnight to 1 AM and 23 is
|
|
5124
|
+
# 11 PM to midnight. Can be specified with days of week, in which case the ad
|
|
5125
|
+
# would serve during these hours on the specified days. For example if Monday,
|
|
5126
|
+
# Wednesday, Friday are the days of week specified and 9-10am, 3-5pm (hours 9,
|
|
5127
|
+
# 15, and 16) is specified, the ad would serve Monday, Wednesdays, and Fridays
|
|
5128
|
+
# at 9-10am and 3-5pm. Acceptable values are 0 to 23, inclusive.
|
|
5129
|
+
# Corresponds to the JSON property `hoursOfDay`
|
|
5130
|
+
# @return [Array<Fixnum>]
|
|
5131
|
+
attr_accessor :hours_of_day
|
|
5132
|
+
|
|
5133
|
+
# Whether or not to use the user's local time. If false, the America/New York
|
|
5134
|
+
# time zone applies.
|
|
5135
|
+
# Corresponds to the JSON property `userLocalTime`
|
|
5136
|
+
# @return [Boolean]
|
|
5137
|
+
attr_accessor :user_local_time
|
|
5138
|
+
alias_method :user_local_time?, :user_local_time
|
|
5139
|
+
|
|
5140
|
+
def initialize(**args)
|
|
5141
|
+
update!(**args)
|
|
5142
|
+
end
|
|
5143
|
+
|
|
5144
|
+
# Update properties of this object
|
|
5145
|
+
def update!(**args)
|
|
5146
|
+
@days_of_week = args[:days_of_week] if args.key?(:days_of_week)
|
|
5147
|
+
@hours_of_day = args[:hours_of_day] if args.key?(:hours_of_day)
|
|
5148
|
+
@user_local_time = args[:user_local_time] if args.key?(:user_local_time)
|
|
5149
|
+
end
|
|
5150
|
+
end
|
|
5151
|
+
|
|
5152
|
+
# Contains information about a landing page deep link.
|
|
5153
|
+
class DeepLink
|
|
5154
|
+
include Google::Apis::Core::Hashable
|
|
5155
|
+
|
|
5156
|
+
# The URL of the mobile app being linked to.
|
|
5157
|
+
# Corresponds to the JSON property `appUrl`
|
|
5158
|
+
# @return [String]
|
|
5159
|
+
attr_accessor :app_url
|
|
5160
|
+
|
|
5161
|
+
# The fallback URL. This URL will be served to users who do not have the mobile
|
|
5162
|
+
# app installed.
|
|
5163
|
+
# Corresponds to the JSON property `fallbackUrl`
|
|
5164
|
+
# @return [String]
|
|
5165
|
+
attr_accessor :fallback_url
|
|
5166
|
+
|
|
5167
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
5168
|
+
# dfareporting#deepLink".
|
|
5169
|
+
# Corresponds to the JSON property `kind`
|
|
5170
|
+
# @return [String]
|
|
5171
|
+
attr_accessor :kind
|
|
5172
|
+
|
|
5173
|
+
# Contains information about a mobile app. Used as a landing page deep link.
|
|
5174
|
+
# Corresponds to the JSON property `mobileApp`
|
|
5175
|
+
# @return [Google::Apis::DfareportingV3_4::MobileApp]
|
|
5176
|
+
attr_accessor :mobile_app
|
|
5177
|
+
|
|
5178
|
+
# Ads served to users on these remarketing lists will use this deep link.
|
|
5179
|
+
# Applicable when mobileApp.directory is APPLE_APP_STORE.
|
|
5180
|
+
# Corresponds to the JSON property `remarketingListIds`
|
|
5181
|
+
# @return [Array<Fixnum>]
|
|
5182
|
+
attr_accessor :remarketing_list_ids
|
|
5183
|
+
|
|
5184
|
+
def initialize(**args)
|
|
5185
|
+
update!(**args)
|
|
5186
|
+
end
|
|
5187
|
+
|
|
5188
|
+
# Update properties of this object
|
|
5189
|
+
def update!(**args)
|
|
5190
|
+
@app_url = args[:app_url] if args.key?(:app_url)
|
|
5191
|
+
@fallback_url = args[:fallback_url] if args.key?(:fallback_url)
|
|
5192
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
5193
|
+
@mobile_app = args[:mobile_app] if args.key?(:mobile_app)
|
|
5194
|
+
@remarketing_list_ids = args[:remarketing_list_ids] if args.key?(:remarketing_list_ids)
|
|
5195
|
+
end
|
|
5196
|
+
end
|
|
5197
|
+
|
|
5198
|
+
# Properties of inheriting and overriding the default click-through event tag. A
|
|
4768
5199
|
# campaign may override the event tag defined at the advertiser level, and an ad
|
|
4769
5200
|
# may also override the campaign's setting further.
|
|
4770
5201
|
class DefaultClickThroughEventTagProperties
|
|
@@ -4799,7 +5230,7 @@ module Google
|
|
|
4799
5230
|
|
|
4800
5231
|
# Frequency Cap.
|
|
4801
5232
|
# Corresponds to the JSON property `frequencyCap`
|
|
4802
|
-
# @return [Google::Apis::
|
|
5233
|
+
# @return [Google::Apis::DfareportingV3_4::FrequencyCap]
|
|
4803
5234
|
attr_accessor :frequency_cap
|
|
4804
5235
|
|
|
4805
5236
|
# Whether or not hard cutoff is enabled. If true, the ad will not serve after
|
|
@@ -5003,7 +5434,7 @@ module Google
|
|
|
5003
5434
|
|
|
5004
5435
|
# The dimension values returned in this response.
|
|
5005
5436
|
# Corresponds to the JSON property `items`
|
|
5006
|
-
# @return [Array<Google::Apis::
|
|
5437
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
5007
5438
|
attr_accessor :items
|
|
5008
5439
|
|
|
5009
5440
|
# The kind of list this is, in this case dfareporting#dimensionValueList.
|
|
@@ -5049,7 +5480,7 @@ module Google
|
|
|
5049
5480
|
|
|
5050
5481
|
# The list of filters by which to filter values. The filters are ANDed.
|
|
5051
5482
|
# Corresponds to the JSON property `filters`
|
|
5052
|
-
# @return [Array<Google::Apis::
|
|
5483
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionFilter>]
|
|
5053
5484
|
attr_accessor :filters
|
|
5054
5485
|
|
|
5055
5486
|
# The kind of request this is, in this case dfareporting#dimensionValueRequest.
|
|
@@ -5069,294 +5500,75 @@ module Google
|
|
|
5069
5500
|
|
|
5070
5501
|
# Update properties of this object
|
|
5071
5502
|
def update!(**args)
|
|
5072
|
-
@dimension_name = args[:dimension_name] if args.key?(:dimension_name)
|
|
5073
|
-
@end_date = args[:end_date] if args.key?(:end_date)
|
|
5074
|
-
@filters = args[:filters] if args.key?(:filters)
|
|
5075
|
-
@kind = args[:kind] if args.key?(:kind)
|
|
5076
|
-
@start_date = args[:start_date] if args.key?(:start_date)
|
|
5077
|
-
end
|
|
5078
|
-
end
|
|
5079
|
-
|
|
5080
|
-
# DirectorySites contains properties of a website from the Site Directory. Sites
|
|
5081
|
-
# need to be added to an account via the Sites resource before they can be
|
|
5082
|
-
# assigned to a placement.
|
|
5083
|
-
class DirectorySite
|
|
5084
|
-
include Google::Apis::Core::Hashable
|
|
5085
|
-
|
|
5086
|
-
# Whether this directory site is active.
|
|
5087
|
-
# Corresponds to the JSON property `active`
|
|
5088
|
-
# @return [Boolean]
|
|
5089
|
-
attr_accessor :active
|
|
5090
|
-
alias_method :active?, :active
|
|
5091
|
-
|
|
5092
|
-
# Directory site contacts.
|
|
5093
|
-
# Corresponds to the JSON property `contactAssignments`
|
|
5094
|
-
# @return [Array<Google::Apis::DfareportingV3_2::DirectorySiteContactAssignment>]
|
|
5095
|
-
attr_accessor :contact_assignments
|
|
5096
|
-
|
|
5097
|
-
# Country ID of this directory site. This is a read-only field.
|
|
5098
|
-
# Corresponds to the JSON property `countryId`
|
|
5099
|
-
# @return [Fixnum]
|
|
5100
|
-
attr_accessor :country_id
|
|
5101
|
-
|
|
5102
|
-
# Currency ID of this directory site. This is a read-only field.
|
|
5103
|
-
# Possible values are:
|
|
5104
|
-
# - "1" for USD
|
|
5105
|
-
# - "2" for GBP
|
|
5106
|
-
# - "3" for ESP
|
|
5107
|
-
# - "4" for SEK
|
|
5108
|
-
# - "5" for CAD
|
|
5109
|
-
# - "6" for JPY
|
|
5110
|
-
# - "7" for DEM
|
|
5111
|
-
# - "8" for AUD
|
|
5112
|
-
# - "9" for FRF
|
|
5113
|
-
# - "10" for ITL
|
|
5114
|
-
# - "11" for DKK
|
|
5115
|
-
# - "12" for NOK
|
|
5116
|
-
# - "13" for FIM
|
|
5117
|
-
# - "14" for ZAR
|
|
5118
|
-
# - "15" for IEP
|
|
5119
|
-
# - "16" for NLG
|
|
5120
|
-
# - "17" for EUR
|
|
5121
|
-
# - "18" for KRW
|
|
5122
|
-
# - "19" for TWD
|
|
5123
|
-
# - "20" for SGD
|
|
5124
|
-
# - "21" for CNY
|
|
5125
|
-
# - "22" for HKD
|
|
5126
|
-
# - "23" for NZD
|
|
5127
|
-
# - "24" for MYR
|
|
5128
|
-
# - "25" for BRL
|
|
5129
|
-
# - "26" for PTE
|
|
5130
|
-
# - "27" for MXP
|
|
5131
|
-
# - "28" for CLP
|
|
5132
|
-
# - "29" for TRY
|
|
5133
|
-
# - "30" for ARS
|
|
5134
|
-
# - "31" for PEN
|
|
5135
|
-
# - "32" for ILS
|
|
5136
|
-
# - "33" for CHF
|
|
5137
|
-
# - "34" for VEF
|
|
5138
|
-
# - "35" for COP
|
|
5139
|
-
# - "36" for GTQ
|
|
5140
|
-
# - "37" for PLN
|
|
5141
|
-
# - "39" for INR
|
|
5142
|
-
# - "40" for THB
|
|
5143
|
-
# - "41" for IDR
|
|
5144
|
-
# - "42" for CZK
|
|
5145
|
-
# - "43" for RON
|
|
5146
|
-
# - "44" for HUF
|
|
5147
|
-
# - "45" for RUB
|
|
5148
|
-
# - "46" for AED
|
|
5149
|
-
# - "47" for BGN
|
|
5150
|
-
# - "48" for HRK
|
|
5151
|
-
# - "49" for MXN
|
|
5152
|
-
# - "50" for NGN
|
|
5153
|
-
# Corresponds to the JSON property `currencyId`
|
|
5154
|
-
# @return [Fixnum]
|
|
5155
|
-
attr_accessor :currency_id
|
|
5156
|
-
|
|
5157
|
-
# Description of this directory site. This is a read-only field.
|
|
5158
|
-
# Corresponds to the JSON property `description`
|
|
5159
|
-
# @return [String]
|
|
5160
|
-
attr_accessor :description
|
|
5161
|
-
|
|
5162
|
-
# ID of this directory site. This is a read-only, auto-generated field.
|
|
5163
|
-
# Corresponds to the JSON property `id`
|
|
5164
|
-
# @return [Fixnum]
|
|
5165
|
-
attr_accessor :id
|
|
5166
|
-
|
|
5167
|
-
# Represents a DimensionValue resource.
|
|
5168
|
-
# Corresponds to the JSON property `idDimensionValue`
|
|
5169
|
-
# @return [Google::Apis::DfareportingV3_2::DimensionValue]
|
|
5170
|
-
attr_accessor :id_dimension_value
|
|
5171
|
-
|
|
5172
|
-
# Tag types for regular placements.
|
|
5173
|
-
# Acceptable values are:
|
|
5174
|
-
# - "STANDARD"
|
|
5175
|
-
# - "IFRAME_JAVASCRIPT_INPAGE"
|
|
5176
|
-
# - "INTERNAL_REDIRECT_INPAGE"
|
|
5177
|
-
# - "JAVASCRIPT_INPAGE"
|
|
5178
|
-
# Corresponds to the JSON property `inpageTagFormats`
|
|
5179
|
-
# @return [Array<String>]
|
|
5180
|
-
attr_accessor :inpage_tag_formats
|
|
5181
|
-
|
|
5182
|
-
# Tag types for interstitial placements.
|
|
5183
|
-
# Acceptable values are:
|
|
5184
|
-
# - "IFRAME_JAVASCRIPT_INTERSTITIAL"
|
|
5185
|
-
# - "INTERNAL_REDIRECT_INTERSTITIAL"
|
|
5186
|
-
# - "JAVASCRIPT_INTERSTITIAL"
|
|
5187
|
-
# Corresponds to the JSON property `interstitialTagFormats`
|
|
5188
|
-
# @return [Array<String>]
|
|
5189
|
-
attr_accessor :interstitial_tag_formats
|
|
5190
|
-
|
|
5191
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
|
5192
|
-
# dfareporting#directorySite".
|
|
5193
|
-
# Corresponds to the JSON property `kind`
|
|
5194
|
-
# @return [String]
|
|
5195
|
-
attr_accessor :kind
|
|
5196
|
-
|
|
5197
|
-
# Name of this directory site.
|
|
5198
|
-
# Corresponds to the JSON property `name`
|
|
5199
|
-
# @return [String]
|
|
5200
|
-
attr_accessor :name
|
|
5201
|
-
|
|
5202
|
-
# Parent directory site ID.
|
|
5203
|
-
# Corresponds to the JSON property `parentId`
|
|
5204
|
-
# @return [Fixnum]
|
|
5205
|
-
attr_accessor :parent_id
|
|
5206
|
-
|
|
5207
|
-
# Directory Site Settings
|
|
5208
|
-
# Corresponds to the JSON property `settings`
|
|
5209
|
-
# @return [Google::Apis::DfareportingV3_2::DirectorySiteSettings]
|
|
5210
|
-
attr_accessor :settings
|
|
5211
|
-
|
|
5212
|
-
# URL of this directory site.
|
|
5213
|
-
# Corresponds to the JSON property `url`
|
|
5214
|
-
# @return [String]
|
|
5215
|
-
attr_accessor :url
|
|
5216
|
-
|
|
5217
|
-
def initialize(**args)
|
|
5218
|
-
update!(**args)
|
|
5219
|
-
end
|
|
5220
|
-
|
|
5221
|
-
# Update properties of this object
|
|
5222
|
-
def update!(**args)
|
|
5223
|
-
@active = args[:active] if args.key?(:active)
|
|
5224
|
-
@contact_assignments = args[:contact_assignments] if args.key?(:contact_assignments)
|
|
5225
|
-
@country_id = args[:country_id] if args.key?(:country_id)
|
|
5226
|
-
@currency_id = args[:currency_id] if args.key?(:currency_id)
|
|
5227
|
-
@description = args[:description] if args.key?(:description)
|
|
5228
|
-
@id = args[:id] if args.key?(:id)
|
|
5229
|
-
@id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value)
|
|
5230
|
-
@inpage_tag_formats = args[:inpage_tag_formats] if args.key?(:inpage_tag_formats)
|
|
5231
|
-
@interstitial_tag_formats = args[:interstitial_tag_formats] if args.key?(:interstitial_tag_formats)
|
|
5232
|
-
@kind = args[:kind] if args.key?(:kind)
|
|
5233
|
-
@name = args[:name] if args.key?(:name)
|
|
5234
|
-
@parent_id = args[:parent_id] if args.key?(:parent_id)
|
|
5235
|
-
@settings = args[:settings] if args.key?(:settings)
|
|
5236
|
-
@url = args[:url] if args.key?(:url)
|
|
5237
|
-
end
|
|
5238
|
-
end
|
|
5239
|
-
|
|
5240
|
-
# Contains properties of a Site Directory contact.
|
|
5241
|
-
class DirectorySiteContact
|
|
5242
|
-
include Google::Apis::Core::Hashable
|
|
5243
|
-
|
|
5244
|
-
# Address of this directory site contact.
|
|
5245
|
-
# Corresponds to the JSON property `address`
|
|
5246
|
-
# @return [String]
|
|
5247
|
-
attr_accessor :address
|
|
5248
|
-
|
|
5249
|
-
# Email address of this directory site contact.
|
|
5250
|
-
# Corresponds to the JSON property `email`
|
|
5251
|
-
# @return [String]
|
|
5252
|
-
attr_accessor :email
|
|
5253
|
-
|
|
5254
|
-
# First name of this directory site contact.
|
|
5255
|
-
# Corresponds to the JSON property `firstName`
|
|
5256
|
-
# @return [String]
|
|
5257
|
-
attr_accessor :first_name
|
|
5258
|
-
|
|
5259
|
-
# ID of this directory site contact. This is a read-only, auto-generated field.
|
|
5260
|
-
# Corresponds to the JSON property `id`
|
|
5261
|
-
# @return [Fixnum]
|
|
5262
|
-
attr_accessor :id
|
|
5263
|
-
|
|
5264
|
-
# Identifies what kind of resource this is. Value: the fixed string "
|
|
5265
|
-
# dfareporting#directorySiteContact".
|
|
5266
|
-
# Corresponds to the JSON property `kind`
|
|
5267
|
-
# @return [String]
|
|
5268
|
-
attr_accessor :kind
|
|
5269
|
-
|
|
5270
|
-
# Last name of this directory site contact.
|
|
5271
|
-
# Corresponds to the JSON property `lastName`
|
|
5272
|
-
# @return [String]
|
|
5273
|
-
attr_accessor :last_name
|
|
5274
|
-
|
|
5275
|
-
# Phone number of this directory site contact.
|
|
5276
|
-
# Corresponds to the JSON property `phone`
|
|
5277
|
-
# @return [String]
|
|
5278
|
-
attr_accessor :phone
|
|
5279
|
-
|
|
5280
|
-
# Directory site contact role.
|
|
5281
|
-
# Corresponds to the JSON property `role`
|
|
5282
|
-
# @return [String]
|
|
5283
|
-
attr_accessor :role
|
|
5284
|
-
|
|
5285
|
-
# Title or designation of this directory site contact.
|
|
5286
|
-
# Corresponds to the JSON property `title`
|
|
5287
|
-
# @return [String]
|
|
5288
|
-
attr_accessor :title
|
|
5289
|
-
|
|
5290
|
-
# Directory site contact type.
|
|
5291
|
-
# Corresponds to the JSON property `type`
|
|
5292
|
-
# @return [String]
|
|
5293
|
-
attr_accessor :type
|
|
5294
|
-
|
|
5295
|
-
def initialize(**args)
|
|
5296
|
-
update!(**args)
|
|
5297
|
-
end
|
|
5298
|
-
|
|
5299
|
-
# Update properties of this object
|
|
5300
|
-
def update!(**args)
|
|
5301
|
-
@address = args[:address] if args.key?(:address)
|
|
5302
|
-
@email = args[:email] if args.key?(:email)
|
|
5303
|
-
@first_name = args[:first_name] if args.key?(:first_name)
|
|
5304
|
-
@id = args[:id] if args.key?(:id)
|
|
5305
|
-
@kind = args[:kind] if args.key?(:kind)
|
|
5306
|
-
@last_name = args[:last_name] if args.key?(:last_name)
|
|
5307
|
-
@phone = args[:phone] if args.key?(:phone)
|
|
5308
|
-
@role = args[:role] if args.key?(:role)
|
|
5309
|
-
@title = args[:title] if args.key?(:title)
|
|
5310
|
-
@type = args[:type] if args.key?(:type)
|
|
5311
|
-
end
|
|
5312
|
-
end
|
|
5313
|
-
|
|
5314
|
-
# Directory Site Contact Assignment
|
|
5315
|
-
class DirectorySiteContactAssignment
|
|
5316
|
-
include Google::Apis::Core::Hashable
|
|
5317
|
-
|
|
5318
|
-
# ID of this directory site contact. This is a read-only, auto-generated field.
|
|
5319
|
-
# Corresponds to the JSON property `contactId`
|
|
5320
|
-
# @return [Fixnum]
|
|
5321
|
-
attr_accessor :contact_id
|
|
5322
|
-
|
|
5323
|
-
# Visibility of this directory site contact assignment. When set to PUBLIC this
|
|
5324
|
-
# contact assignment is visible to all account and agency users; when set to
|
|
5325
|
-
# PRIVATE it is visible only to the site.
|
|
5326
|
-
# Corresponds to the JSON property `visibility`
|
|
5327
|
-
# @return [String]
|
|
5328
|
-
attr_accessor :visibility
|
|
5329
|
-
|
|
5330
|
-
def initialize(**args)
|
|
5331
|
-
update!(**args)
|
|
5332
|
-
end
|
|
5333
|
-
|
|
5334
|
-
# Update properties of this object
|
|
5335
|
-
def update!(**args)
|
|
5336
|
-
@contact_id = args[:contact_id] if args.key?(:contact_id)
|
|
5337
|
-
@visibility = args[:visibility] if args.key?(:visibility)
|
|
5503
|
+
@dimension_name = args[:dimension_name] if args.key?(:dimension_name)
|
|
5504
|
+
@end_date = args[:end_date] if args.key?(:end_date)
|
|
5505
|
+
@filters = args[:filters] if args.key?(:filters)
|
|
5506
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
5507
|
+
@start_date = args[:start_date] if args.key?(:start_date)
|
|
5338
5508
|
end
|
|
5339
5509
|
end
|
|
5340
5510
|
|
|
5341
|
-
#
|
|
5342
|
-
|
|
5511
|
+
# DirectorySites contains properties of a website from the Site Directory. Sites
|
|
5512
|
+
# need to be added to an account via the Sites resource before they can be
|
|
5513
|
+
# assigned to a placement.
|
|
5514
|
+
class DirectorySite
|
|
5343
5515
|
include Google::Apis::Core::Hashable
|
|
5344
5516
|
|
|
5345
|
-
#
|
|
5346
|
-
# Corresponds to the JSON property `
|
|
5347
|
-
# @return [
|
|
5348
|
-
attr_accessor :
|
|
5517
|
+
# Whether this directory site is active.
|
|
5518
|
+
# Corresponds to the JSON property `active`
|
|
5519
|
+
# @return [Boolean]
|
|
5520
|
+
attr_accessor :active
|
|
5521
|
+
alias_method :active?, :active
|
|
5522
|
+
|
|
5523
|
+
# ID of this directory site. This is a read-only, auto-generated field.
|
|
5524
|
+
# Corresponds to the JSON property `id`
|
|
5525
|
+
# @return [Fixnum]
|
|
5526
|
+
attr_accessor :id
|
|
5527
|
+
|
|
5528
|
+
# Represents a DimensionValue resource.
|
|
5529
|
+
# Corresponds to the JSON property `idDimensionValue`
|
|
5530
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
5531
|
+
attr_accessor :id_dimension_value
|
|
5532
|
+
|
|
5533
|
+
# Tag types for regular placements.
|
|
5534
|
+
# Acceptable values are:
|
|
5535
|
+
# - "STANDARD"
|
|
5536
|
+
# - "IFRAME_JAVASCRIPT_INPAGE"
|
|
5537
|
+
# - "INTERNAL_REDIRECT_INPAGE"
|
|
5538
|
+
# - "JAVASCRIPT_INPAGE"
|
|
5539
|
+
# Corresponds to the JSON property `inpageTagFormats`
|
|
5540
|
+
# @return [Array<String>]
|
|
5541
|
+
attr_accessor :inpage_tag_formats
|
|
5542
|
+
|
|
5543
|
+
# Tag types for interstitial placements.
|
|
5544
|
+
# Acceptable values are:
|
|
5545
|
+
# - "IFRAME_JAVASCRIPT_INTERSTITIAL"
|
|
5546
|
+
# - "INTERNAL_REDIRECT_INTERSTITIAL"
|
|
5547
|
+
# - "JAVASCRIPT_INTERSTITIAL"
|
|
5548
|
+
# Corresponds to the JSON property `interstitialTagFormats`
|
|
5549
|
+
# @return [Array<String>]
|
|
5550
|
+
attr_accessor :interstitial_tag_formats
|
|
5349
5551
|
|
|
5350
5552
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
5351
|
-
# dfareporting#
|
|
5553
|
+
# dfareporting#directorySite".
|
|
5352
5554
|
# Corresponds to the JSON property `kind`
|
|
5353
5555
|
# @return [String]
|
|
5354
5556
|
attr_accessor :kind
|
|
5355
5557
|
|
|
5356
|
-
#
|
|
5357
|
-
# Corresponds to the JSON property `
|
|
5558
|
+
# Name of this directory site.
|
|
5559
|
+
# Corresponds to the JSON property `name`
|
|
5358
5560
|
# @return [String]
|
|
5359
|
-
attr_accessor :
|
|
5561
|
+
attr_accessor :name
|
|
5562
|
+
|
|
5563
|
+
# Directory Site Settings
|
|
5564
|
+
# Corresponds to the JSON property `settings`
|
|
5565
|
+
# @return [Google::Apis::DfareportingV3_4::DirectorySiteSettings]
|
|
5566
|
+
attr_accessor :settings
|
|
5567
|
+
|
|
5568
|
+
# URL of this directory site.
|
|
5569
|
+
# Corresponds to the JSON property `url`
|
|
5570
|
+
# @return [String]
|
|
5571
|
+
attr_accessor :url
|
|
5360
5572
|
|
|
5361
5573
|
def initialize(**args)
|
|
5362
5574
|
update!(**args)
|
|
@@ -5364,9 +5576,15 @@ module Google
|
|
|
5364
5576
|
|
|
5365
5577
|
# Update properties of this object
|
|
5366
5578
|
def update!(**args)
|
|
5367
|
-
@
|
|
5579
|
+
@active = args[:active] if args.key?(:active)
|
|
5580
|
+
@id = args[:id] if args.key?(:id)
|
|
5581
|
+
@id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value)
|
|
5582
|
+
@inpage_tag_formats = args[:inpage_tag_formats] if args.key?(:inpage_tag_formats)
|
|
5583
|
+
@interstitial_tag_formats = args[:interstitial_tag_formats] if args.key?(:interstitial_tag_formats)
|
|
5368
5584
|
@kind = args[:kind] if args.key?(:kind)
|
|
5369
|
-
@
|
|
5585
|
+
@name = args[:name] if args.key?(:name)
|
|
5586
|
+
@settings = args[:settings] if args.key?(:settings)
|
|
5587
|
+
@url = args[:url] if args.key?(:url)
|
|
5370
5588
|
end
|
|
5371
5589
|
end
|
|
5372
5590
|
|
|
@@ -5382,7 +5600,7 @@ module Google
|
|
|
5382
5600
|
|
|
5383
5601
|
# Google Ad Manager Settings
|
|
5384
5602
|
# Corresponds to the JSON property `dfpSettings`
|
|
5385
|
-
# @return [Google::Apis::
|
|
5603
|
+
# @return [Google::Apis::DfareportingV3_4::DfpSettings]
|
|
5386
5604
|
attr_accessor :dfp_settings
|
|
5387
5605
|
|
|
5388
5606
|
# Whether this site accepts in-stream video ads.
|
|
@@ -5397,25 +5615,6 @@ module Google
|
|
|
5397
5615
|
attr_accessor :interstitial_placement_accepted
|
|
5398
5616
|
alias_method :interstitial_placement_accepted?, :interstitial_placement_accepted
|
|
5399
5617
|
|
|
5400
|
-
# Whether this directory site has disabled Nielsen OCR reach ratings.
|
|
5401
|
-
# Corresponds to the JSON property `nielsenOcrOptOut`
|
|
5402
|
-
# @return [Boolean]
|
|
5403
|
-
attr_accessor :nielsen_ocr_opt_out
|
|
5404
|
-
alias_method :nielsen_ocr_opt_out?, :nielsen_ocr_opt_out
|
|
5405
|
-
|
|
5406
|
-
# Whether this directory site has disabled generation of Verification ins tags.
|
|
5407
|
-
# Corresponds to the JSON property `verificationTagOptOut`
|
|
5408
|
-
# @return [Boolean]
|
|
5409
|
-
attr_accessor :verification_tag_opt_out
|
|
5410
|
-
alias_method :verification_tag_opt_out?, :verification_tag_opt_out
|
|
5411
|
-
|
|
5412
|
-
# Whether this directory site has disabled active view for in-stream video
|
|
5413
|
-
# creatives. This is a read-only field.
|
|
5414
|
-
# Corresponds to the JSON property `videoActiveViewOptOut`
|
|
5415
|
-
# @return [Boolean]
|
|
5416
|
-
attr_accessor :video_active_view_opt_out
|
|
5417
|
-
alias_method :video_active_view_opt_out?, :video_active_view_opt_out
|
|
5418
|
-
|
|
5419
5618
|
def initialize(**args)
|
|
5420
5619
|
update!(**args)
|
|
5421
5620
|
end
|
|
@@ -5426,9 +5625,6 @@ module Google
|
|
|
5426
5625
|
@dfp_settings = args[:dfp_settings] if args.key?(:dfp_settings)
|
|
5427
5626
|
@instream_video_placement_accepted = args[:instream_video_placement_accepted] if args.key?(:instream_video_placement_accepted)
|
|
5428
5627
|
@interstitial_placement_accepted = args[:interstitial_placement_accepted] if args.key?(:interstitial_placement_accepted)
|
|
5429
|
-
@nielsen_ocr_opt_out = args[:nielsen_ocr_opt_out] if args.key?(:nielsen_ocr_opt_out)
|
|
5430
|
-
@verification_tag_opt_out = args[:verification_tag_opt_out] if args.key?(:verification_tag_opt_out)
|
|
5431
|
-
@video_active_view_opt_out = args[:video_active_view_opt_out] if args.key?(:video_active_view_opt_out)
|
|
5432
5628
|
end
|
|
5433
5629
|
end
|
|
5434
5630
|
|
|
@@ -5438,7 +5634,7 @@ module Google
|
|
|
5438
5634
|
|
|
5439
5635
|
# Directory site collection.
|
|
5440
5636
|
# Corresponds to the JSON property `directorySites`
|
|
5441
|
-
# @return [Array<Google::Apis::
|
|
5637
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DirectorySite>]
|
|
5442
5638
|
attr_accessor :directory_sites
|
|
5443
5639
|
|
|
5444
5640
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -5515,7 +5711,7 @@ module Google
|
|
|
5515
5711
|
|
|
5516
5712
|
# Dynamic targeting key collection.
|
|
5517
5713
|
# Corresponds to the JSON property `dynamicTargetingKeys`
|
|
5518
|
-
# @return [Array<Google::Apis::
|
|
5714
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DynamicTargetingKey>]
|
|
5519
5715
|
attr_accessor :dynamic_targeting_keys
|
|
5520
5716
|
|
|
5521
5717
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -5593,7 +5789,7 @@ module Google
|
|
|
5593
5789
|
|
|
5594
5790
|
# Represents a DimensionValue resource.
|
|
5595
5791
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
5596
|
-
# @return [Google::Apis::
|
|
5792
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
5597
5793
|
attr_accessor :advertiser_id_dimension_value
|
|
5598
5794
|
|
|
5599
5795
|
# Campaign ID of this event tag. This field or the advertiserId field is
|
|
@@ -5604,7 +5800,7 @@ module Google
|
|
|
5604
5800
|
|
|
5605
5801
|
# Represents a DimensionValue resource.
|
|
5606
5802
|
# Corresponds to the JSON property `campaignIdDimensionValue`
|
|
5607
|
-
# @return [Google::Apis::
|
|
5803
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
5608
5804
|
attr_accessor :campaign_id_dimension_value
|
|
5609
5805
|
|
|
5610
5806
|
# Whether this event tag should be automatically enabled for all of the
|
|
@@ -5750,7 +5946,7 @@ module Google
|
|
|
5750
5946
|
|
|
5751
5947
|
# Event tag collection.
|
|
5752
5948
|
# Corresponds to the JSON property `eventTags`
|
|
5753
|
-
# @return [Array<Google::Apis::
|
|
5949
|
+
# @return [Array<Google::Apis::DfareportingV3_4::EventTag>]
|
|
5754
5950
|
attr_accessor :event_tags
|
|
5755
5951
|
|
|
5756
5952
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -5778,7 +5974,7 @@ module Google
|
|
|
5778
5974
|
|
|
5779
5975
|
# Represents a date range.
|
|
5780
5976
|
# Corresponds to the JSON property `dateRange`
|
|
5781
|
-
# @return [Google::Apis::
|
|
5977
|
+
# @return [Google::Apis::DfareportingV3_4::DateRange]
|
|
5782
5978
|
attr_accessor :date_range
|
|
5783
5979
|
|
|
5784
5980
|
# The eTag of this response for caching purposes.
|
|
@@ -5823,7 +6019,7 @@ module Google
|
|
|
5823
6019
|
|
|
5824
6020
|
# The URLs where the completed report file can be downloaded.
|
|
5825
6021
|
# Corresponds to the JSON property `urls`
|
|
5826
|
-
# @return [Google::Apis::
|
|
6022
|
+
# @return [Google::Apis::DfareportingV3_4::File::Urls]
|
|
5827
6023
|
attr_accessor :urls
|
|
5828
6024
|
|
|
5829
6025
|
def initialize(**args)
|
|
@@ -5881,7 +6077,7 @@ module Google
|
|
|
5881
6077
|
|
|
5882
6078
|
# The files returned in this response.
|
|
5883
6079
|
# Corresponds to the JSON property `items`
|
|
5884
|
-
# @return [Array<Google::Apis::
|
|
6080
|
+
# @return [Array<Google::Apis::DfareportingV3_4::File>]
|
|
5885
6081
|
attr_accessor :items
|
|
5886
6082
|
|
|
5887
6083
|
# The kind of list this is, in this case dfareporting#fileList.
|
|
@@ -5988,7 +6184,7 @@ module Google
|
|
|
5988
6184
|
|
|
5989
6185
|
# Floodlight activity collection.
|
|
5990
6186
|
# Corresponds to the JSON property `floodlightActivities`
|
|
5991
|
-
# @return [Array<Google::Apis::
|
|
6187
|
+
# @return [Array<Google::Apis::DfareportingV3_4::FloodlightActivity>]
|
|
5992
6188
|
attr_accessor :floodlight_activities
|
|
5993
6189
|
|
|
5994
6190
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -6033,7 +6229,7 @@ module Google
|
|
|
6033
6229
|
|
|
6034
6230
|
# Represents a DimensionValue resource.
|
|
6035
6231
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
6036
|
-
# @return [Google::Apis::
|
|
6232
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6037
6233
|
attr_accessor :advertiser_id_dimension_value
|
|
6038
6234
|
|
|
6039
6235
|
# Code type used for cache busting in the generated tag. Applicable only when
|
|
@@ -6051,7 +6247,7 @@ module Google
|
|
|
6051
6247
|
|
|
6052
6248
|
# Dynamic floodlight tags.
|
|
6053
6249
|
# Corresponds to the JSON property `defaultTags`
|
|
6054
|
-
# @return [Array<Google::Apis::
|
|
6250
|
+
# @return [Array<Google::Apis::DfareportingV3_4::FloodlightActivityDynamicTag>]
|
|
6055
6251
|
attr_accessor :default_tags
|
|
6056
6252
|
|
|
6057
6253
|
# URL where this tag will be deployed. If specified, must be less than 256
|
|
@@ -6092,7 +6288,7 @@ module Google
|
|
|
6092
6288
|
|
|
6093
6289
|
# Represents a DimensionValue resource.
|
|
6094
6290
|
# Corresponds to the JSON property `floodlightConfigurationIdDimensionValue`
|
|
6095
|
-
# @return [Google::Apis::
|
|
6291
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6096
6292
|
attr_accessor :floodlight_configuration_id_dimension_value
|
|
6097
6293
|
|
|
6098
6294
|
# The type of Floodlight tag this activity will generate. This is a required
|
|
@@ -6101,12 +6297,6 @@ module Google
|
|
|
6101
6297
|
# @return [String]
|
|
6102
6298
|
attr_accessor :floodlight_tag_type
|
|
6103
6299
|
|
|
6104
|
-
# Whether this activity is archived.
|
|
6105
|
-
# Corresponds to the JSON property `hidden`
|
|
6106
|
-
# @return [Boolean]
|
|
6107
|
-
attr_accessor :hidden
|
|
6108
|
-
alias_method :hidden?, :hidden
|
|
6109
|
-
|
|
6110
6300
|
# ID of this floodlight activity. This is a read-only, auto-generated field.
|
|
6111
6301
|
# Corresponds to the JSON property `id`
|
|
6112
6302
|
# @return [Fixnum]
|
|
@@ -6114,7 +6304,7 @@ module Google
|
|
|
6114
6304
|
|
|
6115
6305
|
# Represents a DimensionValue resource.
|
|
6116
6306
|
# Corresponds to the JSON property `idDimensionValue`
|
|
6117
|
-
# @return [Google::Apis::
|
|
6307
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6118
6308
|
attr_accessor :id_dimension_value
|
|
6119
6309
|
|
|
6120
6310
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -6136,7 +6326,7 @@ module Google
|
|
|
6136
6326
|
|
|
6137
6327
|
# Publisher dynamic floodlight tags.
|
|
6138
6328
|
# Corresponds to the JSON property `publisherTags`
|
|
6139
|
-
# @return [Array<Google::Apis::
|
|
6329
|
+
# @return [Array<Google::Apis::DfareportingV3_4::FloodlightActivityPublisherDynamicTag>]
|
|
6140
6330
|
attr_accessor :publisher_tags
|
|
6141
6331
|
|
|
6142
6332
|
# Whether this tag should use SSL.
|
|
@@ -6158,6 +6348,15 @@ module Google
|
|
|
6158
6348
|
attr_accessor :ssl_required
|
|
6159
6349
|
alias_method :ssl_required?, :ssl_required
|
|
6160
6350
|
|
|
6351
|
+
# The status of the activity. This can only be set to ACTIVE or
|
|
6352
|
+
# ARCHIVED_AND_DISABLED. The ARCHIVED status is no longer supported and cannot
|
|
6353
|
+
# be set for Floodlight activities. The DISABLED_POLICY status indicates that a
|
|
6354
|
+
# Floodlight activity is violating Google policy. Contact your account manager
|
|
6355
|
+
# for more information.
|
|
6356
|
+
# Corresponds to the JSON property `status`
|
|
6357
|
+
# @return [String]
|
|
6358
|
+
attr_accessor :status
|
|
6359
|
+
|
|
6161
6360
|
# Subaccount ID of this floodlight activity. This is a read-only field that can
|
|
6162
6361
|
# be left blank.
|
|
6163
6362
|
# Corresponds to the JSON property `subaccountId`
|
|
@@ -6207,7 +6406,6 @@ module Google
|
|
|
6207
6406
|
@floodlight_configuration_id = args[:floodlight_configuration_id] if args.key?(:floodlight_configuration_id)
|
|
6208
6407
|
@floodlight_configuration_id_dimension_value = args[:floodlight_configuration_id_dimension_value] if args.key?(:floodlight_configuration_id_dimension_value)
|
|
6209
6408
|
@floodlight_tag_type = args[:floodlight_tag_type] if args.key?(:floodlight_tag_type)
|
|
6210
|
-
@hidden = args[:hidden] if args.key?(:hidden)
|
|
6211
6409
|
@id = args[:id] if args.key?(:id)
|
|
6212
6410
|
@id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value)
|
|
6213
6411
|
@kind = args[:kind] if args.key?(:kind)
|
|
@@ -6217,6 +6415,7 @@ module Google
|
|
|
6217
6415
|
@secure = args[:secure] if args.key?(:secure)
|
|
6218
6416
|
@ssl_compliant = args[:ssl_compliant] if args.key?(:ssl_compliant)
|
|
6219
6417
|
@ssl_required = args[:ssl_required] if args.key?(:ssl_required)
|
|
6418
|
+
@status = args[:status] if args.key?(:status)
|
|
6220
6419
|
@subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id)
|
|
6221
6420
|
@tag_format = args[:tag_format] if args.key?(:tag_format)
|
|
6222
6421
|
@tag_string = args[:tag_string] if args.key?(:tag_string)
|
|
@@ -6274,7 +6473,7 @@ module Google
|
|
|
6274
6473
|
|
|
6275
6474
|
# Represents a DimensionValue resource.
|
|
6276
6475
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
6277
|
-
# @return [Google::Apis::
|
|
6476
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6278
6477
|
attr_accessor :advertiser_id_dimension_value
|
|
6279
6478
|
|
|
6280
6479
|
# Floodlight configuration ID of this floodlight activity group. This is a
|
|
@@ -6285,7 +6484,7 @@ module Google
|
|
|
6285
6484
|
|
|
6286
6485
|
# Represents a DimensionValue resource.
|
|
6287
6486
|
# Corresponds to the JSON property `floodlightConfigurationIdDimensionValue`
|
|
6288
|
-
# @return [Google::Apis::
|
|
6487
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6289
6488
|
attr_accessor :floodlight_configuration_id_dimension_value
|
|
6290
6489
|
|
|
6291
6490
|
# ID of this floodlight activity group. This is a read-only, auto-generated
|
|
@@ -6296,7 +6495,7 @@ module Google
|
|
|
6296
6495
|
|
|
6297
6496
|
# Represents a DimensionValue resource.
|
|
6298
6497
|
# Corresponds to the JSON property `idDimensionValue`
|
|
6299
|
-
# @return [Google::Apis::
|
|
6498
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6300
6499
|
attr_accessor :id_dimension_value
|
|
6301
6500
|
|
|
6302
6501
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -6360,7 +6559,7 @@ module Google
|
|
|
6360
6559
|
|
|
6361
6560
|
# Floodlight activity group collection.
|
|
6362
6561
|
# Corresponds to the JSON property `floodlightActivityGroups`
|
|
6363
|
-
# @return [Array<Google::Apis::
|
|
6562
|
+
# @return [Array<Google::Apis::DfareportingV3_4::FloodlightActivityGroup>]
|
|
6364
6563
|
attr_accessor :floodlight_activity_groups
|
|
6365
6564
|
|
|
6366
6565
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -6405,7 +6604,7 @@ module Google
|
|
|
6405
6604
|
|
|
6406
6605
|
# Dynamic Tag
|
|
6407
6606
|
# Corresponds to the JSON property `dynamicTag`
|
|
6408
|
-
# @return [Google::Apis::
|
|
6607
|
+
# @return [Google::Apis::DfareportingV3_4::FloodlightActivityDynamicTag]
|
|
6409
6608
|
attr_accessor :dynamic_tag
|
|
6410
6609
|
|
|
6411
6610
|
# Site ID of this dynamic tag.
|
|
@@ -6415,7 +6614,7 @@ module Google
|
|
|
6415
6614
|
|
|
6416
6615
|
# Represents a DimensionValue resource.
|
|
6417
6616
|
# Corresponds to the JSON property `siteIdDimensionValue`
|
|
6418
|
-
# @return [Google::Apis::
|
|
6617
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6419
6618
|
attr_accessor :site_id_dimension_value
|
|
6420
6619
|
|
|
6421
6620
|
# Whether this tag is applicable only for view-throughs.
|
|
@@ -6456,7 +6655,7 @@ module Google
|
|
|
6456
6655
|
|
|
6457
6656
|
# Represents a DimensionValue resource.
|
|
6458
6657
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
6459
|
-
# @return [Google::Apis::
|
|
6658
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6460
6659
|
attr_accessor :advertiser_id_dimension_value
|
|
6461
6660
|
|
|
6462
6661
|
# Whether advertiser data is shared with Google Analytics.
|
|
@@ -6465,6 +6664,11 @@ module Google
|
|
|
6465
6664
|
attr_accessor :analytics_data_sharing_enabled
|
|
6466
6665
|
alias_method :analytics_data_sharing_enabled?, :analytics_data_sharing_enabled
|
|
6467
6666
|
|
|
6667
|
+
# Custom Viewability Metric
|
|
6668
|
+
# Corresponds to the JSON property `customViewabilityMetric`
|
|
6669
|
+
# @return [Google::Apis::DfareportingV3_4::CustomViewabilityMetric]
|
|
6670
|
+
attr_accessor :custom_viewability_metric
|
|
6671
|
+
|
|
6468
6672
|
# Whether the exposure-to-conversion report is enabled. This report shows
|
|
6469
6673
|
# detailed pathway information on up to 10 of the most recent ad exposures seen
|
|
6470
6674
|
# by a user before converting.
|
|
@@ -6486,7 +6690,7 @@ module Google
|
|
|
6486
6690
|
|
|
6487
6691
|
# Represents a DimensionValue resource.
|
|
6488
6692
|
# Corresponds to the JSON property `idDimensionValue`
|
|
6489
|
-
# @return [Google::Apis::
|
|
6693
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
6490
6694
|
attr_accessor :id_dimension_value
|
|
6491
6695
|
|
|
6492
6696
|
# Whether in-app attribution tracking is enabled.
|
|
@@ -6503,7 +6707,7 @@ module Google
|
|
|
6503
6707
|
|
|
6504
6708
|
# Lookback configuration settings.
|
|
6505
6709
|
# Corresponds to the JSON property `lookbackConfiguration`
|
|
6506
|
-
# @return [Google::Apis::
|
|
6710
|
+
# @return [Google::Apis::DfareportingV3_4::LookbackConfiguration]
|
|
6507
6711
|
attr_accessor :lookback_configuration
|
|
6508
6712
|
|
|
6509
6713
|
# Types of attribution options for natural search conversions.
|
|
@@ -6513,7 +6717,7 @@ module Google
|
|
|
6513
6717
|
|
|
6514
6718
|
# Omniture Integration Settings.
|
|
6515
6719
|
# Corresponds to the JSON property `omnitureSettings`
|
|
6516
|
-
# @return [Google::Apis::
|
|
6720
|
+
# @return [Google::Apis::DfareportingV3_4::OmnitureSettings]
|
|
6517
6721
|
attr_accessor :omniture_settings
|
|
6518
6722
|
|
|
6519
6723
|
# Subaccount ID of this floodlight configuration. This is a read-only field that
|
|
@@ -6524,17 +6728,17 @@ module Google
|
|
|
6524
6728
|
|
|
6525
6729
|
# Dynamic and Image Tag Settings.
|
|
6526
6730
|
# Corresponds to the JSON property `tagSettings`
|
|
6527
|
-
# @return [Google::Apis::
|
|
6731
|
+
# @return [Google::Apis::DfareportingV3_4::TagSettings]
|
|
6528
6732
|
attr_accessor :tag_settings
|
|
6529
6733
|
|
|
6530
6734
|
# List of third-party authentication tokens enabled for this configuration.
|
|
6531
6735
|
# Corresponds to the JSON property `thirdPartyAuthenticationTokens`
|
|
6532
|
-
# @return [Array<Google::Apis::
|
|
6736
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ThirdPartyAuthenticationToken>]
|
|
6533
6737
|
attr_accessor :third_party_authentication_tokens
|
|
6534
6738
|
|
|
6535
6739
|
# List of user defined variables enabled for this configuration.
|
|
6536
6740
|
# Corresponds to the JSON property `userDefinedVariableConfigurations`
|
|
6537
|
-
# @return [Array<Google::Apis::
|
|
6741
|
+
# @return [Array<Google::Apis::DfareportingV3_4::UserDefinedVariableConfiguration>]
|
|
6538
6742
|
attr_accessor :user_defined_variable_configurations
|
|
6539
6743
|
|
|
6540
6744
|
def initialize(**args)
|
|
@@ -6547,6 +6751,7 @@ module Google
|
|
|
6547
6751
|
@advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
|
|
6548
6752
|
@advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value)
|
|
6549
6753
|
@analytics_data_sharing_enabled = args[:analytics_data_sharing_enabled] if args.key?(:analytics_data_sharing_enabled)
|
|
6754
|
+
@custom_viewability_metric = args[:custom_viewability_metric] if args.key?(:custom_viewability_metric)
|
|
6550
6755
|
@exposure_to_conversion_enabled = args[:exposure_to_conversion_enabled] if args.key?(:exposure_to_conversion_enabled)
|
|
6551
6756
|
@first_day_of_week = args[:first_day_of_week] if args.key?(:first_day_of_week)
|
|
6552
6757
|
@id = args[:id] if args.key?(:id)
|
|
@@ -6569,7 +6774,7 @@ module Google
|
|
|
6569
6774
|
|
|
6570
6775
|
# Floodlight configuration collection.
|
|
6571
6776
|
# Corresponds to the JSON property `floodlightConfigurations`
|
|
6572
|
-
# @return [Array<Google::Apis::
|
|
6777
|
+
# @return [Array<Google::Apis::DfareportingV3_4::FloodlightConfiguration>]
|
|
6573
6778
|
attr_accessor :floodlight_configurations
|
|
6574
6779
|
|
|
6575
6780
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -6597,13 +6802,13 @@ module Google
|
|
|
6597
6802
|
# Dimensions which are compatible to be selected in the "dimensionFilters"
|
|
6598
6803
|
# section of the report.
|
|
6599
6804
|
# Corresponds to the JSON property `dimensionFilters`
|
|
6600
|
-
# @return [Array<Google::Apis::
|
|
6805
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
6601
6806
|
attr_accessor :dimension_filters
|
|
6602
6807
|
|
|
6603
6808
|
# Dimensions which are compatible to be selected in the "dimensions" section of
|
|
6604
6809
|
# the report.
|
|
6605
6810
|
# Corresponds to the JSON property `dimensions`
|
|
6606
|
-
# @return [Array<Google::Apis::
|
|
6811
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
6607
6812
|
attr_accessor :dimensions
|
|
6608
6813
|
|
|
6609
6814
|
# The kind of resource this is, in this case dfareporting#
|
|
@@ -6615,7 +6820,7 @@ module Google
|
|
|
6615
6820
|
# Metrics which are compatible to be selected in the "metricNames" section of
|
|
6616
6821
|
# the report.
|
|
6617
6822
|
# Corresponds to the JSON property `metrics`
|
|
6618
|
-
# @return [Array<Google::Apis::
|
|
6823
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
6619
6824
|
attr_accessor :metrics
|
|
6620
6825
|
|
|
6621
6826
|
def initialize(**args)
|
|
@@ -6712,7 +6917,7 @@ module Google
|
|
|
6712
6917
|
# city, do not target or exclude the country of the city, and do not target the
|
|
6713
6918
|
# metro or region of the city.
|
|
6714
6919
|
# Corresponds to the JSON property `cities`
|
|
6715
|
-
# @return [Array<Google::Apis::
|
|
6920
|
+
# @return [Array<Google::Apis::DfareportingV3_4::City>]
|
|
6716
6921
|
attr_accessor :cities
|
|
6717
6922
|
|
|
6718
6923
|
# Countries to be targeted or excluded from targeting, depending on the setting
|
|
@@ -6721,7 +6926,7 @@ module Google
|
|
|
6721
6926
|
# If targeting or excluding a country, do not target regions, cities, metros, or
|
|
6722
6927
|
# postal codes in the same country.
|
|
6723
6928
|
# Corresponds to the JSON property `countries`
|
|
6724
|
-
# @return [Array<Google::Apis::
|
|
6929
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Country>]
|
|
6725
6930
|
attr_accessor :countries
|
|
6726
6931
|
|
|
6727
6932
|
# Whether or not to exclude the countries in the countries field from targeting.
|
|
@@ -6736,7 +6941,7 @@ module Google
|
|
|
6736
6941
|
# are populated automatically when the ad is inserted or updated. If targeting a
|
|
6737
6942
|
# metro, do not target or exclude the country of the metro.
|
|
6738
6943
|
# Corresponds to the JSON property `metros`
|
|
6739
|
-
# @return [Array<Google::Apis::
|
|
6944
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metro>]
|
|
6740
6945
|
attr_accessor :metros
|
|
6741
6946
|
|
|
6742
6947
|
# Postal codes to be targeted. For each postal code only id is required. The
|
|
@@ -6744,14 +6949,14 @@ module Google
|
|
|
6744
6949
|
# If targeting a postal code, do not target or exclude the country of the postal
|
|
6745
6950
|
# code.
|
|
6746
6951
|
# Corresponds to the JSON property `postalCodes`
|
|
6747
|
-
# @return [Array<Google::Apis::
|
|
6952
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PostalCode>]
|
|
6748
6953
|
attr_accessor :postal_codes
|
|
6749
6954
|
|
|
6750
6955
|
# Regions to be targeted. For each region only dartId is required. The other
|
|
6751
6956
|
# fields are populated automatically when the ad is inserted or updated. If
|
|
6752
6957
|
# targeting a region, do not target or exclude the country of the region.
|
|
6753
6958
|
# Corresponds to the JSON property `regions`
|
|
6754
|
-
# @return [Array<Google::Apis::
|
|
6959
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Region>]
|
|
6755
6960
|
attr_accessor :regions
|
|
6756
6961
|
|
|
6757
6962
|
def initialize(**args)
|
|
@@ -6769,6 +6974,60 @@ module Google
|
|
|
6769
6974
|
end
|
|
6770
6975
|
end
|
|
6771
6976
|
|
|
6977
|
+
# Insert custom event.
|
|
6978
|
+
class InsertEvent
|
|
6979
|
+
include Google::Apis::Core::Hashable
|
|
6980
|
+
|
|
6981
|
+
# Campaign Manager IDs related to the custom event.
|
|
6982
|
+
# Corresponds to the JSON property `cmDimensions`
|
|
6983
|
+
# @return [Google::Apis::DfareportingV3_4::CampaignManagerIds]
|
|
6984
|
+
attr_accessor :cm_dimensions
|
|
6985
|
+
|
|
6986
|
+
# DV360 IDs related to the custom event.
|
|
6987
|
+
# Corresponds to the JSON property `dv3Dimensions`
|
|
6988
|
+
# @return [Google::Apis::DfareportingV3_4::Dv3Ids]
|
|
6989
|
+
attr_accessor :dv3_dimensions
|
|
6990
|
+
|
|
6991
|
+
# The type of insert event.
|
|
6992
|
+
# Corresponds to the JSON property `insertEventType`
|
|
6993
|
+
# @return [String]
|
|
6994
|
+
attr_accessor :insert_event_type
|
|
6995
|
+
|
|
6996
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
6997
|
+
# dfareporting#insertEvent".
|
|
6998
|
+
# Corresponds to the JSON property `kind`
|
|
6999
|
+
# @return [String]
|
|
7000
|
+
attr_accessor :kind
|
|
7001
|
+
|
|
7002
|
+
# The match ID field. A match ID is your own first-party identifier that has
|
|
7003
|
+
# been synced with Google using the match ID feature in Floodlight. This field
|
|
7004
|
+
# is mutually exclusive with mobileDeviceId, and at least one of the two fields
|
|
7005
|
+
# is required.
|
|
7006
|
+
# Corresponds to the JSON property `matchId`
|
|
7007
|
+
# @return [String]
|
|
7008
|
+
attr_accessor :match_id
|
|
7009
|
+
|
|
7010
|
+
# The mobile device ID. This field is mutually exclusive with matchId, and at
|
|
7011
|
+
# least one of the two fields is required.
|
|
7012
|
+
# Corresponds to the JSON property `mobileDeviceId`
|
|
7013
|
+
# @return [String]
|
|
7014
|
+
attr_accessor :mobile_device_id
|
|
7015
|
+
|
|
7016
|
+
def initialize(**args)
|
|
7017
|
+
update!(**args)
|
|
7018
|
+
end
|
|
7019
|
+
|
|
7020
|
+
# Update properties of this object
|
|
7021
|
+
def update!(**args)
|
|
7022
|
+
@cm_dimensions = args[:cm_dimensions] if args.key?(:cm_dimensions)
|
|
7023
|
+
@dv3_dimensions = args[:dv3_dimensions] if args.key?(:dv3_dimensions)
|
|
7024
|
+
@insert_event_type = args[:insert_event_type] if args.key?(:insert_event_type)
|
|
7025
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
7026
|
+
@match_id = args[:match_id] if args.key?(:match_id)
|
|
7027
|
+
@mobile_device_id = args[:mobile_device_id] if args.key?(:mobile_device_id)
|
|
7028
|
+
end
|
|
7029
|
+
end
|
|
7030
|
+
|
|
6772
7031
|
# Represents a buy from the Planning inventory store.
|
|
6773
7032
|
class InventoryItem
|
|
6774
7033
|
include Google::Apis::Core::Hashable
|
|
@@ -6783,7 +7042,7 @@ module Google
|
|
|
6783
7042
|
# item represents a placement group, there will be more than one ad slot, each
|
|
6784
7043
|
# representing one child placement in that placement group.
|
|
6785
7044
|
# Corresponds to the JSON property `adSlots`
|
|
6786
|
-
# @return [Array<Google::Apis::
|
|
7045
|
+
# @return [Array<Google::Apis::DfareportingV3_4::AdSlot>]
|
|
6787
7046
|
attr_accessor :ad_slots
|
|
6788
7047
|
|
|
6789
7048
|
# Advertiser ID of this inventory item.
|
|
@@ -6825,7 +7084,7 @@ module Google
|
|
|
6825
7084
|
|
|
6826
7085
|
# Modification timestamp.
|
|
6827
7086
|
# Corresponds to the JSON property `lastModifiedInfo`
|
|
6828
|
-
# @return [Google::Apis::
|
|
7087
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
6829
7088
|
attr_accessor :last_modified_info
|
|
6830
7089
|
|
|
6831
7090
|
# Name of this inventory item. For standalone inventory items, this is the same
|
|
@@ -6852,7 +7111,7 @@ module Google
|
|
|
6852
7111
|
|
|
6853
7112
|
# Pricing Information
|
|
6854
7113
|
# Corresponds to the JSON property `pricing`
|
|
6855
|
-
# @return [Google::Apis::
|
|
7114
|
+
# @return [Google::Apis::DfareportingV3_4::Pricing]
|
|
6856
7115
|
attr_accessor :pricing
|
|
6857
7116
|
|
|
6858
7117
|
# Project ID of this inventory item.
|
|
@@ -6915,7 +7174,7 @@ module Google
|
|
|
6915
7174
|
|
|
6916
7175
|
# Inventory item collection
|
|
6917
7176
|
# Corresponds to the JSON property `inventoryItems`
|
|
6918
|
-
# @return [Array<Google::Apis::
|
|
7177
|
+
# @return [Array<Google::Apis::DfareportingV3_4::InventoryItem>]
|
|
6919
7178
|
attr_accessor :inventory_items
|
|
6920
7179
|
|
|
6921
7180
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -6978,7 +7237,7 @@ module Google
|
|
|
6978
7237
|
|
|
6979
7238
|
# Links that will direct the user to a mobile app, if installed.
|
|
6980
7239
|
# Corresponds to the JSON property `deepLinks`
|
|
6981
|
-
# @return [Array<Google::Apis::
|
|
7240
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DeepLink>]
|
|
6982
7241
|
attr_accessor :deep_links
|
|
6983
7242
|
|
|
6984
7243
|
# ID of this landing page. This is a read-only, auto-generated field.
|
|
@@ -7068,7 +7327,7 @@ module Google
|
|
|
7068
7327
|
# The other fields are populated automatically when the ad is inserted or
|
|
7069
7328
|
# updated.
|
|
7070
7329
|
# Corresponds to the JSON property `languages`
|
|
7071
|
-
# @return [Array<Google::Apis::
|
|
7330
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Language>]
|
|
7072
7331
|
attr_accessor :languages
|
|
7073
7332
|
|
|
7074
7333
|
def initialize(**args)
|
|
@@ -7093,7 +7352,7 @@ module Google
|
|
|
7093
7352
|
|
|
7094
7353
|
# Language collection.
|
|
7095
7354
|
# Corresponds to the JSON property `languages`
|
|
7096
|
-
# @return [Array<Google::Apis::
|
|
7355
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Language>]
|
|
7097
7356
|
attr_accessor :languages
|
|
7098
7357
|
|
|
7099
7358
|
def initialize(**args)
|
|
@@ -7134,7 +7393,7 @@ module Google
|
|
|
7134
7393
|
# Terms of this list population clause. Each clause is made up of list
|
|
7135
7394
|
# population terms representing constraints and are joined by ORs.
|
|
7136
7395
|
# Corresponds to the JSON property `terms`
|
|
7137
|
-
# @return [Array<Google::Apis::
|
|
7396
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ListPopulationTerm>]
|
|
7138
7397
|
attr_accessor :terms
|
|
7139
7398
|
|
|
7140
7399
|
def initialize(**args)
|
|
@@ -7166,7 +7425,7 @@ module Google
|
|
|
7166
7425
|
# and the clauses themselves are made up of list population terms which are
|
|
7167
7426
|
# joined by ORs.
|
|
7168
7427
|
# Corresponds to the JSON property `listPopulationClauses`
|
|
7169
|
-
# @return [Array<Google::Apis::
|
|
7428
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ListPopulationClause>]
|
|
7170
7429
|
attr_accessor :list_population_clauses
|
|
7171
7430
|
|
|
7172
7431
|
def initialize(**args)
|
|
@@ -7402,7 +7661,7 @@ module Google
|
|
|
7402
7661
|
|
|
7403
7662
|
# Metro collection.
|
|
7404
7663
|
# Corresponds to the JSON property `metros`
|
|
7405
|
-
# @return [Array<Google::Apis::
|
|
7664
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metro>]
|
|
7406
7665
|
attr_accessor :metros
|
|
7407
7666
|
|
|
7408
7667
|
def initialize(**args)
|
|
@@ -7472,7 +7731,7 @@ module Google
|
|
|
7472
7731
|
|
|
7473
7732
|
# Mobile apps collection.
|
|
7474
7733
|
# Corresponds to the JSON property `mobileApps`
|
|
7475
|
-
# @return [Array<Google::Apis::
|
|
7734
|
+
# @return [Array<Google::Apis::DfareportingV3_4::MobileApp>]
|
|
7476
7735
|
attr_accessor :mobile_apps
|
|
7477
7736
|
|
|
7478
7737
|
# Pagination token to be used for the next list operation.
|
|
@@ -7548,7 +7807,7 @@ module Google
|
|
|
7548
7807
|
|
|
7549
7808
|
# Mobile carrier collection.
|
|
7550
7809
|
# Corresponds to the JSON property `mobileCarriers`
|
|
7551
|
-
# @return [Array<Google::Apis::
|
|
7810
|
+
# @return [Array<Google::Apis::DfareportingV3_4::MobileCarrier>]
|
|
7552
7811
|
attr_accessor :mobile_carriers
|
|
7553
7812
|
|
|
7554
7813
|
def initialize(**args)
|
|
@@ -7730,7 +7989,7 @@ module Google
|
|
|
7730
7989
|
|
|
7731
7990
|
# Contains information about an operating system that can be targeted by ads.
|
|
7732
7991
|
# Corresponds to the JSON property `operatingSystem`
|
|
7733
|
-
# @return [Google::Apis::
|
|
7992
|
+
# @return [Google::Apis::DfareportingV3_4::OperatingSystem]
|
|
7734
7993
|
attr_accessor :operating_system
|
|
7735
7994
|
|
|
7736
7995
|
def initialize(**args)
|
|
@@ -7760,7 +8019,7 @@ module Google
|
|
|
7760
8019
|
|
|
7761
8020
|
# Operating system version collection.
|
|
7762
8021
|
# Corresponds to the JSON property `operatingSystemVersions`
|
|
7763
|
-
# @return [Array<Google::Apis::
|
|
8022
|
+
# @return [Array<Google::Apis::DfareportingV3_4::OperatingSystemVersion>]
|
|
7764
8023
|
attr_accessor :operating_system_versions
|
|
7765
8024
|
|
|
7766
8025
|
def initialize(**args)
|
|
@@ -7786,7 +8045,7 @@ module Google
|
|
|
7786
8045
|
|
|
7787
8046
|
# Operating system collection.
|
|
7788
8047
|
# Corresponds to the JSON property `operatingSystems`
|
|
7789
|
-
# @return [Array<Google::Apis::
|
|
8048
|
+
# @return [Array<Google::Apis::DfareportingV3_4::OperatingSystem>]
|
|
7790
8049
|
attr_accessor :operating_systems
|
|
7791
8050
|
|
|
7792
8051
|
def initialize(**args)
|
|
@@ -7811,7 +8070,7 @@ module Google
|
|
|
7811
8070
|
|
|
7812
8071
|
# Represents a DimensionValue resource.
|
|
7813
8072
|
# Corresponds to the JSON property `floodlightActivityIdDimensionValue`
|
|
7814
|
-
# @return [Google::Apis::
|
|
8073
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
7815
8074
|
attr_accessor :floodlight_activity_id_dimension_value
|
|
7816
8075
|
|
|
7817
8076
|
# Weight associated with this optimization. The weight assigned will be
|
|
@@ -7869,7 +8128,7 @@ module Google
|
|
|
7869
8128
|
|
|
7870
8129
|
# Contacts for this order.
|
|
7871
8130
|
# Corresponds to the JSON property `contacts`
|
|
7872
|
-
# @return [Array<Google::Apis::
|
|
8131
|
+
# @return [Array<Google::Apis::DfareportingV3_4::OrderContact>]
|
|
7873
8132
|
attr_accessor :contacts
|
|
7874
8133
|
|
|
7875
8134
|
# ID of this order. This is a read-only, auto-generated field.
|
|
@@ -7885,7 +8144,7 @@ module Google
|
|
|
7885
8144
|
|
|
7886
8145
|
# Modification timestamp.
|
|
7887
8146
|
# Corresponds to the JSON property `lastModifiedInfo`
|
|
7888
|
-
# @return [Google::Apis::
|
|
8147
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
7889
8148
|
attr_accessor :last_modified_info
|
|
7890
8149
|
|
|
7891
8150
|
# Name of this order.
|
|
@@ -8047,7 +8306,7 @@ module Google
|
|
|
8047
8306
|
|
|
8048
8307
|
# Modification timestamp.
|
|
8049
8308
|
# Corresponds to the JSON property `createdInfo`
|
|
8050
|
-
# @return [Google::Apis::
|
|
8309
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
8051
8310
|
attr_accessor :created_info
|
|
8052
8311
|
|
|
8053
8312
|
# Effective date of this order document.
|
|
@@ -8150,7 +8409,7 @@ module Google
|
|
|
8150
8409
|
|
|
8151
8410
|
# Order document collection
|
|
8152
8411
|
# Corresponds to the JSON property `orderDocuments`
|
|
8153
|
-
# @return [Array<Google::Apis::
|
|
8412
|
+
# @return [Array<Google::Apis::DfareportingV3_4::OrderDocument>]
|
|
8154
8413
|
attr_accessor :order_documents
|
|
8155
8414
|
|
|
8156
8415
|
def initialize(**args)
|
|
@@ -8182,7 +8441,7 @@ module Google
|
|
|
8182
8441
|
|
|
8183
8442
|
# Order collection.
|
|
8184
8443
|
# Corresponds to the JSON property `orders`
|
|
8185
|
-
# @return [Array<Google::Apis::
|
|
8444
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Order>]
|
|
8186
8445
|
attr_accessor :orders
|
|
8187
8446
|
|
|
8188
8447
|
def initialize(**args)
|
|
@@ -8205,13 +8464,13 @@ module Google
|
|
|
8205
8464
|
# Conversion dimensions which are compatible to be selected in the "
|
|
8206
8465
|
# conversionDimensions" section of the report.
|
|
8207
8466
|
# Corresponds to the JSON property `conversionDimensions`
|
|
8208
|
-
# @return [Array<Google::Apis::
|
|
8467
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
8209
8468
|
attr_accessor :conversion_dimensions
|
|
8210
8469
|
|
|
8211
8470
|
# Custom floodlight variables which are compatible to be selected in the "
|
|
8212
8471
|
# customFloodlightVariables" section of the report.
|
|
8213
8472
|
# Corresponds to the JSON property `customFloodlightVariables`
|
|
8214
|
-
# @return [Array<Google::Apis::
|
|
8473
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
8215
8474
|
attr_accessor :custom_floodlight_variables
|
|
8216
8475
|
|
|
8217
8476
|
# The kind of resource this is, in this case dfareporting#
|
|
@@ -8223,13 +8482,13 @@ module Google
|
|
|
8223
8482
|
# Metrics which are compatible to be selected in the "metricNames" section of
|
|
8224
8483
|
# the report.
|
|
8225
8484
|
# Corresponds to the JSON property `metrics`
|
|
8226
|
-
# @return [Array<Google::Apis::
|
|
8485
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
8227
8486
|
attr_accessor :metrics
|
|
8228
8487
|
|
|
8229
8488
|
# Per-interaction dimensions which are compatible to be selected in the "
|
|
8230
8489
|
# perInteractionDimensions" section of the report.
|
|
8231
8490
|
# Corresponds to the JSON property `perInteractionDimensions`
|
|
8232
|
-
# @return [Array<Google::Apis::
|
|
8491
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
8233
8492
|
attr_accessor :per_interaction_dimensions
|
|
8234
8493
|
|
|
8235
8494
|
def initialize(**args)
|
|
@@ -8266,7 +8525,7 @@ module Google
|
|
|
8266
8525
|
# Additional sizes associated with this placement. When inserting or updating a
|
|
8267
8526
|
# placement, only the size ID field is used.
|
|
8268
8527
|
# Corresponds to the JSON property `additionalSizes`
|
|
8269
|
-
# @return [Array<Google::Apis::
|
|
8528
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Size>]
|
|
8270
8529
|
attr_accessor :additional_sizes
|
|
8271
8530
|
|
|
8272
8531
|
# Advertiser ID of this placement. This field can be left blank.
|
|
@@ -8276,7 +8535,7 @@ module Google
|
|
|
8276
8535
|
|
|
8277
8536
|
# Represents a DimensionValue resource.
|
|
8278
8537
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
8279
|
-
# @return [Google::Apis::
|
|
8538
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8280
8539
|
attr_accessor :advertiser_id_dimension_value
|
|
8281
8540
|
|
|
8282
8541
|
# Whether this placement is archived.
|
|
@@ -8292,7 +8551,7 @@ module Google
|
|
|
8292
8551
|
|
|
8293
8552
|
# Represents a DimensionValue resource.
|
|
8294
8553
|
# Corresponds to the JSON property `campaignIdDimensionValue`
|
|
8295
|
-
# @return [Google::Apis::
|
|
8554
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8296
8555
|
attr_accessor :campaign_id_dimension_value
|
|
8297
8556
|
|
|
8298
8557
|
# Comments for this placement.
|
|
@@ -8317,7 +8576,7 @@ module Google
|
|
|
8317
8576
|
|
|
8318
8577
|
# Modification timestamp.
|
|
8319
8578
|
# Corresponds to the JSON property `createInfo`
|
|
8320
|
-
# @return [Google::Apis::
|
|
8579
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
8321
8580
|
attr_accessor :create_info
|
|
8322
8581
|
|
|
8323
8582
|
# Directory site ID of this placement. On insert, you must set either this field
|
|
@@ -8329,7 +8588,7 @@ module Google
|
|
|
8329
8588
|
|
|
8330
8589
|
# Represents a DimensionValue resource.
|
|
8331
8590
|
# Corresponds to the JSON property `directorySiteIdDimensionValue`
|
|
8332
|
-
# @return [Google::Apis::
|
|
8591
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8333
8592
|
attr_accessor :directory_site_id_dimension_value
|
|
8334
8593
|
|
|
8335
8594
|
# External ID for this placement.
|
|
@@ -8344,7 +8603,7 @@ module Google
|
|
|
8344
8603
|
|
|
8345
8604
|
# Represents a DimensionValue resource.
|
|
8346
8605
|
# Corresponds to the JSON property `idDimensionValue`
|
|
8347
|
-
# @return [Google::Apis::
|
|
8606
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8348
8607
|
attr_accessor :id_dimension_value
|
|
8349
8608
|
|
|
8350
8609
|
# Key name of this placement. This is a read-only, auto-generated field.
|
|
@@ -8360,12 +8619,12 @@ module Google
|
|
|
8360
8619
|
|
|
8361
8620
|
# Modification timestamp.
|
|
8362
8621
|
# Corresponds to the JSON property `lastModifiedInfo`
|
|
8363
|
-
# @return [Google::Apis::
|
|
8622
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
8364
8623
|
attr_accessor :last_modified_info
|
|
8365
8624
|
|
|
8366
8625
|
# Lookback configuration settings.
|
|
8367
8626
|
# Corresponds to the JSON property `lookbackConfiguration`
|
|
8368
|
-
# @return [Google::Apis::
|
|
8627
|
+
# @return [Google::Apis::DfareportingV3_4::LookbackConfiguration]
|
|
8369
8628
|
attr_accessor :lookback_configuration
|
|
8370
8629
|
|
|
8371
8630
|
# Name of this placement.This is a required field and must be less than 256
|
|
@@ -8394,7 +8653,7 @@ module Google
|
|
|
8394
8653
|
|
|
8395
8654
|
# Represents a DimensionValue resource.
|
|
8396
8655
|
# Corresponds to the JSON property `placementGroupIdDimensionValue`
|
|
8397
|
-
# @return [Google::Apis::
|
|
8656
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8398
8657
|
attr_accessor :placement_group_id_dimension_value
|
|
8399
8658
|
|
|
8400
8659
|
# ID of the placement strategy assigned to this placement.
|
|
@@ -8404,7 +8663,7 @@ module Google
|
|
|
8404
8663
|
|
|
8405
8664
|
# Pricing Schedule
|
|
8406
8665
|
# Corresponds to the JSON property `pricingSchedule`
|
|
8407
|
-
# @return [Google::Apis::
|
|
8666
|
+
# @return [Google::Apis::DfareportingV3_4::PricingSchedule]
|
|
8408
8667
|
attr_accessor :pricing_schedule
|
|
8409
8668
|
|
|
8410
8669
|
# Whether this placement is the primary placement of a roadblock (placement
|
|
@@ -8419,7 +8678,7 @@ module Google
|
|
|
8419
8678
|
|
|
8420
8679
|
# Modification timestamp.
|
|
8421
8680
|
# Corresponds to the JSON property `publisherUpdateInfo`
|
|
8422
|
-
# @return [Google::Apis::
|
|
8681
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
8423
8682
|
attr_accessor :publisher_update_info
|
|
8424
8683
|
|
|
8425
8684
|
# Site ID associated with this placement. On insert, you must set either this
|
|
@@ -8431,12 +8690,12 @@ module Google
|
|
|
8431
8690
|
|
|
8432
8691
|
# Represents a DimensionValue resource.
|
|
8433
8692
|
# Corresponds to the JSON property `siteIdDimensionValue`
|
|
8434
|
-
# @return [Google::Apis::
|
|
8693
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8435
8694
|
attr_accessor :site_id_dimension_value
|
|
8436
8695
|
|
|
8437
8696
|
# Represents the dimensions of ads, placements, creatives, or creative assets.
|
|
8438
8697
|
# Corresponds to the JSON property `size`
|
|
8439
|
-
# @return [Google::Apis::
|
|
8698
|
+
# @return [Google::Apis::DfareportingV3_4::Size]
|
|
8440
8699
|
attr_accessor :size
|
|
8441
8700
|
|
|
8442
8701
|
# Whether creatives assigned to this placement must be SSL-compliant.
|
|
@@ -8479,7 +8738,7 @@ module Google
|
|
|
8479
8738
|
|
|
8480
8739
|
# Tag Settings
|
|
8481
8740
|
# Corresponds to the JSON property `tagSetting`
|
|
8482
|
-
# @return [Google::Apis::
|
|
8741
|
+
# @return [Google::Apis::DfareportingV3_4::TagSetting]
|
|
8483
8742
|
attr_accessor :tag_setting
|
|
8484
8743
|
|
|
8485
8744
|
# Whether Verification and ActiveView are disabled for in-stream video creatives
|
|
@@ -8496,7 +8755,7 @@ module Google
|
|
|
8496
8755
|
|
|
8497
8756
|
# Video Settings
|
|
8498
8757
|
# Corresponds to the JSON property `videoSettings`
|
|
8499
|
-
# @return [Google::Apis::
|
|
8758
|
+
# @return [Google::Apis::DfareportingV3_4::VideoSettings]
|
|
8500
8759
|
attr_accessor :video_settings
|
|
8501
8760
|
|
|
8502
8761
|
# VPAID adapter setting for this placement. Controls which VPAID format the
|
|
@@ -8576,7 +8835,7 @@ module Google
|
|
|
8576
8835
|
|
|
8577
8836
|
# Represents a DimensionValue resource.
|
|
8578
8837
|
# Corresponds to the JSON property `placementIdDimensionValue`
|
|
8579
|
-
# @return [Google::Apis::
|
|
8838
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8580
8839
|
attr_accessor :placement_id_dimension_value
|
|
8581
8840
|
|
|
8582
8841
|
# Whether the placement to be assigned requires SSL. This is a read-only field
|
|
@@ -8616,7 +8875,7 @@ module Google
|
|
|
8616
8875
|
|
|
8617
8876
|
# Represents a DimensionValue resource.
|
|
8618
8877
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
8619
|
-
# @return [Google::Apis::
|
|
8878
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8620
8879
|
attr_accessor :advertiser_id_dimension_value
|
|
8621
8880
|
|
|
8622
8881
|
# Whether this placement group is archived.
|
|
@@ -8632,7 +8891,7 @@ module Google
|
|
|
8632
8891
|
|
|
8633
8892
|
# Represents a DimensionValue resource.
|
|
8634
8893
|
# Corresponds to the JSON property `campaignIdDimensionValue`
|
|
8635
|
-
# @return [Google::Apis::
|
|
8894
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8636
8895
|
attr_accessor :campaign_id_dimension_value
|
|
8637
8896
|
|
|
8638
8897
|
# IDs of placements which are assigned to this placement group. This is a read-
|
|
@@ -8653,7 +8912,7 @@ module Google
|
|
|
8653
8912
|
|
|
8654
8913
|
# Modification timestamp.
|
|
8655
8914
|
# Corresponds to the JSON property `createInfo`
|
|
8656
|
-
# @return [Google::Apis::
|
|
8915
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
8657
8916
|
attr_accessor :create_info
|
|
8658
8917
|
|
|
8659
8918
|
# Directory site ID associated with this placement group. On insert, you must
|
|
@@ -8666,7 +8925,7 @@ module Google
|
|
|
8666
8925
|
|
|
8667
8926
|
# Represents a DimensionValue resource.
|
|
8668
8927
|
# Corresponds to the JSON property `directorySiteIdDimensionValue`
|
|
8669
|
-
# @return [Google::Apis::
|
|
8928
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8670
8929
|
attr_accessor :directory_site_id_dimension_value
|
|
8671
8930
|
|
|
8672
8931
|
# External ID for this placement.
|
|
@@ -8681,7 +8940,7 @@ module Google
|
|
|
8681
8940
|
|
|
8682
8941
|
# Represents a DimensionValue resource.
|
|
8683
8942
|
# Corresponds to the JSON property `idDimensionValue`
|
|
8684
|
-
# @return [Google::Apis::
|
|
8943
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8685
8944
|
attr_accessor :id_dimension_value
|
|
8686
8945
|
|
|
8687
8946
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -8692,7 +8951,7 @@ module Google
|
|
|
8692
8951
|
|
|
8693
8952
|
# Modification timestamp.
|
|
8694
8953
|
# Corresponds to the JSON property `lastModifiedInfo`
|
|
8695
|
-
# @return [Google::Apis::
|
|
8954
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
8696
8955
|
attr_accessor :last_modified_info
|
|
8697
8956
|
|
|
8698
8957
|
# Name of this placement group. This is a required field and must be less than
|
|
@@ -8718,7 +8977,7 @@ module Google
|
|
|
8718
8977
|
|
|
8719
8978
|
# Pricing Schedule
|
|
8720
8979
|
# Corresponds to the JSON property `pricingSchedule`
|
|
8721
|
-
# @return [Google::Apis::
|
|
8980
|
+
# @return [Google::Apis::DfareportingV3_4::PricingSchedule]
|
|
8722
8981
|
attr_accessor :pricing_schedule
|
|
8723
8982
|
|
|
8724
8983
|
# ID of the primary placement, used to calculate the media cost of a roadblock (
|
|
@@ -8730,7 +8989,7 @@ module Google
|
|
|
8730
8989
|
|
|
8731
8990
|
# Represents a DimensionValue resource.
|
|
8732
8991
|
# Corresponds to the JSON property `primaryPlacementIdDimensionValue`
|
|
8733
|
-
# @return [Google::Apis::
|
|
8992
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8734
8993
|
attr_accessor :primary_placement_id_dimension_value
|
|
8735
8994
|
|
|
8736
8995
|
# Site ID associated with this placement group. On insert, you must set either
|
|
@@ -8743,7 +9002,7 @@ module Google
|
|
|
8743
9002
|
|
|
8744
9003
|
# Represents a DimensionValue resource.
|
|
8745
9004
|
# Corresponds to the JSON property `siteIdDimensionValue`
|
|
8746
|
-
# @return [Google::Apis::
|
|
9005
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
8747
9006
|
attr_accessor :site_id_dimension_value
|
|
8748
9007
|
|
|
8749
9008
|
# Subaccount ID of this placement group. This is a read-only field that can be
|
|
@@ -8804,7 +9063,7 @@ module Google
|
|
|
8804
9063
|
|
|
8805
9064
|
# Placement group collection.
|
|
8806
9065
|
# Corresponds to the JSON property `placementGroups`
|
|
8807
|
-
# @return [Array<Google::Apis::
|
|
9066
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PlacementGroup>]
|
|
8808
9067
|
attr_accessor :placement_groups
|
|
8809
9068
|
|
|
8810
9069
|
def initialize(**args)
|
|
@@ -8836,7 +9095,7 @@ module Google
|
|
|
8836
9095
|
|
|
8837
9096
|
# Placement strategy collection.
|
|
8838
9097
|
# Corresponds to the JSON property `placementStrategies`
|
|
8839
|
-
# @return [Array<Google::Apis::
|
|
9098
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PlacementStrategy>]
|
|
8840
9099
|
attr_accessor :placement_strategies
|
|
8841
9100
|
|
|
8842
9101
|
def initialize(**args)
|
|
@@ -8903,7 +9162,7 @@ module Google
|
|
|
8903
9162
|
|
|
8904
9163
|
# Tags generated for this placement.
|
|
8905
9164
|
# Corresponds to the JSON property `tagDatas`
|
|
8906
|
-
# @return [Array<Google::Apis::
|
|
9165
|
+
# @return [Array<Google::Apis::DfareportingV3_4::TagData>]
|
|
8907
9166
|
attr_accessor :tag_datas
|
|
8908
9167
|
|
|
8909
9168
|
def initialize(**args)
|
|
@@ -8929,7 +9188,7 @@ module Google
|
|
|
8929
9188
|
|
|
8930
9189
|
# Set of generated tags for the specified placements.
|
|
8931
9190
|
# Corresponds to the JSON property `placementTags`
|
|
8932
|
-
# @return [Array<Google::Apis::
|
|
9191
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PlacementTag>]
|
|
8933
9192
|
attr_accessor :placement_tags
|
|
8934
9193
|
|
|
8935
9194
|
def initialize(**args)
|
|
@@ -8960,7 +9219,7 @@ module Google
|
|
|
8960
9219
|
|
|
8961
9220
|
# Placement collection.
|
|
8962
9221
|
# Corresponds to the JSON property `placements`
|
|
8963
|
-
# @return [Array<Google::Apis::
|
|
9222
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Placement>]
|
|
8964
9223
|
attr_accessor :placements
|
|
8965
9224
|
|
|
8966
9225
|
def initialize(**args)
|
|
@@ -9019,7 +9278,7 @@ module Google
|
|
|
9019
9278
|
|
|
9020
9279
|
# Platform type collection.
|
|
9021
9280
|
# Corresponds to the JSON property `platformTypes`
|
|
9022
|
-
# @return [Array<Google::Apis::
|
|
9281
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PlatformType>]
|
|
9023
9282
|
attr_accessor :platform_types
|
|
9024
9283
|
|
|
9025
9284
|
def initialize(**args)
|
|
@@ -9039,12 +9298,12 @@ module Google
|
|
|
9039
9298
|
|
|
9040
9299
|
# Represents the dimensions of ads, placements, creatives, or creative assets.
|
|
9041
9300
|
# Corresponds to the JSON property `dimension`
|
|
9042
|
-
# @return [Google::Apis::
|
|
9301
|
+
# @return [Google::Apis::DfareportingV3_4::Size]
|
|
9043
9302
|
attr_accessor :dimension
|
|
9044
9303
|
|
|
9045
9304
|
# Offset Position.
|
|
9046
9305
|
# Corresponds to the JSON property `offset`
|
|
9047
|
-
# @return [Google::Apis::
|
|
9306
|
+
# @return [Google::Apis::DfareportingV3_4::OffsetPosition]
|
|
9048
9307
|
attr_accessor :offset
|
|
9049
9308
|
|
|
9050
9309
|
# Popup window position either centered or at specific coordinate.
|
|
@@ -9161,7 +9420,7 @@ module Google
|
|
|
9161
9420
|
|
|
9162
9421
|
# Postal code collection.
|
|
9163
9422
|
# Corresponds to the JSON property `postalCodes`
|
|
9164
|
-
# @return [Array<Google::Apis::
|
|
9423
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PostalCode>]
|
|
9165
9424
|
attr_accessor :postal_codes
|
|
9166
9425
|
|
|
9167
9426
|
def initialize(**args)
|
|
@@ -9192,7 +9451,7 @@ module Google
|
|
|
9192
9451
|
# Flights of this inventory item. A flight (a.k.a. pricing period) represents
|
|
9193
9452
|
# the inventory item pricing information for a specific period of time.
|
|
9194
9453
|
# Corresponds to the JSON property `flights`
|
|
9195
|
-
# @return [Array<Google::Apis::
|
|
9454
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Flight>]
|
|
9196
9455
|
attr_accessor :flights
|
|
9197
9456
|
|
|
9198
9457
|
# Group type of this inventory item if it represents a placement group. Is null
|
|
@@ -9241,12 +9500,6 @@ module Google
|
|
|
9241
9500
|
# @return [String]
|
|
9242
9501
|
attr_accessor :cap_cost_option
|
|
9243
9502
|
|
|
9244
|
-
# Whether cap costs are ignored by ad serving.
|
|
9245
|
-
# Corresponds to the JSON property `disregardOverdelivery`
|
|
9246
|
-
# @return [Boolean]
|
|
9247
|
-
attr_accessor :disregard_overdelivery
|
|
9248
|
-
alias_method :disregard_overdelivery?, :disregard_overdelivery
|
|
9249
|
-
|
|
9250
9503
|
# Placement end date. This date must be later than, or the same day as, the
|
|
9251
9504
|
# placement start date, but not later than the campaign end date. If, for
|
|
9252
9505
|
# example, you set 6/25/2015 as both the start and end dates, the effective
|
|
@@ -9272,7 +9525,7 @@ module Google
|
|
|
9272
9525
|
|
|
9273
9526
|
# Pricing periods for this placement.
|
|
9274
9527
|
# Corresponds to the JSON property `pricingPeriods`
|
|
9275
|
-
# @return [Array<Google::Apis::
|
|
9528
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PricingSchedulePricingPeriod>]
|
|
9276
9529
|
attr_accessor :pricing_periods
|
|
9277
9530
|
|
|
9278
9531
|
# Placement pricing type. This field is required on insertion.
|
|
@@ -9301,7 +9554,6 @@ module Google
|
|
|
9301
9554
|
# Update properties of this object
|
|
9302
9555
|
def update!(**args)
|
|
9303
9556
|
@cap_cost_option = args[:cap_cost_option] if args.key?(:cap_cost_option)
|
|
9304
|
-
@disregard_overdelivery = args[:disregard_overdelivery] if args.key?(:disregard_overdelivery)
|
|
9305
9557
|
@end_date = args[:end_date] if args.key?(:end_date)
|
|
9306
9558
|
@flighted = args[:flighted] if args.key?(:flighted)
|
|
9307
9559
|
@floodlight_activity_id = args[:floodlight_activity_id] if args.key?(:floodlight_activity_id)
|
|
@@ -9424,7 +9676,7 @@ module Google
|
|
|
9424
9676
|
|
|
9425
9677
|
# Modification timestamp.
|
|
9426
9678
|
# Corresponds to the JSON property `lastModifiedInfo`
|
|
9427
|
-
# @return [Google::Apis::
|
|
9679
|
+
# @return [Google::Apis::DfareportingV3_4::LastModifiedInfo]
|
|
9428
9680
|
attr_accessor :last_modified_info
|
|
9429
9681
|
|
|
9430
9682
|
# Name of this project.
|
|
@@ -9530,7 +9782,7 @@ module Google
|
|
|
9530
9782
|
|
|
9531
9783
|
# Project collection.
|
|
9532
9784
|
# Corresponds to the JSON property `projects`
|
|
9533
|
-
# @return [Array<Google::Apis::
|
|
9785
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Project>]
|
|
9534
9786
|
attr_accessor :projects
|
|
9535
9787
|
|
|
9536
9788
|
def initialize(**args)
|
|
@@ -9553,13 +9805,13 @@ module Google
|
|
|
9553
9805
|
# Dimensions which are compatible to be selected in the "dimensionFilters"
|
|
9554
9806
|
# section of the report.
|
|
9555
9807
|
# Corresponds to the JSON property `dimensionFilters`
|
|
9556
|
-
# @return [Array<Google::Apis::
|
|
9808
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
9557
9809
|
attr_accessor :dimension_filters
|
|
9558
9810
|
|
|
9559
9811
|
# Dimensions which are compatible to be selected in the "dimensions" section of
|
|
9560
9812
|
# the report.
|
|
9561
9813
|
# Corresponds to the JSON property `dimensions`
|
|
9562
|
-
# @return [Array<Google::Apis::
|
|
9814
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
9563
9815
|
attr_accessor :dimensions
|
|
9564
9816
|
|
|
9565
9817
|
# The kind of resource this is, in this case dfareporting#
|
|
@@ -9571,19 +9823,19 @@ module Google
|
|
|
9571
9823
|
# Metrics which are compatible to be selected in the "metricNames" section of
|
|
9572
9824
|
# the report.
|
|
9573
9825
|
# Corresponds to the JSON property `metrics`
|
|
9574
|
-
# @return [Array<Google::Apis::
|
|
9826
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
9575
9827
|
attr_accessor :metrics
|
|
9576
9828
|
|
|
9577
9829
|
# Metrics which are compatible to be selected as activity metrics to pivot on in
|
|
9578
9830
|
# the "activities" section of the report.
|
|
9579
9831
|
# Corresponds to the JSON property `pivotedActivityMetrics`
|
|
9580
|
-
# @return [Array<Google::Apis::
|
|
9832
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
9581
9833
|
attr_accessor :pivoted_activity_metrics
|
|
9582
9834
|
|
|
9583
9835
|
# Metrics which are compatible to be selected in the "
|
|
9584
9836
|
# reachByFrequencyMetricNames" section of the report.
|
|
9585
9837
|
# Corresponds to the JSON property `reachByFrequencyMetrics`
|
|
9586
|
-
# @return [Array<Google::Apis::
|
|
9838
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
9587
9839
|
attr_accessor :reach_by_frequency_metrics
|
|
9588
9840
|
|
|
9589
9841
|
def initialize(**args)
|
|
@@ -9694,7 +9946,7 @@ module Google
|
|
|
9694
9946
|
|
|
9695
9947
|
# Region collection.
|
|
9696
9948
|
# Corresponds to the JSON property `regions`
|
|
9697
|
-
# @return [Array<Google::Apis::
|
|
9949
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Region>]
|
|
9698
9950
|
attr_accessor :regions
|
|
9699
9951
|
|
|
9700
9952
|
def initialize(**args)
|
|
@@ -9737,7 +9989,7 @@ module Google
|
|
|
9737
9989
|
|
|
9738
9990
|
# Represents a DimensionValue resource.
|
|
9739
9991
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
9740
|
-
# @return [Google::Apis::
|
|
9992
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
9741
9993
|
attr_accessor :advertiser_id_dimension_value
|
|
9742
9994
|
|
|
9743
9995
|
# Remarketing list description.
|
|
@@ -9764,7 +10016,7 @@ module Google
|
|
|
9764
10016
|
|
|
9765
10017
|
# Remarketing List Population Rule.
|
|
9766
10018
|
# Corresponds to the JSON property `listPopulationRule`
|
|
9767
|
-
# @return [Google::Apis::
|
|
10019
|
+
# @return [Google::Apis::DfareportingV3_4::ListPopulationRule]
|
|
9768
10020
|
attr_accessor :list_population_rule
|
|
9769
10021
|
|
|
9770
10022
|
# Number of users currently in the list. This is a read-only field.
|
|
@@ -9869,7 +10121,7 @@ module Google
|
|
|
9869
10121
|
|
|
9870
10122
|
# Remarketing list collection.
|
|
9871
10123
|
# Corresponds to the JSON property `remarketingLists`
|
|
9872
|
-
# @return [Array<Google::Apis::
|
|
10124
|
+
# @return [Array<Google::Apis::DfareportingV3_4::RemarketingList>]
|
|
9873
10125
|
attr_accessor :remarketing_lists
|
|
9874
10126
|
|
|
9875
10127
|
def initialize(**args)
|
|
@@ -9895,17 +10147,17 @@ module Google
|
|
|
9895
10147
|
|
|
9896
10148
|
# The report criteria for a report of type "STANDARD".
|
|
9897
10149
|
# Corresponds to the JSON property `criteria`
|
|
9898
|
-
# @return [Google::Apis::
|
|
10150
|
+
# @return [Google::Apis::DfareportingV3_4::Report::Criteria]
|
|
9899
10151
|
attr_accessor :criteria
|
|
9900
10152
|
|
|
9901
10153
|
# The report criteria for a report of type "CROSS_DIMENSION_REACH".
|
|
9902
10154
|
# Corresponds to the JSON property `crossDimensionReachCriteria`
|
|
9903
|
-
# @return [Google::Apis::
|
|
10155
|
+
# @return [Google::Apis::DfareportingV3_4::Report::CrossDimensionReachCriteria]
|
|
9904
10156
|
attr_accessor :cross_dimension_reach_criteria
|
|
9905
10157
|
|
|
9906
10158
|
# The report's email delivery settings.
|
|
9907
10159
|
# Corresponds to the JSON property `delivery`
|
|
9908
|
-
# @return [Google::Apis::
|
|
10160
|
+
# @return [Google::Apis::DfareportingV3_4::Report::Delivery]
|
|
9909
10161
|
attr_accessor :delivery
|
|
9910
10162
|
|
|
9911
10163
|
# The eTag of this response for caching purposes.
|
|
@@ -9920,7 +10172,7 @@ module Google
|
|
|
9920
10172
|
|
|
9921
10173
|
# The report criteria for a report of type "FLOODLIGHT".
|
|
9922
10174
|
# Corresponds to the JSON property `floodlightCriteria`
|
|
9923
|
-
# @return [Google::Apis::
|
|
10175
|
+
# @return [Google::Apis::DfareportingV3_4::Report::FloodlightCriteria]
|
|
9924
10176
|
attr_accessor :floodlight_criteria
|
|
9925
10177
|
|
|
9926
10178
|
# The output format of the report. If not specified, default format is "CSV".
|
|
@@ -9959,18 +10211,18 @@ module Google
|
|
|
9959
10211
|
|
|
9960
10212
|
# The report criteria for a report of type "PATH_TO_CONVERSION".
|
|
9961
10213
|
# Corresponds to the JSON property `pathToConversionCriteria`
|
|
9962
|
-
# @return [Google::Apis::
|
|
10214
|
+
# @return [Google::Apis::DfareportingV3_4::Report::PathToConversionCriteria]
|
|
9963
10215
|
attr_accessor :path_to_conversion_criteria
|
|
9964
10216
|
|
|
9965
10217
|
# The report criteria for a report of type "REACH".
|
|
9966
10218
|
# Corresponds to the JSON property `reachCriteria`
|
|
9967
|
-
# @return [Google::Apis::
|
|
10219
|
+
# @return [Google::Apis::DfareportingV3_4::Report::ReachCriteria]
|
|
9968
10220
|
attr_accessor :reach_criteria
|
|
9969
10221
|
|
|
9970
10222
|
# The report's schedule. Can only be set if the report's 'dateRange' is a
|
|
9971
10223
|
# relative date range and the relative date range is not "TODAY".
|
|
9972
10224
|
# Corresponds to the JSON property `schedule`
|
|
9973
|
-
# @return [Google::Apis::
|
|
10225
|
+
# @return [Google::Apis::DfareportingV3_4::Report::Schedule]
|
|
9974
10226
|
attr_accessor :schedule
|
|
9975
10227
|
|
|
9976
10228
|
# The subaccount ID to which this report belongs if applicable.
|
|
@@ -10015,29 +10267,29 @@ module Google
|
|
|
10015
10267
|
|
|
10016
10268
|
# Represents an activity group.
|
|
10017
10269
|
# Corresponds to the JSON property `activities`
|
|
10018
|
-
# @return [Google::Apis::
|
|
10270
|
+
# @return [Google::Apis::DfareportingV3_4::Activities]
|
|
10019
10271
|
attr_accessor :activities
|
|
10020
10272
|
|
|
10021
10273
|
# Represents a Custom Rich Media Events group.
|
|
10022
10274
|
# Corresponds to the JSON property `customRichMediaEvents`
|
|
10023
|
-
# @return [Google::Apis::
|
|
10275
|
+
# @return [Google::Apis::DfareportingV3_4::CustomRichMediaEvents]
|
|
10024
10276
|
attr_accessor :custom_rich_media_events
|
|
10025
10277
|
|
|
10026
10278
|
# Represents a date range.
|
|
10027
10279
|
# Corresponds to the JSON property `dateRange`
|
|
10028
|
-
# @return [Google::Apis::
|
|
10280
|
+
# @return [Google::Apis::DfareportingV3_4::DateRange]
|
|
10029
10281
|
attr_accessor :date_range
|
|
10030
10282
|
|
|
10031
10283
|
# The list of filters on which dimensions are filtered.
|
|
10032
10284
|
# Filters for different dimensions are ANDed, filters for the same dimension are
|
|
10033
10285
|
# grouped together and ORed.
|
|
10034
10286
|
# Corresponds to the JSON property `dimensionFilters`
|
|
10035
|
-
# @return [Array<Google::Apis::
|
|
10287
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
10036
10288
|
attr_accessor :dimension_filters
|
|
10037
10289
|
|
|
10038
10290
|
# The list of standard dimensions the report should include.
|
|
10039
10291
|
# Corresponds to the JSON property `dimensions`
|
|
10040
|
-
# @return [Array<Google::Apis::
|
|
10292
|
+
# @return [Array<Google::Apis::DfareportingV3_4::SortedDimension>]
|
|
10041
10293
|
attr_accessor :dimensions
|
|
10042
10294
|
|
|
10043
10295
|
# The list of names of metrics the report should include.
|
|
@@ -10066,12 +10318,12 @@ module Google
|
|
|
10066
10318
|
|
|
10067
10319
|
# The list of dimensions the report should include.
|
|
10068
10320
|
# Corresponds to the JSON property `breakdown`
|
|
10069
|
-
# @return [Array<Google::Apis::
|
|
10321
|
+
# @return [Array<Google::Apis::DfareportingV3_4::SortedDimension>]
|
|
10070
10322
|
attr_accessor :breakdown
|
|
10071
10323
|
|
|
10072
10324
|
# Represents a date range.
|
|
10073
10325
|
# Corresponds to the JSON property `dateRange`
|
|
10074
|
-
# @return [Google::Apis::
|
|
10326
|
+
# @return [Google::Apis::DfareportingV3_4::DateRange]
|
|
10075
10327
|
attr_accessor :date_range
|
|
10076
10328
|
|
|
10077
10329
|
# The dimension option.
|
|
@@ -10081,7 +10333,7 @@ module Google
|
|
|
10081
10333
|
|
|
10082
10334
|
# The list of filters on which dimensions are filtered.
|
|
10083
10335
|
# Corresponds to the JSON property `dimensionFilters`
|
|
10084
|
-
# @return [Array<Google::Apis::
|
|
10336
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
10085
10337
|
attr_accessor :dimension_filters
|
|
10086
10338
|
|
|
10087
10339
|
# The list of names of metrics the report should include.
|
|
@@ -10138,7 +10390,7 @@ module Google
|
|
|
10138
10390
|
|
|
10139
10391
|
# The list of recipients to which to email the report.
|
|
10140
10392
|
# Corresponds to the JSON property `recipients`
|
|
10141
|
-
# @return [Array<Google::Apis::
|
|
10393
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Recipient>]
|
|
10142
10394
|
attr_accessor :recipients
|
|
10143
10395
|
|
|
10144
10396
|
def initialize(**args)
|
|
@@ -10160,29 +10412,29 @@ module Google
|
|
|
10160
10412
|
|
|
10161
10413
|
# The list of custom rich media events to include.
|
|
10162
10414
|
# Corresponds to the JSON property `customRichMediaEvents`
|
|
10163
|
-
# @return [Array<Google::Apis::
|
|
10415
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
10164
10416
|
attr_accessor :custom_rich_media_events
|
|
10165
10417
|
|
|
10166
10418
|
# Represents a date range.
|
|
10167
10419
|
# Corresponds to the JSON property `dateRange`
|
|
10168
|
-
# @return [Google::Apis::
|
|
10420
|
+
# @return [Google::Apis::DfareportingV3_4::DateRange]
|
|
10169
10421
|
attr_accessor :date_range
|
|
10170
10422
|
|
|
10171
10423
|
# The list of filters on which dimensions are filtered.
|
|
10172
10424
|
# Filters for different dimensions are ANDed, filters for the same dimension are
|
|
10173
10425
|
# grouped together and ORed.
|
|
10174
10426
|
# Corresponds to the JSON property `dimensionFilters`
|
|
10175
|
-
# @return [Array<Google::Apis::
|
|
10427
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
10176
10428
|
attr_accessor :dimension_filters
|
|
10177
10429
|
|
|
10178
10430
|
# The list of dimensions the report should include.
|
|
10179
10431
|
# Corresponds to the JSON property `dimensions`
|
|
10180
|
-
# @return [Array<Google::Apis::
|
|
10432
|
+
# @return [Array<Google::Apis::DfareportingV3_4::SortedDimension>]
|
|
10181
10433
|
attr_accessor :dimensions
|
|
10182
10434
|
|
|
10183
10435
|
# Represents a DimensionValue resource.
|
|
10184
10436
|
# Corresponds to the JSON property `floodlightConfigId`
|
|
10185
|
-
# @return [Google::Apis::
|
|
10437
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
10186
10438
|
attr_accessor :floodlight_config_id
|
|
10187
10439
|
|
|
10188
10440
|
# The list of names of metrics the report should include.
|
|
@@ -10192,7 +10444,7 @@ module Google
|
|
|
10192
10444
|
|
|
10193
10445
|
# The properties of the report.
|
|
10194
10446
|
# Corresponds to the JSON property `reportProperties`
|
|
10195
|
-
# @return [Google::Apis::
|
|
10447
|
+
# @return [Google::Apis::DfareportingV3_4::Report::FloodlightCriteria::ReportProperties]
|
|
10196
10448
|
attr_accessor :report_properties
|
|
10197
10449
|
|
|
10198
10450
|
def initialize(**args)
|
|
@@ -10255,32 +10507,32 @@ module Google
|
|
|
10255
10507
|
|
|
10256
10508
|
# The list of 'dfa:activity' values to filter on.
|
|
10257
10509
|
# Corresponds to the JSON property `activityFilters`
|
|
10258
|
-
# @return [Array<Google::Apis::
|
|
10510
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
10259
10511
|
attr_accessor :activity_filters
|
|
10260
10512
|
|
|
10261
10513
|
# The list of conversion dimensions the report should include.
|
|
10262
10514
|
# Corresponds to the JSON property `conversionDimensions`
|
|
10263
|
-
# @return [Array<Google::Apis::
|
|
10515
|
+
# @return [Array<Google::Apis::DfareportingV3_4::SortedDimension>]
|
|
10264
10516
|
attr_accessor :conversion_dimensions
|
|
10265
10517
|
|
|
10266
10518
|
# The list of custom floodlight variables the report should include.
|
|
10267
10519
|
# Corresponds to the JSON property `customFloodlightVariables`
|
|
10268
|
-
# @return [Array<Google::Apis::
|
|
10520
|
+
# @return [Array<Google::Apis::DfareportingV3_4::SortedDimension>]
|
|
10269
10521
|
attr_accessor :custom_floodlight_variables
|
|
10270
10522
|
|
|
10271
10523
|
# The list of custom rich media events to include.
|
|
10272
10524
|
# Corresponds to the JSON property `customRichMediaEvents`
|
|
10273
|
-
# @return [Array<Google::Apis::
|
|
10525
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
10274
10526
|
attr_accessor :custom_rich_media_events
|
|
10275
10527
|
|
|
10276
10528
|
# Represents a date range.
|
|
10277
10529
|
# Corresponds to the JSON property `dateRange`
|
|
10278
|
-
# @return [Google::Apis::
|
|
10530
|
+
# @return [Google::Apis::DfareportingV3_4::DateRange]
|
|
10279
10531
|
attr_accessor :date_range
|
|
10280
10532
|
|
|
10281
10533
|
# Represents a DimensionValue resource.
|
|
10282
10534
|
# Corresponds to the JSON property `floodlightConfigId`
|
|
10283
|
-
# @return [Google::Apis::
|
|
10535
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
10284
10536
|
attr_accessor :floodlight_config_id
|
|
10285
10537
|
|
|
10286
10538
|
# The list of names of metrics the report should include.
|
|
@@ -10290,12 +10542,12 @@ module Google
|
|
|
10290
10542
|
|
|
10291
10543
|
# The list of per interaction dimensions the report should include.
|
|
10292
10544
|
# Corresponds to the JSON property `perInteractionDimensions`
|
|
10293
|
-
# @return [Array<Google::Apis::
|
|
10545
|
+
# @return [Array<Google::Apis::DfareportingV3_4::SortedDimension>]
|
|
10294
10546
|
attr_accessor :per_interaction_dimensions
|
|
10295
10547
|
|
|
10296
10548
|
# The properties of the report.
|
|
10297
10549
|
# Corresponds to the JSON property `reportProperties`
|
|
10298
|
-
# @return [Google::Apis::
|
|
10550
|
+
# @return [Google::Apis::DfareportingV3_4::Report::PathToConversionCriteria::ReportProperties]
|
|
10299
10551
|
attr_accessor :report_properties
|
|
10300
10552
|
|
|
10301
10553
|
def initialize(**args)
|
|
@@ -10408,29 +10660,29 @@ module Google
|
|
|
10408
10660
|
|
|
10409
10661
|
# Represents an activity group.
|
|
10410
10662
|
# Corresponds to the JSON property `activities`
|
|
10411
|
-
# @return [Google::Apis::
|
|
10663
|
+
# @return [Google::Apis::DfareportingV3_4::Activities]
|
|
10412
10664
|
attr_accessor :activities
|
|
10413
10665
|
|
|
10414
10666
|
# Represents a Custom Rich Media Events group.
|
|
10415
10667
|
# Corresponds to the JSON property `customRichMediaEvents`
|
|
10416
|
-
# @return [Google::Apis::
|
|
10668
|
+
# @return [Google::Apis::DfareportingV3_4::CustomRichMediaEvents]
|
|
10417
10669
|
attr_accessor :custom_rich_media_events
|
|
10418
10670
|
|
|
10419
10671
|
# Represents a date range.
|
|
10420
10672
|
# Corresponds to the JSON property `dateRange`
|
|
10421
|
-
# @return [Google::Apis::
|
|
10673
|
+
# @return [Google::Apis::DfareportingV3_4::DateRange]
|
|
10422
10674
|
attr_accessor :date_range
|
|
10423
10675
|
|
|
10424
10676
|
# The list of filters on which dimensions are filtered.
|
|
10425
10677
|
# Filters for different dimensions are ANDed, filters for the same dimension are
|
|
10426
10678
|
# grouped together and ORed.
|
|
10427
10679
|
# Corresponds to the JSON property `dimensionFilters`
|
|
10428
|
-
# @return [Array<Google::Apis::
|
|
10680
|
+
# @return [Array<Google::Apis::DfareportingV3_4::DimensionValue>]
|
|
10429
10681
|
attr_accessor :dimension_filters
|
|
10430
10682
|
|
|
10431
10683
|
# The list of dimensions the report should include.
|
|
10432
10684
|
# Corresponds to the JSON property `dimensions`
|
|
10433
|
-
# @return [Array<Google::Apis::
|
|
10685
|
+
# @return [Array<Google::Apis::DfareportingV3_4::SortedDimension>]
|
|
10434
10686
|
attr_accessor :dimensions
|
|
10435
10687
|
|
|
10436
10688
|
# Whether to enable all reach dimension combinations in the report. Defaults to
|
|
@@ -10543,13 +10795,13 @@ module Google
|
|
|
10543
10795
|
# Dimensions which are compatible to be selected in the "dimensionFilters"
|
|
10544
10796
|
# section of the report.
|
|
10545
10797
|
# Corresponds to the JSON property `dimensionFilters`
|
|
10546
|
-
# @return [Array<Google::Apis::
|
|
10798
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
10547
10799
|
attr_accessor :dimension_filters
|
|
10548
10800
|
|
|
10549
10801
|
# Dimensions which are compatible to be selected in the "dimensions" section of
|
|
10550
10802
|
# the report.
|
|
10551
10803
|
# Corresponds to the JSON property `dimensions`
|
|
10552
|
-
# @return [Array<Google::Apis::
|
|
10804
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Dimension>]
|
|
10553
10805
|
attr_accessor :dimensions
|
|
10554
10806
|
|
|
10555
10807
|
# The kind of resource this is, in this case dfareporting#reportCompatibleFields.
|
|
@@ -10560,13 +10812,13 @@ module Google
|
|
|
10560
10812
|
# Metrics which are compatible to be selected in the "metricNames" section of
|
|
10561
10813
|
# the report.
|
|
10562
10814
|
# Corresponds to the JSON property `metrics`
|
|
10563
|
-
# @return [Array<Google::Apis::
|
|
10815
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
10564
10816
|
attr_accessor :metrics
|
|
10565
10817
|
|
|
10566
10818
|
# Metrics which are compatible to be selected as activity metrics to pivot on in
|
|
10567
10819
|
# the "activities" section of the report.
|
|
10568
10820
|
# Corresponds to the JSON property `pivotedActivityMetrics`
|
|
10569
|
-
# @return [Array<Google::Apis::
|
|
10821
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Metric>]
|
|
10570
10822
|
attr_accessor :pivoted_activity_metrics
|
|
10571
10823
|
|
|
10572
10824
|
def initialize(**args)
|
|
@@ -10594,7 +10846,7 @@ module Google
|
|
|
10594
10846
|
|
|
10595
10847
|
# The reports returned in this response.
|
|
10596
10848
|
# Corresponds to the JSON property `items`
|
|
10597
|
-
# @return [Array<Google::Apis::
|
|
10849
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Report>]
|
|
10598
10850
|
attr_accessor :items
|
|
10599
10851
|
|
|
10600
10852
|
# The kind of list this is, in this case dfareporting#reportList.
|
|
@@ -10637,7 +10889,7 @@ module Google
|
|
|
10637
10889
|
|
|
10638
10890
|
# Lookback configuration settings.
|
|
10639
10891
|
# Corresponds to the JSON property `lookbackConfiguration`
|
|
10640
|
-
# @return [Google::Apis::
|
|
10892
|
+
# @return [Google::Apis::DfareportingV3_4::LookbackConfiguration]
|
|
10641
10893
|
attr_accessor :lookback_configuration
|
|
10642
10894
|
|
|
10643
10895
|
# Report generation time zone ID of this account. This is a required field that
|
|
@@ -10656,6 +10908,25 @@ module Google
|
|
|
10656
10908
|
# - "11" for "America/Los_Angeles"
|
|
10657
10909
|
# - "12" for "Pacific/Auckland"
|
|
10658
10910
|
# - "13" for "America/Sao_Paulo"
|
|
10911
|
+
# - "16" for "America/Asuncion"
|
|
10912
|
+
# - "17" for "America/Chicago"
|
|
10913
|
+
# - "18" for "America/Denver"
|
|
10914
|
+
# - "19" for "America/St_Johns"
|
|
10915
|
+
# - "20" for "Asia/Dhaka"
|
|
10916
|
+
# - "21" for "Asia/Jakarta"
|
|
10917
|
+
# - "22" for "Asia/Kabul"
|
|
10918
|
+
# - "23" for "Asia/Karachi"
|
|
10919
|
+
# - "24" for "Asia/Calcutta"
|
|
10920
|
+
# - "25" for "Asia/Pyongyang"
|
|
10921
|
+
# - "26" for "Asia/Rangoon"
|
|
10922
|
+
# - "27" for "Atlantic/Cape_Verde"
|
|
10923
|
+
# - "28" for "Atlantic/South_Georgia"
|
|
10924
|
+
# - "29" for "Australia/Adelaide"
|
|
10925
|
+
# - "30" for "Australia/Lord_Howe"
|
|
10926
|
+
# - "31" for "Europe/Moscow"
|
|
10927
|
+
# - "32" for "Pacific/Kiritimati"
|
|
10928
|
+
# - "35" for "Pacific/Norfolk"
|
|
10929
|
+
# - "36" for "Pacific/Tongatapu"
|
|
10659
10930
|
# Corresponds to the JSON property `reportGenerationTimeZoneId`
|
|
10660
10931
|
# @return [Fixnum]
|
|
10661
10932
|
attr_accessor :report_generation_time_zone_id
|
|
@@ -10678,7 +10949,7 @@ module Google
|
|
|
10678
10949
|
|
|
10679
10950
|
# Click-through URL
|
|
10680
10951
|
# Corresponds to the JSON property `clickThroughUrl`
|
|
10681
|
-
# @return [Google::Apis::
|
|
10952
|
+
# @return [Google::Apis::DfareportingV3_4::ClickThroughUrl]
|
|
10682
10953
|
attr_accessor :click_through_url
|
|
10683
10954
|
|
|
10684
10955
|
# Whether to use the clickThroughUrl. If false, the creative-level exit will be
|
|
@@ -10763,7 +11034,7 @@ module Google
|
|
|
10763
11034
|
|
|
10764
11035
|
# Represents a DimensionValue resource.
|
|
10765
11036
|
# Corresponds to the JSON property `directorySiteIdDimensionValue`
|
|
10766
|
-
# @return [Google::Apis::
|
|
11037
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
10767
11038
|
attr_accessor :directory_site_id_dimension_value
|
|
10768
11039
|
|
|
10769
11040
|
# ID of this site. This is a read-only, auto-generated field.
|
|
@@ -10773,7 +11044,7 @@ module Google
|
|
|
10773
11044
|
|
|
10774
11045
|
# Represents a DimensionValue resource.
|
|
10775
11046
|
# Corresponds to the JSON property `idDimensionValue`
|
|
10776
|
-
# @return [Google::Apis::
|
|
11047
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
10777
11048
|
attr_accessor :id_dimension_value
|
|
10778
11049
|
|
|
10779
11050
|
# Key name of this site. This is a read-only, auto-generated field.
|
|
@@ -10797,12 +11068,12 @@ module Google
|
|
|
10797
11068
|
|
|
10798
11069
|
# Site contacts.
|
|
10799
11070
|
# Corresponds to the JSON property `siteContacts`
|
|
10800
|
-
# @return [Array<Google::Apis::
|
|
11071
|
+
# @return [Array<Google::Apis::DfareportingV3_4::SiteContact>]
|
|
10801
11072
|
attr_accessor :site_contacts
|
|
10802
11073
|
|
|
10803
11074
|
# Site Settings
|
|
10804
11075
|
# Corresponds to the JSON property `siteSettings`
|
|
10805
|
-
# @return [Google::Apis::
|
|
11076
|
+
# @return [Google::Apis::DfareportingV3_4::SiteSettings]
|
|
10806
11077
|
attr_accessor :site_settings
|
|
10807
11078
|
|
|
10808
11079
|
# Subaccount ID of this site. This is a read-only field that can be left blank.
|
|
@@ -10810,6 +11081,11 @@ module Google
|
|
|
10810
11081
|
# @return [Fixnum]
|
|
10811
11082
|
attr_accessor :subaccount_id
|
|
10812
11083
|
|
|
11084
|
+
# Video Settings
|
|
11085
|
+
# Corresponds to the JSON property `videoSettings`
|
|
11086
|
+
# @return [Google::Apis::DfareportingV3_4::SiteVideoSettings]
|
|
11087
|
+
attr_accessor :video_settings
|
|
11088
|
+
|
|
10813
11089
|
def initialize(**args)
|
|
10814
11090
|
update!(**args)
|
|
10815
11091
|
end
|
|
@@ -10828,6 +11104,48 @@ module Google
|
|
|
10828
11104
|
@site_contacts = args[:site_contacts] if args.key?(:site_contacts)
|
|
10829
11105
|
@site_settings = args[:site_settings] if args.key?(:site_settings)
|
|
10830
11106
|
@subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id)
|
|
11107
|
+
@video_settings = args[:video_settings] if args.key?(:video_settings)
|
|
11108
|
+
end
|
|
11109
|
+
end
|
|
11110
|
+
|
|
11111
|
+
# Companion Settings
|
|
11112
|
+
class SiteCompanionSetting
|
|
11113
|
+
include Google::Apis::Core::Hashable
|
|
11114
|
+
|
|
11115
|
+
# Whether companions are disabled for this site template.
|
|
11116
|
+
# Corresponds to the JSON property `companionsDisabled`
|
|
11117
|
+
# @return [Boolean]
|
|
11118
|
+
attr_accessor :companions_disabled
|
|
11119
|
+
alias_method :companions_disabled?, :companions_disabled
|
|
11120
|
+
|
|
11121
|
+
# Whitelist of companion sizes to be served via this site template. Set this
|
|
11122
|
+
# list to null or empty to serve all companion sizes.
|
|
11123
|
+
# Corresponds to the JSON property `enabledSizes`
|
|
11124
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Size>]
|
|
11125
|
+
attr_accessor :enabled_sizes
|
|
11126
|
+
|
|
11127
|
+
# Whether to serve only static images as companions.
|
|
11128
|
+
# Corresponds to the JSON property `imageOnly`
|
|
11129
|
+
# @return [Boolean]
|
|
11130
|
+
attr_accessor :image_only
|
|
11131
|
+
alias_method :image_only?, :image_only
|
|
11132
|
+
|
|
11133
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
11134
|
+
# dfareporting#siteCompanionSetting".
|
|
11135
|
+
# Corresponds to the JSON property `kind`
|
|
11136
|
+
# @return [String]
|
|
11137
|
+
attr_accessor :kind
|
|
11138
|
+
|
|
11139
|
+
def initialize(**args)
|
|
11140
|
+
update!(**args)
|
|
11141
|
+
end
|
|
11142
|
+
|
|
11143
|
+
# Update properties of this object
|
|
11144
|
+
def update!(**args)
|
|
11145
|
+
@companions_disabled = args[:companions_disabled] if args.key?(:companions_disabled)
|
|
11146
|
+
@enabled_sizes = args[:enabled_sizes] if args.key?(:enabled_sizes)
|
|
11147
|
+
@image_only = args[:image_only] if args.key?(:image_only)
|
|
11148
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
10831
11149
|
end
|
|
10832
11150
|
end
|
|
10833
11151
|
|
|
@@ -10910,25 +11228,15 @@ module Google
|
|
|
10910
11228
|
attr_accessor :ad_blocking_opt_out
|
|
10911
11229
|
alias_method :ad_blocking_opt_out?, :ad_blocking_opt_out
|
|
10912
11230
|
|
|
10913
|
-
# Creative Settings
|
|
10914
|
-
# Corresponds to the JSON property `creativeSettings`
|
|
10915
|
-
# @return [Google::Apis::DfareportingV3_2::CreativeSettings]
|
|
10916
|
-
attr_accessor :creative_settings
|
|
10917
|
-
|
|
10918
11231
|
# Whether new cookies are disabled for this site.
|
|
10919
11232
|
# Corresponds to the JSON property `disableNewCookie`
|
|
10920
11233
|
# @return [Boolean]
|
|
10921
11234
|
attr_accessor :disable_new_cookie
|
|
10922
11235
|
alias_method :disable_new_cookie?, :disable_new_cookie
|
|
10923
11236
|
|
|
10924
|
-
# Lookback configuration settings.
|
|
10925
|
-
# Corresponds to the JSON property `lookbackConfiguration`
|
|
10926
|
-
# @return [Google::Apis::DfareportingV3_2::LookbackConfiguration]
|
|
10927
|
-
attr_accessor :lookback_configuration
|
|
10928
|
-
|
|
10929
11237
|
# Tag Settings
|
|
10930
11238
|
# Corresponds to the JSON property `tagSetting`
|
|
10931
|
-
# @return [Google::Apis::
|
|
11239
|
+
# @return [Google::Apis::DfareportingV3_4::TagSetting]
|
|
10932
11240
|
attr_accessor :tag_setting
|
|
10933
11241
|
|
|
10934
11242
|
# Whether Verification and ActiveView for in-stream video creatives are disabled
|
|
@@ -10961,15 +11269,125 @@ module Google
|
|
|
10961
11269
|
def update!(**args)
|
|
10962
11270
|
@active_view_opt_out = args[:active_view_opt_out] if args.key?(:active_view_opt_out)
|
|
10963
11271
|
@ad_blocking_opt_out = args[:ad_blocking_opt_out] if args.key?(:ad_blocking_opt_out)
|
|
10964
|
-
@creative_settings = args[:creative_settings] if args.key?(:creative_settings)
|
|
10965
11272
|
@disable_new_cookie = args[:disable_new_cookie] if args.key?(:disable_new_cookie)
|
|
10966
|
-
@lookback_configuration = args[:lookback_configuration] if args.key?(:lookback_configuration)
|
|
10967
11273
|
@tag_setting = args[:tag_setting] if args.key?(:tag_setting)
|
|
10968
11274
|
@video_active_view_opt_out_template = args[:video_active_view_opt_out_template] if args.key?(:video_active_view_opt_out_template)
|
|
10969
11275
|
@vpaid_adapter_choice_template = args[:vpaid_adapter_choice_template] if args.key?(:vpaid_adapter_choice_template)
|
|
10970
11276
|
end
|
|
10971
11277
|
end
|
|
10972
11278
|
|
|
11279
|
+
# Skippable Settings
|
|
11280
|
+
class SiteSkippableSetting
|
|
11281
|
+
include Google::Apis::Core::Hashable
|
|
11282
|
+
|
|
11283
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
11284
|
+
# dfareporting#siteSkippableSetting".
|
|
11285
|
+
# Corresponds to the JSON property `kind`
|
|
11286
|
+
# @return [String]
|
|
11287
|
+
attr_accessor :kind
|
|
11288
|
+
|
|
11289
|
+
# Video Offset
|
|
11290
|
+
# Corresponds to the JSON property `progressOffset`
|
|
11291
|
+
# @return [Google::Apis::DfareportingV3_4::VideoOffset]
|
|
11292
|
+
attr_accessor :progress_offset
|
|
11293
|
+
|
|
11294
|
+
# Video Offset
|
|
11295
|
+
# Corresponds to the JSON property `skipOffset`
|
|
11296
|
+
# @return [Google::Apis::DfareportingV3_4::VideoOffset]
|
|
11297
|
+
attr_accessor :skip_offset
|
|
11298
|
+
|
|
11299
|
+
# Whether the user can skip creatives served to this site. This will act as
|
|
11300
|
+
# default for new placements created under this site.
|
|
11301
|
+
# Corresponds to the JSON property `skippable`
|
|
11302
|
+
# @return [Boolean]
|
|
11303
|
+
attr_accessor :skippable
|
|
11304
|
+
alias_method :skippable?, :skippable
|
|
11305
|
+
|
|
11306
|
+
def initialize(**args)
|
|
11307
|
+
update!(**args)
|
|
11308
|
+
end
|
|
11309
|
+
|
|
11310
|
+
# Update properties of this object
|
|
11311
|
+
def update!(**args)
|
|
11312
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
11313
|
+
@progress_offset = args[:progress_offset] if args.key?(:progress_offset)
|
|
11314
|
+
@skip_offset = args[:skip_offset] if args.key?(:skip_offset)
|
|
11315
|
+
@skippable = args[:skippable] if args.key?(:skippable)
|
|
11316
|
+
end
|
|
11317
|
+
end
|
|
11318
|
+
|
|
11319
|
+
# Transcode Settings
|
|
11320
|
+
class SiteTranscodeSetting
|
|
11321
|
+
include Google::Apis::Core::Hashable
|
|
11322
|
+
|
|
11323
|
+
# Whitelist of video formats to be served to this site template. Set this list
|
|
11324
|
+
# to null or empty to serve all video formats.
|
|
11325
|
+
# Corresponds to the JSON property `enabledVideoFormats`
|
|
11326
|
+
# @return [Array<Fixnum>]
|
|
11327
|
+
attr_accessor :enabled_video_formats
|
|
11328
|
+
|
|
11329
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
11330
|
+
# dfareporting#siteTranscodeSetting".
|
|
11331
|
+
# Corresponds to the JSON property `kind`
|
|
11332
|
+
# @return [String]
|
|
11333
|
+
attr_accessor :kind
|
|
11334
|
+
|
|
11335
|
+
def initialize(**args)
|
|
11336
|
+
update!(**args)
|
|
11337
|
+
end
|
|
11338
|
+
|
|
11339
|
+
# Update properties of this object
|
|
11340
|
+
def update!(**args)
|
|
11341
|
+
@enabled_video_formats = args[:enabled_video_formats] if args.key?(:enabled_video_formats)
|
|
11342
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
11343
|
+
end
|
|
11344
|
+
end
|
|
11345
|
+
|
|
11346
|
+
# Video Settings
|
|
11347
|
+
class SiteVideoSettings
|
|
11348
|
+
include Google::Apis::Core::Hashable
|
|
11349
|
+
|
|
11350
|
+
# Companion Settings
|
|
11351
|
+
# Corresponds to the JSON property `companionSettings`
|
|
11352
|
+
# @return [Google::Apis::DfareportingV3_4::SiteCompanionSetting]
|
|
11353
|
+
attr_accessor :companion_settings
|
|
11354
|
+
|
|
11355
|
+
# Identifies what kind of resource this is. Value: the fixed string "
|
|
11356
|
+
# dfareporting#siteVideoSettings".
|
|
11357
|
+
# Corresponds to the JSON property `kind`
|
|
11358
|
+
# @return [String]
|
|
11359
|
+
attr_accessor :kind
|
|
11360
|
+
|
|
11361
|
+
# Orientation of a site template used for video. This will act as default for
|
|
11362
|
+
# new placements created under this site.
|
|
11363
|
+
# Corresponds to the JSON property `orientation`
|
|
11364
|
+
# @return [String]
|
|
11365
|
+
attr_accessor :orientation
|
|
11366
|
+
|
|
11367
|
+
# Skippable Settings
|
|
11368
|
+
# Corresponds to the JSON property `skippableSettings`
|
|
11369
|
+
# @return [Google::Apis::DfareportingV3_4::SiteSkippableSetting]
|
|
11370
|
+
attr_accessor :skippable_settings
|
|
11371
|
+
|
|
11372
|
+
# Transcode Settings
|
|
11373
|
+
# Corresponds to the JSON property `transcodeSettings`
|
|
11374
|
+
# @return [Google::Apis::DfareportingV3_4::SiteTranscodeSetting]
|
|
11375
|
+
attr_accessor :transcode_settings
|
|
11376
|
+
|
|
11377
|
+
def initialize(**args)
|
|
11378
|
+
update!(**args)
|
|
11379
|
+
end
|
|
11380
|
+
|
|
11381
|
+
# Update properties of this object
|
|
11382
|
+
def update!(**args)
|
|
11383
|
+
@companion_settings = args[:companion_settings] if args.key?(:companion_settings)
|
|
11384
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
11385
|
+
@orientation = args[:orientation] if args.key?(:orientation)
|
|
11386
|
+
@skippable_settings = args[:skippable_settings] if args.key?(:skippable_settings)
|
|
11387
|
+
@transcode_settings = args[:transcode_settings] if args.key?(:transcode_settings)
|
|
11388
|
+
end
|
|
11389
|
+
end
|
|
11390
|
+
|
|
10973
11391
|
# Site List Response
|
|
10974
11392
|
class SitesListResponse
|
|
10975
11393
|
include Google::Apis::Core::Hashable
|
|
@@ -10987,7 +11405,7 @@ module Google
|
|
|
10987
11405
|
|
|
10988
11406
|
# Site collection.
|
|
10989
11407
|
# Corresponds to the JSON property `sites`
|
|
10990
|
-
# @return [Array<Google::Apis::
|
|
11408
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Site>]
|
|
10991
11409
|
attr_accessor :sites
|
|
10992
11410
|
|
|
10993
11411
|
def initialize(**args)
|
|
@@ -11059,7 +11477,7 @@ module Google
|
|
|
11059
11477
|
|
|
11060
11478
|
# Size collection.
|
|
11061
11479
|
# Corresponds to the JSON property `sizes`
|
|
11062
|
-
# @return [Array<Google::Apis::
|
|
11480
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Size>]
|
|
11063
11481
|
attr_accessor :sizes
|
|
11064
11482
|
|
|
11065
11483
|
def initialize(**args)
|
|
@@ -11085,12 +11503,12 @@ module Google
|
|
|
11085
11503
|
|
|
11086
11504
|
# Video Offset
|
|
11087
11505
|
# Corresponds to the JSON property `progressOffset`
|
|
11088
|
-
# @return [Google::Apis::
|
|
11506
|
+
# @return [Google::Apis::DfareportingV3_4::VideoOffset]
|
|
11089
11507
|
attr_accessor :progress_offset
|
|
11090
11508
|
|
|
11091
11509
|
# Video Offset
|
|
11092
11510
|
# Corresponds to the JSON property `skipOffset`
|
|
11093
|
-
# @return [Google::Apis::
|
|
11511
|
+
# @return [Google::Apis::DfareportingV3_4::VideoOffset]
|
|
11094
11512
|
attr_accessor :skip_offset
|
|
11095
11513
|
|
|
11096
11514
|
# Whether the user can skip creatives served to this placement.
|
|
@@ -11206,7 +11624,7 @@ module Google
|
|
|
11206
11624
|
|
|
11207
11625
|
# Subaccount collection.
|
|
11208
11626
|
# Corresponds to the JSON property `subaccounts`
|
|
11209
|
-
# @return [Array<Google::Apis::
|
|
11627
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Subaccount>]
|
|
11210
11628
|
attr_accessor :subaccounts
|
|
11211
11629
|
|
|
11212
11630
|
def initialize(**args)
|
|
@@ -11395,7 +11813,7 @@ module Google
|
|
|
11395
11813
|
|
|
11396
11814
|
# Represents a DimensionValue resource.
|
|
11397
11815
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
11398
|
-
# @return [Google::Apis::
|
|
11816
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
11399
11817
|
attr_accessor :advertiser_id_dimension_value
|
|
11400
11818
|
|
|
11401
11819
|
# Targetable remarketing list description.
|
|
@@ -11480,7 +11898,7 @@ module Google
|
|
|
11480
11898
|
|
|
11481
11899
|
# Targetable remarketing list collection.
|
|
11482
11900
|
# Corresponds to the JSON property `targetableRemarketingLists`
|
|
11483
|
-
# @return [Array<Google::Apis::
|
|
11901
|
+
# @return [Array<Google::Apis::DfareportingV3_4::TargetableRemarketingList>]
|
|
11484
11902
|
attr_accessor :targetable_remarketing_lists
|
|
11485
11903
|
|
|
11486
11904
|
def initialize(**args)
|
|
@@ -11514,17 +11932,17 @@ module Google
|
|
|
11514
11932
|
|
|
11515
11933
|
# Represents a DimensionValue resource.
|
|
11516
11934
|
# Corresponds to the JSON property `advertiserIdDimensionValue`
|
|
11517
|
-
# @return [Google::Apis::
|
|
11935
|
+
# @return [Google::Apis::DfareportingV3_4::DimensionValue]
|
|
11518
11936
|
attr_accessor :advertiser_id_dimension_value
|
|
11519
11937
|
|
|
11520
11938
|
# Day Part Targeting.
|
|
11521
11939
|
# Corresponds to the JSON property `dayPartTargeting`
|
|
11522
|
-
# @return [Google::Apis::
|
|
11940
|
+
# @return [Google::Apis::DfareportingV3_4::DayPartTargeting]
|
|
11523
11941
|
attr_accessor :day_part_targeting
|
|
11524
11942
|
|
|
11525
11943
|
# Geographical Targeting.
|
|
11526
11944
|
# Corresponds to the JSON property `geoTargeting`
|
|
11527
|
-
# @return [Google::Apis::
|
|
11945
|
+
# @return [Google::Apis::DfareportingV3_4::GeoTargeting]
|
|
11528
11946
|
attr_accessor :geo_targeting
|
|
11529
11947
|
|
|
11530
11948
|
# ID of this targeting template. This is a read-only, auto-generated field.
|
|
@@ -11534,7 +11952,7 @@ module Google
|
|
|
11534
11952
|
|
|
11535
11953
|
# Key Value Targeting Expression.
|
|
11536
11954
|
# Corresponds to the JSON property `keyValueTargetingExpression`
|
|
11537
|
-
# @return [Google::Apis::
|
|
11955
|
+
# @return [Google::Apis::DfareportingV3_4::KeyValueTargetingExpression]
|
|
11538
11956
|
attr_accessor :key_value_targeting_expression
|
|
11539
11957
|
|
|
11540
11958
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -11545,12 +11963,12 @@ module Google
|
|
|
11545
11963
|
|
|
11546
11964
|
# Language Targeting.
|
|
11547
11965
|
# Corresponds to the JSON property `languageTargeting`
|
|
11548
|
-
# @return [Google::Apis::
|
|
11966
|
+
# @return [Google::Apis::DfareportingV3_4::LanguageTargeting]
|
|
11549
11967
|
attr_accessor :language_targeting
|
|
11550
11968
|
|
|
11551
11969
|
# Remarketing List Targeting Expression.
|
|
11552
11970
|
# Corresponds to the JSON property `listTargetingExpression`
|
|
11553
|
-
# @return [Google::Apis::
|
|
11971
|
+
# @return [Google::Apis::DfareportingV3_4::ListTargetingExpression]
|
|
11554
11972
|
attr_accessor :list_targeting_expression
|
|
11555
11973
|
|
|
11556
11974
|
# Name of this targeting template. This field is required. It must be less than
|
|
@@ -11567,7 +11985,7 @@ module Google
|
|
|
11567
11985
|
|
|
11568
11986
|
# Technology Targeting.
|
|
11569
11987
|
# Corresponds to the JSON property `technologyTargeting`
|
|
11570
|
-
# @return [Google::Apis::
|
|
11988
|
+
# @return [Google::Apis::DfareportingV3_4::TechnologyTargeting]
|
|
11571
11989
|
attr_accessor :technology_targeting
|
|
11572
11990
|
|
|
11573
11991
|
def initialize(**args)
|
|
@@ -11609,7 +12027,7 @@ module Google
|
|
|
11609
12027
|
|
|
11610
12028
|
# Targeting template collection.
|
|
11611
12029
|
# Corresponds to the JSON property `targetingTemplates`
|
|
11612
|
-
# @return [Array<Google::Apis::
|
|
12030
|
+
# @return [Array<Google::Apis::DfareportingV3_4::TargetingTemplate>]
|
|
11613
12031
|
attr_accessor :targeting_templates
|
|
11614
12032
|
|
|
11615
12033
|
def initialize(**args)
|
|
@@ -11633,14 +12051,14 @@ module Google
|
|
|
11633
12051
|
# browserVersionId will be used. The other fields are populated automatically
|
|
11634
12052
|
# when the ad is inserted or updated.
|
|
11635
12053
|
# Corresponds to the JSON property `browsers`
|
|
11636
|
-
# @return [Array<Google::Apis::
|
|
12054
|
+
# @return [Array<Google::Apis::DfareportingV3_4::Browser>]
|
|
11637
12055
|
attr_accessor :browsers
|
|
11638
12056
|
|
|
11639
12057
|
# Connection types that this ad targets. For each connection type only id is
|
|
11640
12058
|
# required. The other fields are populated automatically when the ad is inserted
|
|
11641
12059
|
# or updated.
|
|
11642
12060
|
# Corresponds to the JSON property `connectionTypes`
|
|
11643
|
-
# @return [Array<Google::Apis::
|
|
12061
|
+
# @return [Array<Google::Apis::DfareportingV3_4::ConnectionType>]
|
|
11644
12062
|
attr_accessor :connection_types
|
|
11645
12063
|
|
|
11646
12064
|
# Mobile carriers that this ad targets. For each mobile carrier only id is
|
|
@@ -11648,7 +12066,7 @@ module Google
|
|
|
11648
12066
|
# inserted or updated. If targeting a mobile carrier, do not set targeting for
|
|
11649
12067
|
# any zip codes.
|
|
11650
12068
|
# Corresponds to the JSON property `mobileCarriers`
|
|
11651
|
-
# @return [Array<Google::Apis::
|
|
12069
|
+
# @return [Array<Google::Apis::DfareportingV3_4::MobileCarrier>]
|
|
11652
12070
|
attr_accessor :mobile_carriers
|
|
11653
12071
|
|
|
11654
12072
|
# Operating system versions that this ad targets. To target all versions, use
|
|
@@ -11657,7 +12075,7 @@ module Google
|
|
|
11657
12075
|
# If targeting an operating system version, do not set targeting for the
|
|
11658
12076
|
# corresponding operating system in operatingSystems.
|
|
11659
12077
|
# Corresponds to the JSON property `operatingSystemVersions`
|
|
11660
|
-
# @return [Array<Google::Apis::
|
|
12078
|
+
# @return [Array<Google::Apis::DfareportingV3_4::OperatingSystemVersion>]
|
|
11661
12079
|
attr_accessor :operating_system_versions
|
|
11662
12080
|
|
|
11663
12081
|
# Operating systems that this ad targets. To target specific versions, use
|
|
@@ -11666,14 +12084,14 @@ module Google
|
|
|
11666
12084
|
# updated. If targeting an operating system, do not set targeting for operating
|
|
11667
12085
|
# system versions for the same operating system.
|
|
11668
12086
|
# Corresponds to the JSON property `operatingSystems`
|
|
11669
|
-
# @return [Array<Google::Apis::
|
|
12087
|
+
# @return [Array<Google::Apis::DfareportingV3_4::OperatingSystem>]
|
|
11670
12088
|
attr_accessor :operating_systems
|
|
11671
12089
|
|
|
11672
12090
|
# Platform types that this ad targets. For example, desktop, mobile, or tablet.
|
|
11673
12091
|
# For each platform type, only id is required, and the other fields are
|
|
11674
12092
|
# populated automatically when the ad is inserted or updated.
|
|
11675
12093
|
# Corresponds to the JSON property `platformTypes`
|
|
11676
|
-
# @return [Array<Google::Apis::
|
|
12094
|
+
# @return [Array<Google::Apis::DfareportingV3_4::PlatformType>]
|
|
11677
12095
|
attr_accessor :platform_types
|
|
11678
12096
|
|
|
11679
12097
|
def initialize(**args)
|
|
@@ -11902,7 +12320,7 @@ module Google
|
|
|
11902
12320
|
|
|
11903
12321
|
# The user profiles returned in this response.
|
|
11904
12322
|
# Corresponds to the JSON property `items`
|
|
11905
|
-
# @return [Array<Google::Apis::
|
|
12323
|
+
# @return [Array<Google::Apis::DfareportingV3_4::UserProfile>]
|
|
11906
12324
|
attr_accessor :items
|
|
11907
12325
|
|
|
11908
12326
|
# The kind of list this is, in this case dfareporting#userProfileList.
|
|
@@ -11967,7 +12385,7 @@ module Google
|
|
|
11967
12385
|
|
|
11968
12386
|
# List of permissions associated with this user role.
|
|
11969
12387
|
# Corresponds to the JSON property `permissions`
|
|
11970
|
-
# @return [Array<Google::Apis::
|
|
12388
|
+
# @return [Array<Google::Apis::DfareportingV3_4::UserRolePermission>]
|
|
11971
12389
|
attr_accessor :permissions
|
|
11972
12390
|
|
|
11973
12391
|
# Subaccount ID of this user role. This is a read-only field that can be left
|
|
@@ -12081,7 +12499,7 @@ module Google
|
|
|
12081
12499
|
|
|
12082
12500
|
# User role permission group collection.
|
|
12083
12501
|
# Corresponds to the JSON property `userRolePermissionGroups`
|
|
12084
|
-
# @return [Array<Google::Apis::
|
|
12502
|
+
# @return [Array<Google::Apis::DfareportingV3_4::UserRolePermissionGroup>]
|
|
12085
12503
|
attr_accessor :user_role_permission_groups
|
|
12086
12504
|
|
|
12087
12505
|
def initialize(**args)
|
|
@@ -12107,7 +12525,7 @@ module Google
|
|
|
12107
12525
|
|
|
12108
12526
|
# User role permission collection.
|
|
12109
12527
|
# Corresponds to the JSON property `userRolePermissions`
|
|
12110
|
-
# @return [Array<Google::Apis::
|
|
12528
|
+
# @return [Array<Google::Apis::DfareportingV3_4::UserRolePermission>]
|
|
12111
12529
|
attr_accessor :user_role_permissions
|
|
12112
12530
|
|
|
12113
12531
|
def initialize(**args)
|
|
@@ -12138,7 +12556,7 @@ module Google
|
|
|
12138
12556
|
|
|
12139
12557
|
# User role collection.
|
|
12140
12558
|
# Corresponds to the JSON property `userRoles`
|
|
12141
|
-
# @return [Array<Google::Apis::
|
|
12559
|
+
# @return [Array<Google::Apis::DfareportingV3_4::UserRole>]
|
|
12142
12560
|
attr_accessor :user_roles
|
|
12143
12561
|
|
|
12144
12562
|
def initialize(**args)
|
|
@@ -12175,7 +12593,7 @@ module Google
|
|
|
12175
12593
|
|
|
12176
12594
|
# Represents the dimensions of ads, placements, creatives, or creative assets.
|
|
12177
12595
|
# Corresponds to the JSON property `resolution`
|
|
12178
|
-
# @return [Google::Apis::
|
|
12596
|
+
# @return [Google::Apis::DfareportingV3_4::Size]
|
|
12179
12597
|
attr_accessor :resolution
|
|
12180
12598
|
|
|
12181
12599
|
# The target bit rate of this video format.
|
|
@@ -12209,7 +12627,7 @@ module Google
|
|
|
12209
12627
|
|
|
12210
12628
|
# Video format collection.
|
|
12211
12629
|
# Corresponds to the JSON property `videoFormats`
|
|
12212
|
-
# @return [Array<Google::Apis::
|
|
12630
|
+
# @return [Array<Google::Apis::DfareportingV3_4::VideoFormat>]
|
|
12213
12631
|
attr_accessor :video_formats
|
|
12214
12632
|
|
|
12215
12633
|
def initialize(**args)
|
|
@@ -12256,7 +12674,7 @@ module Google
|
|
|
12256
12674
|
|
|
12257
12675
|
# Companion Settings
|
|
12258
12676
|
# Corresponds to the JSON property `companionSettings`
|
|
12259
|
-
# @return [Google::Apis::
|
|
12677
|
+
# @return [Google::Apis::DfareportingV3_4::CompanionSetting]
|
|
12260
12678
|
attr_accessor :companion_settings
|
|
12261
12679
|
|
|
12262
12680
|
# Identifies what kind of resource this is. Value: the fixed string "
|
|
@@ -12273,12 +12691,12 @@ module Google
|
|
|
12273
12691
|
|
|
12274
12692
|
# Skippable Settings
|
|
12275
12693
|
# Corresponds to the JSON property `skippableSettings`
|
|
12276
|
-
# @return [Google::Apis::
|
|
12694
|
+
# @return [Google::Apis::DfareportingV3_4::SkippableSetting]
|
|
12277
12695
|
attr_accessor :skippable_settings
|
|
12278
12696
|
|
|
12279
12697
|
# Transcode Settings
|
|
12280
12698
|
# Corresponds to the JSON property `transcodeSettings`
|
|
12281
|
-
# @return [Google::Apis::
|
|
12699
|
+
# @return [Google::Apis::DfareportingV3_4::TranscodeSetting]
|
|
12282
12700
|
attr_accessor :transcode_settings
|
|
12283
12701
|
|
|
12284
12702
|
def initialize(**args)
|