diff --git a/.repo-metadata-full.json b/.repo-metadata-full.json index e6f2308fdc03..e5f8c12aa5ff 100644 --- a/.repo-metadata-full.json +++ b/.repo-metadata-full.json @@ -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" }, diff --git a/AdsMarketingPlatformAdmin/README.md b/AdsMarketingPlatformAdmin/README.md index 31ea7c042b46..0e291996dff1 100644 --- a/AdsMarketingPlatformAdmin/README.md +++ b/AdsMarketingPlatformAdmin/README.md @@ -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 @@ -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) diff --git a/AdsMarketingPlatformAdmin/composer.json b/AdsMarketingPlatformAdmin/composer.json index 2c3690e679d5..8308a114ace5 100644 --- a/AdsMarketingPlatformAdmin/composer.json +++ b/AdsMarketingPlatformAdmin/composer.json @@ -11,7 +11,7 @@ }, "extra": { "component": { - "id": "ads-marketingplatform-admin", + "id": "googleads/marketingplatform-admin", "path": "AdsMarketingPlatformAdmin", "target": "googleapis/php-ads-marketingplatform-admin" } diff --git a/composer.json b/composer.json index 5f1433d8b8a9..f54c928e1efe 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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.",