The Data Manager API is in closed beta. To express interest in joining the closed beta, fill out
this form.
Destination
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מוצר Google שאליו אתם שולחים נתונים. לדוגמה, חשבון Google Ads.
שדות |
reference |
string
אופציונלי. מזהה של משאב Destination , ייחודי בבקשה. משמש להפניה אל Destination ב-IngestEventsRequest .
|
loginAccount |
object (ProductAccount )
אופציונלי. החשבון שבו השתמשתם כדי לבצע את הקריאה הזו ל-API. כדי להוסיף או להסיר נתונים מ-operatingAccount , ל-loginAccount הזה צריכה להיות הרשאת כתיבה ל-operatingAccount . לדוגמה, חשבון ניהול של operatingAccount , או חשבון עם קישור מבוסס ל-operatingAccount .
|
linkedAccount |
object (ProductAccount )
אופציונלי. חשבון שלמשתמש שביצע את הקריאה loginAccount יש גישה אליו, באמצעות קישור חשבון קיים. לדוגמה, יכול להיות שלשותף נתונים מסוים יהיה גישה לlinkedAccount של לקוח מסוים.loginAccount יכול להיות שהשותף ישתמש בשדה הזה כדי לשלוח נתונים מ-linkedAccount אל operatingAccount אחר.
|
operatingAccount |
object (ProductAccount )
חובה. החשבון שאליו רוצים לשלוח את הנתונים או שממנו רוצים להסיר את הנתונים.
|
productDestinationId |
string
חובה. האובייקט בחשבון המוצרים שאליו רוצים להעביר את הנתונים. לדוגמה, מזהה קהל ב-Google Ads או מזהה קהל ב-Display & Video 360.
|
ProductAccount
ייצוג ב-JSON |
{
"product": enum (Product ),
"accountId": string
} |
שדות |
product |
enum (Product )
חובה. המוצר שאליו משויך החשבון. לדוגמה, GOOGLE_ADS .
|
accountId |
string
חובה. המזהה של החשבון. לדוגמה, מספר הלקוח שלכם ב-Google Ads.
|
מוצר
מייצג מוצר ספציפי של Google. משמש לאיתור חשבונות ויעדים.
טיפוסים בני מנייה (enum) |
PRODUCT_UNSPECIFIED |
מוצר לא מוגדר. אסור להשתמש בו. |
GOOGLE_ADS |
Google Ads. |
DISPLAY_VIDEO_PARTNER |
שותף ב-Display & Video 360. |
DISPLAY_VIDEO_ADVERTISER |
מפרסם ב-Display & Video 360. |
DATA_PARTNER |
שותף נתונים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],[],null,["# Destination\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ProductAccount](#ProductAccount)\n - [JSON representation](#ProductAccount.SCHEMA_REPRESENTATION)\n- [Product](#Product)\n\nThe Google product you're sending data to. For example, a Google Ads account.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"reference\": string, \"loginAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"linkedAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"operatingAccount\": { object (/data-manager/api/reference/rest/v1/Destination#ProductAccount) }, \"productDestinationId\": string } ``` |\n\n| Fields ||\n|------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `reference` | `string` Optional. ID for this `Destination` resource, unique within the request. Use to reference this `Destination` in the `IngestEventsRequest`. |\n| `loginAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Optional. The account used to make this API call. To add or remove data from the [`operatingAccount`](/data-manager/api/reference/rest/v1/Destination#FIELDS.operating_account), this `loginAccount` must have write access to the `operatingAccount`. For example, a manager account of the `operatingAccount`, or an account with an established link to the `operatingAccount`. |\n| `linkedAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Optional. An account that the calling user's [`loginAccount`](/data-manager/api/reference/rest/v1/Destination#FIELDS.login_account) has access to, through an established account link. For example, a data partner's `loginAccount` might have access to a client's `linkedAccount`. The partner might use this field to send data from the `linkedAccount` to another [`operatingAccount`](/data-manager/api/reference/rest/v1/Destination#FIELDS.operating_account). |\n| `operatingAccount` | `object (`[ProductAccount](/data-manager/api/reference/rest/v1/Destination#ProductAccount)`)` Required. The account to send the data to or remove the data from. |\n| `productDestinationId` | `string` Required. The object within the product account to ingest into. For example, a Google Ads audience ID or a Display \\& Video 360 audience ID. |\n\nProductAccount\n--------------\n\nRepresents a specific account.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------|\n| ``` { \"product\": enum (/data-manager/api/reference/rest/v1/Destination#Product), \"accountId\": string } ``` |\n\n| Fields ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `product` | `enum (`[Product](/data-manager/api/reference/rest/v1/Destination#Product)`)` Required. The product the account belongs to. For example, `GOOGLE_ADS`. |\n| `accountId` | `string` Required. The ID of the account. For example, your Google Ads account ID. |\n\nProduct\n-------\n\nRepresents a specific Google product. Used to locate accounts and destinations.\n\n| Enums ||\n|----------------------------|--------------------------------------------|\n| `PRODUCT_UNSPECIFIED` | Unspecified product. Should never be used. |\n| `GOOGLE_ADS` | Google Ads. |\n| `DISPLAY_VIDEO_PARTNER` | Display \\& Video 360 partner. |\n| `DISPLAY_VIDEO_ADVERTISER` | Display \\& Video 360 advertiser. |\n| `DATA_PARTNER` | Data Partner. |"]]