Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAdsSearchads360V0Resources__ConversionTrackingSetting

import type { GoogleAdsSearchads360V0Resources__ConversionTrackingSetting } from "https://googleapis.deno.dev/v1/searchads360:v0.ts";

A collection of customer-wide settings related to Search Ads 360 Conversion Tracking.

interface GoogleAdsSearchads360V0Resources__ConversionTrackingSetting {
readonly acceptedCustomerDataTerms?: boolean;
readonly conversionTrackingId?: bigint;
readonly conversionTrackingStatus?:
| "UNSPECIFIED"
| "UNKNOWN"
| "NOT_CONVERSION_TRACKED"
| "CONVERSION_TRACKING_MANAGED_BY_SELF"
| "CONVERSION_TRACKING_MANAGED_BY_THIS_MANAGER"
| "CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER";
readonly crossAccountConversionTrackingId?: bigint;
readonly enhancedConversionsForLeadsEnabled?: boolean;
readonly googleAdsConversionCustomer?: string;
readonly googleAdsCrossAccountConversionTrackingId?: bigint;
}

§Properties

§
readonly acceptedCustomerDataTerms?: boolean
[src]

Output only. Whether the customer has accepted customer data terms. If using cross-account conversion tracking, this value is inherited from the manager. This field is read-only. For more information, see https://support.google.com/adspolicy/answer/7475709.

§
readonly conversionTrackingId?: bigint
[src]

Output only. The conversion tracking id used for this account. This id doesn't indicate whether the customer uses conversion tracking (conversion_tracking_status does). This field is read-only.

§
readonly conversionTrackingStatus?: "UNSPECIFIED" | "UNKNOWN" | "NOT_CONVERSION_TRACKED" | "CONVERSION_TRACKING_MANAGED_BY_SELF" | "CONVERSION_TRACKING_MANAGED_BY_THIS_MANAGER" | "CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER"
[src]

Output only. Conversion tracking status. It indicates whether the customer is using conversion tracking, and who is the conversion tracking owner of this customer. If this customer is using cross-account conversion tracking, the value returned will differ based on the login-customer-id of the request.

§
readonly crossAccountConversionTrackingId?: bigint
[src]

Output only. The conversion tracking id of the customer's manager. This is set when the customer is opted into cross-account conversion tracking, and it overrides conversion_tracking_id.

§
readonly enhancedConversionsForLeadsEnabled?: boolean
[src]

Output only. Whether the customer is opted-in for enhanced conversions for leads. If using cross-account conversion tracking, this value is inherited from the manager. This field is read-only.

§
readonly googleAdsConversionCustomer?: string
[src]

Output only. The resource name of the customer where conversions are created and managed. This field is read-only.

§
readonly googleAdsCrossAccountConversionTrackingId?: bigint
[src]

Output only. The conversion tracking id of the customer's manager. This is set when the customer is opted into conversion tracking, and it overrides conversion_tracking_id. This field can only be managed through the Google Ads UI. This field is read-only.