Skip to content

Commit

Permalink
Merge pull request #8 from Getsidecar/v201802
Browse files Browse the repository at this point in the history
Update to version v201802
  • Loading branch information
robottokauf3 authored Jul 24, 2018
2 parents 8a23cb6 + 72a0ccd commit 5794356
Show file tree
Hide file tree
Showing 56 changed files with 4,887 additions and 4,887 deletions.
10 changes: 5 additions & 5 deletions src/Google/Api/Ads/AdWords/Util/v201705/BatchJobClasses.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
if (!class_exists("ErrorList", false)) {
class ErrorList {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "ErrorList";

/**
Expand Down Expand Up @@ -73,7 +73,7 @@ public function __construct($errors = null) {
if (!class_exists("MutateResult", false)) {
class MutateResult {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "MutateResult";

/**
Expand Down Expand Up @@ -119,7 +119,7 @@ public function __construct($result = null, $errorList = null,
if (!class_exists("Operand", false)) {
class Operand {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "Operand";

/**
Expand Down Expand Up @@ -273,7 +273,7 @@ public function __construct(
if (!class_exists("BatchJobOpsMutate", false)) {
class BatchJobOpsMutate {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "";

/**
Expand Down Expand Up @@ -306,7 +306,7 @@ public function __construct($operations = null) {
if (!class_exists("BatchJobOpsMutateResponse", false)) {
class BatchJobOpsMutateResponse {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "";

/**
Expand Down
26 changes: 13 additions & 13 deletions src/Google/Api/Ads/AdWords/Util/v201705/ReportClasses.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
class ApiError {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "ApiError";

/**
Expand Down Expand Up @@ -87,7 +87,7 @@ public function __construct($fieldPath = null,
*/
class ReportDownloadError {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "";

/**
Expand Down Expand Up @@ -123,7 +123,7 @@ public function __construct($ApiError = null) {
*/
class ReportDefinition {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "ReportDefinition";

/**
Expand Down Expand Up @@ -210,7 +210,7 @@ public function __construct(
*/
class Selector {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "Selector";

/**
Expand Down Expand Up @@ -276,7 +276,7 @@ public function __construct($fields = null,
*/
class Predicate {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "Predicate";

/**
Expand Down Expand Up @@ -325,7 +325,7 @@ public function __construct($field = null, $operator = null,
*/
class PredicateOperator {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "Predicate.Operator";

/**
Expand Down Expand Up @@ -355,7 +355,7 @@ public function __construct() {}
*/
class DateRange {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "DateRange";

/**
Expand Down Expand Up @@ -397,7 +397,7 @@ public function __construct($min = null, $max = null) {
*/
class OrderBy {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "OrderBy";

/**
Expand Down Expand Up @@ -441,7 +441,7 @@ public function __construct($field = null, $sortOrder = null) {
*/
class Paging {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "Paging";

/**
Expand Down Expand Up @@ -482,7 +482,7 @@ public function __construct($startIndex = null, $numberResults = null) {
*/
class SortOrder {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "SortOrder";

/**
Expand Down Expand Up @@ -511,7 +511,7 @@ public function __construct() {}
*/
class ReportDefinitionReportType {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "ReportDefinition.ReportType";

/**
Expand Down Expand Up @@ -540,7 +540,7 @@ public function __construct() {}
*/
class ReportDefinitionDateRangeType {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "ReportDefinition.DateRangeType";

/**
Expand Down Expand Up @@ -571,7 +571,7 @@ public function __construct() {}
*/
class DownloadFormat {

const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201710";
const WSDL_NAMESPACE = "https://adwords.google.com/api/adwords/cm/v201802";
const XSI_TYPE = "DownloadFormat";

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Google/Api/Ads/AdWords/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
; includeUtilitiesInUserAgent = "true"

[SERVER]
DEFAULT_VERSION = "v201710"
DEFAULT_VERSION = "v201802"

DEFAULT_SERVER = "https://adwords.google.com"

Expand Down
Loading

0 comments on commit 5794356

Please sign in to comment.