새로운 Search Ads 360
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
새 Search Ads 360은 사용자 계정, 캠페인, 광고 그룹, 키워드 (기준), 광고에 새 ID를 할당합니다. 이러한 ID의 동작에는 두 가지 추가 변경사항이 있습니다.
-
새 Search Ads 360에서는 관리자 계정, 하위 관리자 계정, 고객 계정(공식적으로 대행사, 광고주, 엔진 계정이라고 함)에 각각 전 세계적으로 고유한 고객 ID를 할당합니다.
-
새 Search Ads 360에서는 더 이상 키워드와 광고에 고유 ID를 할당하지 않습니다.
이제 전환 API에서 대행사 ID, 광고주 ID, 엔진 계정 ID가 허용되는 모든 위치에서 새 Search Ads 360 고객 ID를 허용합니다. 고객 API를 지정하면 API는 캠페인 ID, 광고 그룹 ID, 키워드 ID, 광고 ID가 새 Search Ads 360 ID여야 한다고 예상합니다.
새 Search Ads 360 키워드 또는 광고 ID를 사용하는 경우 요청에서 키워드 또는 광고 ID를 사용할 때마다 연결된 캠페인 및 광고 그룹 ID를 지정해야 합니다.
요청에 새 Search Ads 360 ID를 사용하면 응답에서도 새 Search Ads 360 ID를 사용합니다.
전환 삽입/업데이트
새 Search Ads 360 ID를 사용하여 다음 요청을 지원합니다.
- 키워드에만 전환 기여도 부여
- 지정된 전환
criterionId
(키워드 ID)로 전환 업데이트
엔드포인트는 여전히 동일합니다. 각 전환 리소스에 새 Search Ads 360 ID를 제공해야 합니다. agencyId
, advertiserId
, engineAccountId
를 설정하는 대신 customerId
를 제공하고 필요한 경우 campaignId
, adGroupId
, criterionId
, adId
에서 새 Search Ads 360 ID를 사용해야 합니다.
다음은 새 Search Ads 360 ID를 사용하여 키워드에 전환 기여도를 부여하는 방법의 요청 예시입니다.
POST https://www.googleapis.com/doubleclicksearch/v2/conversion
{
"conversion" : [
{
"customerId": "123-123-1234"
"campaignId": "10000001",
"adGroupId": "20000001",
"criterionId": "30000001",
"conversionId": "floodlight conversion ID 1",
"conversionTimestamp": "1660799917714",
"type": "ACTION",
"quantityMillis": "1000",
"segmentationType": "FLOODLIGHT",
"segmentationName": "Test"
}
]
}
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-05-26(UTC)
[null,null,["최종 업데이트: 2025-05-26(UTC)"],[[["\u003cp\u003eSearch Ads 360 is updated to assign globally unique customer IDs to manager, sub-manager, and client accounts and no longer assigns unique IDs to keywords and ads.\u003c/p\u003e\n"],["\u003cp\u003eThe Conversion API now accepts new Search Ads 360 customer IDs and expects new Search Ads 360 IDs for campaign, ad group, keyword, and ad IDs when specified.\u003c/p\u003e\n"],["\u003cp\u003eWhen using new Search Ads 360 keyword or ad IDs, the associated campaign and ad group IDs must be provided.\u003c/p\u003e\n"],["\u003cp\u003eThere's a new endpoint for listing conversions using the new Search Ads 360 IDs, requiring a client account customer ID.\u003c/p\u003e\n"],["\u003cp\u003eInserting or updating conversions supports attributing to keywords or updating existing conversions with new Search Ads 360 IDs by providing \u003ccode\u003ecustomerId\u003c/code\u003e and relevant IDs.\u003c/p\u003e\n"]]],["New Search Ads 360 assigns unique customer IDs to accounts and updates ID behavior for campaigns, ad groups, keywords, and ads. The Conversion API now accepts these new customer IDs. When a customer ID is provided, new Search Ads 360 IDs are expected for other IDs. Keyword and ad IDs require associated campaign and ad group IDs in requests. Responses will use the new IDs. There's a new endpoint for listing conversions, using the customer ID with the same parameters. Attributing or updating a conversion to a keyword is done with the customer ID.\n"],null,["# New Search Ads 360\n\nThe new Search Ads 360 assigns new IDs to user accounts, campaigns, ad groups,\nkeywords (criteria), and ads. There are two additional behavior changes for these IDs:\n\n-\n The new Search Ads 360 assigns a globally unique customer ID to manager, sub-manager,\n and client accounts, formally known as agencies, advertisers and engine accounts,\n respectively.\n\n-\n The new Search Ads 360 no longer assigns unique IDs to keywords and ads.\n\n\nThe conversion API now accepts new Search Ads 360 customer IDs wherever agency ID,\nadvertiser ID, and engine account IDs are accepted. If you specify a customer API, the API\nexpects campaign ID, ad group ID, keyword ID, and ad ID to be new Search Ads 360 IDs.\nWhen using new Search Ads 360 keyword or ad IDs, you must specify the associated\ncampaign and ad group IDs whenever your request uses a keyword or ad ID.\n\n\nWhen you use a new Search Ads 360 ID in your request, the response will also use\nthe new Search Ads 360 IDs.\n\nInsert/update conversion\n------------------------\n\nWe support the following request using the new Search Ads 360 ID:\n\n- Attribute a conversion to a keyword only\n- Update conversion with the conversion's `criterionId` (keyword ID) specified\n\n\nThe endpoints are still the same. You should provide the new Search Ads 360\nID in each conversion resource: Instead of setting `agencyId`,\n`advertiserId` and `engineAccountId`, you should provide\n`customerId`, and use the new Search Ads 360 ID in\n`campaignId`, `adGroupId`, `criterionId`,\n`adId` when necessary.\n\n\nHere is the example request of how to use the new Search Ads 360 ID to\nattribute a conversion to a keyword. \n\n```carbon\nPOST https://www.googleapis.com/doubleclicksearch/v2/conversion\n{\n \"conversion\" : [\n {\n \"customerId\": \"123-123-1234\"\n \"campaignId\": \"10000001\",\n \"adGroupId\": \"20000001\",\n \"criterionId\": \"30000001\",\n \"conversionId\": \"floodlight conversion ID 1\",\n \"conversionTimestamp\": \"1660799917714\",\n \"type\": \"ACTION\",\n \"quantityMillis\": \"1000\",\n \"segmentationType\": \"FLOODLIGHT\",\n \"segmentationName\": \"Test\"\n }\n ]\n}\n \n```"]]