Skip to content

Commit dceb2a1

Browse files
committed
Preparing src for release 6.2.0
1 parent 89e4e51 commit dceb2a1

File tree

135 files changed

+199
-217647
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+199
-217647
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 6.2.0
2+
3+
AdWords:
4+
- Fixed [issue #81](https://github.com/googleads/googleads-php-lib/issues/81).
5+
- Removed support and examples for v201409.
6+
See the [deprecation schedule](https://developers.google.com/adwords/api/docs/sunset-dates) for more information.
7+
18
### 6.1.0
29

310
AdWords:

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,17 @@ $operations[] = $operation;
146146
$campaignReturnValue = $campaignService->mutate($operations);
147147
```
148148

149+
### How do I set different client customer IDs than specified in auth.ini?
150+
151+
You can do this by calling `SetClientCustomerId()` of an `AdWordUser` object
152+
with a parameter as client customer ID you want to set to:
153+
154+
```php
155+
// Create an AdWordsUser instance using the default constructor, which will load
156+
// information from the auth.ini file as described above.
157+
$user = new AdWordsUser();
158+
$user->SetClientCustomerId('INSERT_CLIENT_CUSTOMER_ID_HERE');
159+
```
149160

150161
### How do I enable logging?
151162

examples/AdWords/v201409/AccountManagement/CreateAccount.php

Lines changed: 0 additions & 86 deletions
This file was deleted.

examples/AdWords/v201409/AccountManagement/GetAccountChanges.php

Lines changed: 0 additions & 148 deletions
This file was deleted.

examples/AdWords/v201409/AccountManagement/GetAccountHierarchy.php

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)