모든 속성의 잠재고객 내보내기에서 다음 측정기준을 요청할 수 있습니다.
잠재고객 내보내기 응답의 측정기준 열에 대해 AudienceDimension 리소스의 name 필드에 'API 이름'을 지정합니다.
API 이름
UI 이름
설명
deviceId
기기 ID
기기 ID는 웹사이트 또는 모바일 앱의 익명처리된 고유 사용자에 대한 브라우저 기반 또는 모바일 앱 기반 식별자입니다. 자세한 내용은 기기 ID를 참고하세요.
isAdsPersonalizationAllowed
광고 개인 최적화가 허용되는지 여부
사용자가 광고 개인 최적화를 사용할 수 있는 경우 isAdsPersonalizationAllowed는 true를 반환합니다. 사용자가 광고 개인 최적화를 사용할 수 없는 경우 isAdsPersonalizationAllowed는 false를 반환합니다.
Google 애널리틱스에서 사용자가 광고 개인 최적화 대상인지 여부를 반환할 수 없는 경우 isAdsPersonalizationAllowed는 (not set)을 반환합니다. isAdsPersonalizationAllowed가 (not set)을 반환하는 사용자는 개인 맞춤 광고 게재 대상일 수도 있고 아닐 수도 있습니다. 개인 맞춤 광고의 경우 isAdsPersonalizationAllowed = (not set)인 사용자를 isAdsPersonalizationAllowed = false로 취급해야 합니다. 대부분의 경우 (not set) 행에 광고 게재 대상이 아닌 사용자가 포함되기 때문입니다.
isAdsPersonalizationAllowed = false인 사용자도 A/B 테스트 및 데이터 탐색 분석과 같은 비광고 사용 사례에 계속 사용할 수 있습니다.
isLimitedAdTracking
광고 추적 제한 여부
기기의 광고 추적 제한 설정 가능한 값은 true, false, (not set)입니다. Google 애널리틱스에서 이 기기의 광고 추적 제한 설정을 반환할 수 없는 경우 isLimitedAdTracking은 (not set)을 반환합니다.
사용자 제공 데이터 수집을 사용 설정하면 태그 지정을 통해 사용자 제공 데이터와 User-ID가 Google 애널리틱스로 전송되어 측정이 개선될 수 있습니다. 자세한 내용은 사용자 제공 데이터 수집을 참고하세요. 속성에서 사용자 제공 데이터가 사용 설정되어 있는지와 관계없이 userId는 태그 지정에 지정된 사용자 ID를 반환합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eThe Analytics Data API's Audience Export methods use a specific set of dimensions for querying data, differing from the Core Reporting methods.\u003c/p\u003e\n"],["\u003cp\u003eAudience exports support dimensions such as Device ID, Ads Personalization status, Limited Ad Tracking status, and User ID for any Google Analytics property.\u003c/p\u003e\n"],["\u003cp\u003eThese dimensions provide insights into user characteristics, privacy settings, and identifiers for analysis and audience creation.\u003c/p\u003e\n"],["\u003cp\u003eYou can include these dimensions in your audience export requests by specifying their API names within the \u003ccode\u003eAudienceDimension\u003c/code\u003e resource.\u003c/p\u003e\n"]]],["Audience Export methods in the Analytics Data API support specific dimensions for queries, distinct from Core Reporting methods. These dimensions, specified by their API Name, include `deviceId`, a unique user identifier; `isAdsPersonalizationAllowed`, indicating a user's eligibility for personalized ads; `isLimitedAdTracking`, reflecting the device's ad tracking settings; and `userId`, the user ID defined in tagging. Each dimension's API Name is used in the `AudienceDimension` resource to retrieve corresponding data.\n"],null,["# Audience Export Dimensions\n\nThe dimensions supported in queries to the [Audience Export methods](/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create) of the Analytics Data API.\nThe Core Reporting methods ([`RunReport`](/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport)\nfor example) accept a different set of [Dimensions \\& Metrics](/analytics/devguides/reporting/data/v1/api-schema)\nthan the Audience Export methods.\n\nDimensions\n----------\n\nThe following dimensions can be requested in audience exports for any property.\nSpecify the \"API Name\" in an\n[`AudienceDimension`](/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports#AudienceDimension)\nresource's `name` field for a column of the dimension in the audience export\nresponse.\n\n| API Name | UI Name | Description |\n|-------------------------------|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `deviceId` | Device ID | A browser-based or mobile-app-based identifier for a unique, pseudonymous website or mobile app user. To learn more, see [Device ID](//support.google.com/analytics/answer/9356035). |\n| `isAdsPersonalizationAllowed` | Is ads personalization allowed | If a user is eligible for ads personalization, isAdsPersonalizationAllowed returns `true`. If a user is not eligible for ads personalization, isAdsPersonalizationAllowed returns `false`. isAdsPersonalizationAllowed returns `(not set)` if Google Analytics can't return whether this user is eligible for ads personalization; users where isAdsPersonalizationAllowed returns `(not set)` may or may not be eligible for personalized ads. For personalized ads, you should treat users where isAdsPersonalizationAllowed = `(not set)` as isAdsPersonalizationAllowed = `false` because, in the most general case, some of the `(not set)` rows will include users that are not eligible for ads personalization. Users where isAdsPersonalizationAllowed = `false` can still be used for non-advertising use cases like A/B testing \\& data explorations. |\n| `isLimitedAdTracking` | Is limited ad tracking | The device's Limit Ad Tracking setting. Possible values include: `true`, `false`, and `(not set)`. isLimitedAdTracking returns `(not set)` if Google Analytics can't return this device's Limit Ad Tracking setting. |\n| `userId` | User ID | The User ID specified for this user in tagging. To learn more, see [Measure activity across platforms with User-ID](//support.google.com/analytics/answer/9213390). If user-provided data collection is turned on, user-provided data along with User-ID can be sent to Google Analytics in tagging to improve measurement. To learn more, see [user-provided data collection](//support.google.com/analytics/answer/14077171). Regardless of whether user-provided data is turned on for your property, `userId` returns the User ID specified in tagging. |"]]