I consigli sono generati automaticamente da Google Ads e forniscono idee per
metodi per ottimizzare l'account, ad esempio aumentando il budget della campagna per un
una campagna limitata o aggiungendo parole chiave pertinenti. Consulta l'elenco completo
i tipi di consigli nel
documentazione dell'API Google Ads.
Recupera i suggerimenti
Per recuperare i consigli, usa il selettore AdsApp.recommendations().
che funziona in modo simile ad altri selettori consentendoti di specificare le condizioni
quali tipi di consigli restituire:
Dopo aver recuperato i consigli, applicali nel seguente modo:
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();}}
[null,null,["Ultimo aggiornamento 2024-08-20 UTC."],[[["Google Ads automatically generates recommendations to optimize your account, including suggestions like budget increases and keyword additions."],["You can retrieve specific recommendations using the `AdsApp.recommendations()` selector and filtering by recommendation type."],["Before applying a recommendation, ensure it aligns with your campaign goals and advertising policies, especially when adding new keywords."],["Applying recommendations is done using the `apply()` method after fetching and potentially filtering them."]]],[]]