- Resource: DisplayVideo360AdvertiserLinkProposal
- LinkProposalStatusDetails
- LinkProposalInitiatingProduct
- LinkProposalState
- Methods
Resource: DisplayVideo360AdvertiserLinkProposal
A proposal for a link between a GA4 property and a Display & Video 360 advertiser.
A proposal is converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins approve inbound proposals while Display & Video 360 admins approve outbound proposals.
JSON representation |
---|
{
"name": string,
"advertiserId": string,
"linkProposalStatusDetails": {
object ( |
Fields | |
---|---|
name |
Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display & Video 360 Advertiser ID |
advertiserId |
Immutable. The Display & Video 360 Advertiser's advertiser ID. |
linkProposalStatusDetails |
Output only. The status information for this link proposal. |
advertiserDisplayName |
Output only. The display name of the Display & Video Advertiser. Only populated for proposals that originated from Display & Video 360. |
validationEmail |
Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal. |
adsPersonalizationEnabled |
Immutable. Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true. |
campaignDataSharingEnabled |
Immutable. Enables the import of campaign data from Display & Video 360. If this field is not set on create, it will be defaulted to true. |
costDataSharingEnabled |
Immutable. Enables the import of cost data from Display & Video 360. This can only be enabled if campaignDataSharingEnabled is enabled. If this field is not set on create, it will be defaulted to true. |
LinkProposalStatusDetails
Status information for a link proposal.
JSON representation |
---|
{ "linkProposalInitiatingProduct": enum ( |
Fields | |
---|---|
linkProposalInitiatingProduct |
Output only. The source of this proposal. |
requestorEmail |
Output only. The email address of the user that proposed this linkage. |
linkProposalState |
Output only. The state of this proposal. |
LinkProposalInitiatingProduct
An indication of which product the user initiated a link proposal from.
Enums | |
---|---|
LINK_PROPOSAL_INITIATING_PRODUCT_UNSPECIFIED |
Unspecified product. |
GOOGLE_ANALYTICS |
This proposal was created by a user from Google Analytics. |
LINKED_PRODUCT |
This proposal was created by a user from a linked product (not Google Analytics). |
LinkProposalState
The state of a link proposal resource.
Enums | |
---|---|
LINK_PROPOSAL_STATE_UNSPECIFIED |
Unspecified state |
AWAITING_REVIEW_FROM_GOOGLE_ANALYTICS |
This proposal is awaiting review from a Google Analytics user. This proposal will automatically expire after some time. |
AWAITING_REVIEW_FROM_LINKED_PRODUCT |
This proposal is awaiting review from a user of a linked product. This proposal will automatically expire after some time. |
WITHDRAWN |
This proposal has been withdrawn by an admin on the initiating product. This proposal will be automatically deleted after some time. |
DECLINED |
This proposal has been declined by an admin on the receiving product. This proposal will be automatically deleted after some time. |
EXPIRED |
This proposal expired due to lack of response from an admin on the receiving product. This proposal will be automatically deleted after some time. |
OBSOLETE |
This proposal has become obsolete because a link was directly created to the same external product resource that this proposal specifies. This proposal will be automatically deleted after some time. |
Methods |
|
---|---|
|
Approves a DisplayVideo360AdvertiserLinkProposal. |
|
Cancels a DisplayVideo360AdvertiserLinkProposal. |
|
Creates a DisplayVideo360AdvertiserLinkProposal. |
|
Deletes a DisplayVideo360AdvertiserLinkProposal on a property. |
|
Lookup for a single DisplayVideo360AdvertiserLinkProposal. |
|
Lists DisplayVideo360AdvertiserLinkProposals on a property. |