UnmappedGoogleAdsAccount
A Google Ads connection used by a Record-Google-Ads-Conversion action in the cloned graph
with no live GOOGLE_ADS connection for the same Google customer id in the target product.
googleAccountId and accountLabel are empty ONLY when the source reference no longer
resolves to any Google Ads account at all (dangling connection PK with no stamped customer
id) — connecting the target cannot fix those; the source action must be re-saved.
type UnmappedGoogleAdsAccount {
accountLabel: String!
googleAccountId: String!
sourceOauthAccountId: ID!
}
Fields
UnmappedGoogleAdsAccount.accountLabel ● String! non-null scalar
UnmappedGoogleAdsAccount.googleAccountId ● String! non-null scalar
UnmappedGoogleAdsAccount.sourceOauthAccountId ● ID! non-null scalar
Member Of
CrossInstanceClonePlan object


