You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEXT_45
Ad type for Text ad: a headline, a description (length:45), a pc url, a mobile url
valid charactor and pattern formed as javascript regex.
Example
{
"pc":{
"final":"http://searchad.naver.com"
},
"mobile":{
"final":"http://m.searchad.naver.com"
},
"headline":"the first line",
"description":"the second line of your ad text"
}
The text was updated successfully, but these errors were encountered:
api 문서 상에 TEXT_45에 관련된 예제는 나와있지만 나머지 type항목들에 대한 예제는 나오지 않아 일일이 데이터 확인 후 출력중입니다.
하지만 해당 type들을 다 사용하는 것이 아니다보니 확인되지 않는 예제들도 있는데요.
CONTENTS_AD_PRODUCT, CATALOG_AD, SHOPPING_BRAND_AD
이거에 대한 출력값들이 어떻게 될까요?
또한 문서상에 나와있는 type의 종류 외에도 출력되는 것들이 있던데 문서상에 표기만 되지 않은건가요?
이런 것들이 추가적으로 더 있나요?
=> RSA_AD , SHOPPING_BRAND_IMAGE_BANNER_AD
(https://naver.github.io/searchad-apidoc/#/operations/GET/~2Fncc~2Fads%7B%3FnccAdgroupId%7D)
[type] [string]
TEXT_45
SHOPPING_PRODUCT_AD
CONTENTS_AD_INFORMATION
CONTENTS_AD_PRODUCT
BRAND_SEARCH_AD
PLACE_AD
CATALOG_AD
SHOPPING_BRAND_AD
TEXT_45
Ad type for Text ad: a headline, a description (length:45), a pc url, a mobile url
valid charactor and pattern formed as javascript regex.
Example
{
"pc":{
"final":"http://searchad.naver.com"
},
"mobile":{
"final":"http://m.searchad.naver.com"
},
"headline":"the first line",
"description":"the second line of your ad text"
}
The text was updated successfully, but these errors were encountered: