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
This is my first time using the Google Ads API, even Google Ads, and I was hoping someone can help with the issue I have: I modified the add_smart_campaign code to my use-case and it works in creating a smart campaign as expected, however I want to be able to create a smart campaign based on either Call or Get more Leads only; I saw on my Dashboard that the created campaign handles Call, Impression, Conversion and one other goal - is it possible to set just one goal using Smart Campaign?
An Excerpt from the Google Ads Doc:
The advertising_channel_type must be set to AdvertisingChannelTypeEnum.SMART
The advertising_channel_sub_type must be set to AdvertisingChannelTypeSubEnum.SMART_CAMPAIGN
Is the above configuration the reason goals are automatically selected?
The text was updated successfully, but these errors were encountered:
Thanks for your question.
Yes, the goals are automatically selected based on all inputs of your smart campaign creation, this is one of smart features, we call them Smart.
If you want to more customizations on your side, you may not need to create Smart campaign, and instead try other advertising_channel_type campaigns, eg. AdvertisingChannelTypeEnum.PERFORMANCE_MAX or SEARCH.
What is your question?
Hello,
This is my first time using the Google Ads API, even Google Ads, and I was hoping someone can help with the issue I have: I modified the add_smart_campaign code to my use-case and it works in creating a smart campaign as expected, however I want to be able to create a smart campaign based on either Call or Get more Leads only; I saw on my Dashboard that the created campaign handles Call, Impression, Conversion and one other goal - is it possible to set just one goal using Smart Campaign?
An Excerpt from the Google Ads Doc:
Is the above configuration the reason goals are automatically selected?
The text was updated successfully, but these errors were encountered: