หากต้องการพูดคุยและแสดงความคิดเห็นเกี่ยวกับผลิตภัณฑ์ของเรา โปรดเข้าร่วมช่อง Discord อย่างเป็นทางการของ Google Ads ในเซิร์ฟเวอร์ชุมชนการโฆษณาและการวัดผลของ Google
Google Ads จะสร้างคำแนะนำขึ้นโดยอัตโนมัติและให้แนวคิดสำหรับ
ในการเพิ่มประสิทธิภาพบัญชีของคุณ เช่น การเพิ่มงบประมาณแคมเปญสำหรับ
แคมเปญแบบจํากัดหรือโดยการเพิ่มคีย์เวิร์ดที่เกี่ยวข้อง ดูรายการทั้งหมดของ
ประเภทคำแนะนำใน
เอกสารประกอบของ Google Ads API
constselector=AdsApp.recommendations().withCondition('recommendation.type IN (CAMPAIGN_BUDGET)');constrecommendations=selector.get();
ใช้คำแนะนำ
เมื่อดึงข้อมูลคำแนะนำแล้ว ให้ใช้คำแนะนำดังนี้
for(constrecommendationofrecommendations){// Perform whatever check here that works for your use case.// You can also potentially skip this step if you've sufficiently narrowed// down what recommendations you're selecting initially with customized// withCondition clauses in the previous step.if(shouldApply(recommendation)){recommendation.apply();}}