Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [AdsMarketingPlatform] fix URLs for new package name #7790

Merged
merged 3 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .repo-metadata-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"language": "php",
"distribution_name": "googleads/marketingplatform-admin",
"release_level": "preview",
"client_documentation": "https://cloud.google.com/php/docs/reference/ads-marketingplatform-admin/latest",
"client_documentation": "https://cloud.google.com/php/docs/reference/googleads/marketingplatform-admin/latest",
"library_type": "GAPIC_AUTO",
"api_shortname": "marketingplatformadmin"
},
Expand Down
6 changes: 3 additions & 3 deletions AdsMarketingPlatformAdmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> Idiomatic PHP client for [Google Ads Marketing Platform Admin](https://developers.google.com/analytics/devguides/config/gmp/v1).

[![Latest Stable Version](https://poser.pugx.org/google/ads-marketingplatform-admin/v/stable)](https://packagist.org/packages/google/ads-marketingplatform-admin) [![Packagist](https://img.shields.io/packagist/dm/google/ads-marketingplatform-admin.svg)](https://packagist.org/packages/google/ads-marketingplatform-admin)
[![Latest Stable Version](https://poser.pugx.org/googleads/marketingplatform-admin/v/stable)](https://packagist.org/packages/googleads/marketingplatform-admin) [![Packagist](https://img.shields.io/packagist/dm/googleads/marketingplatform-admin.svg)](https://packagist.org/packages/googleads/marketingplatform-admin)

* [API documentation](https://cloud.google.com/php/docs/reference/ads-marketingplatform-admin/latest)
* [API documentation](https://cloud.google.com/php/docs/referenc/googleeads/marketingplatform-admin/latest)

**NOTE:** This repository is part of [Google Cloud PHP](https://github.com/googleapis/google-cloud-php). Any
support requests, bug reports, or development contributions should be directed to
Expand All @@ -17,7 +17,7 @@ To begin, install the preferred dependency manager for PHP, [Composer](https://g
Now, install this component:

```sh
$ composer require google/ads-marketingplatform-admin
$ composer require googleads/marketingplatform-admin
```

> Browse the complete list of [Google Cloud APIs](https://cloud.google.com/php/docs/reference)
Expand Down
2 changes: 1 addition & 1 deletion AdsMarketingPlatformAdmin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"extra": {
"component": {
"id": "ads-marketingplatform-admin",
"id": "googleads/marketingplatform-admin",
"path": "AdsMarketingPlatformAdmin",
"target": "googleapis/php-ads-marketingplatform-admin"
}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
},
"replace": {
"google/access-context-manager": "1.0.0",
"google/ads-marketingplatform-admin": "0.1.0",
"google/analytics-admin": "0.24.0",
"google/analytics-data": "0.20.0",
"google/apps-chat": "0.6.0",
Expand Down Expand Up @@ -262,7 +261,8 @@
"google/shopping-merchant-promotions": "0.1.0",
"google/shopping-merchant-quota": "0.1.3",
"google/shopping-merchant-reports": "0.8.1",
"googleads/ad-manager": "0.1.0"
"googleads/ad-manager": "0.1.0",
"googleads/marketingplatform-admin": "0.1.0"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down
Loading