Method: properties.googleAdsLinks.create
Permintaan HTTP
POST https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/googleAdsLinks
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
parent |
string
Wajib. Contoh format: properties/1234
|
Isi permintaan
Isi permintaan memuat instance GoogleAdsLink
.
Isi respons
Jika berhasil, isi respons memuat instance GoogleAdsLink
yang baru dibuat.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut ini:
https://www.googleapis.com/auth/analytics.edit
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-05-06 UTC.
[null,null,["Terakhir diperbarui pada 2024-05-06 UTC."],[[["Creates a GoogleAdsLink, allowing you to link your Google Ads account with your Google Analytics 4 property."],["Requires `https://www.googleapis.com/auth/analytics.edit` OAuth scope for authorization."],["Uses a POST request to `https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/googleAdsLinks` with path and request body parameters to create the link."],["Provides a response body containing the newly created GoogleAdsLink instance upon successful execution."]]],["A `POST` request is made to `https://analyticsadmin.googleapis.com/v1beta/{parent=properties/*}/googleAdsLinks` to create a GoogleAdsLink. The `parent` path parameter, formatted as `properties/1234`, is required. The request body needs a `GoogleAdsLink` instance. Upon success, the response body returns the newly created `GoogleAdsLink`. The `https://www.googleapis.com/auth/analytics.edit` OAuth scope is mandatory for authorization. You can try this method through the given `try it` option.\n"]]