Skip to content

Commit

Permalink
Preparing src for release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiboknacky committed Jul 28, 2015
1 parent 89e4e51 commit dceb2a1
Show file tree
Hide file tree
Showing 135 changed files with 199 additions and 217,647 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 6.2.0

AdWords:
- Fixed [issue #81](https://github.com/googleads/googleads-php-lib/issues/81).
- Removed support and examples for v201409.
See the [deprecation schedule](https://developers.google.com/adwords/api/docs/sunset-dates) for more information.

### 6.1.0

AdWords:
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,17 @@ $operations[] = $operation;
$campaignReturnValue = $campaignService->mutate($operations);
```

### How do I set different client customer IDs than specified in auth.ini?

You can do this by calling `SetClientCustomerId()` of an `AdWordUser` object
with a parameter as client customer ID you want to set to:

```php
// Create an AdWordsUser instance using the default constructor, which will load
// information from the auth.ini file as described above.
$user = new AdWordsUser();
$user->SetClientCustomerId('INSERT_CLIENT_CUSTOMER_ID_HERE');
```

### How do I enable logging?

Expand Down
86 changes: 0 additions & 86 deletions examples/AdWords/v201409/AccountManagement/CreateAccount.php

This file was deleted.

148 changes: 0 additions & 148 deletions examples/AdWords/v201409/AccountManagement/GetAccountChanges.php

This file was deleted.

125 changes: 0 additions & 125 deletions examples/AdWords/v201409/AccountManagement/GetAccountHierarchy.php

This file was deleted.

Loading

0 comments on commit dceb2a1

Please sign in to comment.