📅  最后修改于: 2023-12-03 15:09:07.328000             🧑  作者: Mango
如果你是一个 Mac OS 用户,你可以通过终端使用 Shell/Bash 脚本来将广告组分配给文件夹。
在进行下面的步骤之前,请确保你已经安装了 Google Ads API Python 客户端,并且已经完成了 OAuth 2.0 验证。
你可以使用下面的命令将脚本文件下载到本地:
curl https://raw.githubusercontent.com/googleads/googleads-python-lib/master/examples/ads/scripts/examples/manage_campaigns.py > manage_campaigns.py
使用文本编辑器打开 manage_campaigns.py
文件,并做出以下修改:
# Replace the values below with your own configuration values.
DEVELOPER_TOKEN = 'YOUR_DEVELOPER_TOKEN_HERE'
CLIENT_ID = 'YOUR_CLIENT_ID_HERE'
CLIENT_SECRET = 'YOUR_CLIENT_SECRET_HERE'
REFRESH_TOKEN = 'YOUR_REFRESH_TOKEN_HERE'
# Replace the values below with your own account and campaign information.
CUSTOMER_ID = 'INSERT_CUSTOMER_ID_HERE'
CAMPAIGN_ID = 'INSERT_CAMPAIGN_ID_HERE'
AD_GROUP_NAME = 'INSERT_AD_GROUP_NAME_HERE'
在终端中运行下面的命令,将广告组分配给文件夹:
python manage_campaigns.py assign_ad_group_to_folder
通过使用 Shell/Bash 脚本,你可以快速地将广告组分配给文件夹,从而有效地管理你的广告活动。现在你可以尝试修改脚本文件来满足自己的需求,并使用它来管理你的广告活动。