cse7600 / memo

0 stars 0 forks source link

생각정리 - javascript #1

Open cse7600 opened 6 years ago

cse7600 commented 6 years ago

testes

cse7600 commented 6 years ago

GDN 최적화 룰

오토매틱 플레이스먼트 익스클루젼 https://developers.google.com/adwords/scripts/docs/solutions/automatic-placement-exclusion

google sheets로 넘겨서 관리

  • campaign, adgroup, placement, url, cost, click

``

cse7600 commented 6 years ago

콜백

jquery를 이용하려면, head 사이에

이렇게 넣어주면 된대 !

$.get(url,url로 불러온 데이터를 이용해서 하려는 행동(함수),저장되는 데이터 형태);

그리고 $는 jquery 호출?하는 기호 ? 함수래 크 어렵구만.

weartrip commented 6 years ago

var campaignSelector = AdWordsApp //캠페인을 선택하는건데 애드워즈 앱을 쓸꺼야 .campaigns() //캠페인 다 불러와봐 .withCondition("Impressions > 100") .withCondition("Click > 5") //impr 100 위로 .forDateRange("LAST_MONTH") //지난달 기준이야 .orderBy("Clicks DESC"); //click기준으로 뽑아봐

위에껀 캠페인 선택하는