按目标网址获取广告 [英] Get ad(s) by destination URL

查看:59
本文介绍了按目标网址获取广告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用Bing Ads API实现以下功能:

I would like to achieve following functionality using Bing Ads API:

我想更改现有的目标网址一些新的。因为我有旧网址和新网址的映射,是否有任何按目标网址查找广告ID的功能(例如,有可能使用groupID'GetAdsByAdGroupId'查找添加)

I want to change existing destination URL with some new one. Because I have a mapping of old and new URLs, is there any function for finding ad id by destination URL (e.g. like there possibility to find add using groupID 'GetAdsByAdGroupId')

我明白我可以从顶级(Campaign-> AdGroup->广告)获取每个广告的广告目标网址,但是直接搜索功能会更方便。

I understand that I can get ads destination URL for every ad starting from top level (Campaign->AdGroup-> ads) but it would be more convenient to have function for direct search.

谢谢

Vladimir

推荐答案

你好,弗拉基米尔。

这种直接搜索功能在API中不可用。

Such a direct search function is not available in the API.

我建议使用批量服务来解决这个问题。例如,您可以调用
DownloadCampaignsByAccountIds

DownloadCampaignsByCampaignIds
,并仅请求广告(和关键字,如果您使用)关键字级目标网址)来自

BulkDownloadEntity
价值集。

I suggest approaching this using the Bulk service. For example you could call DownloadCampaignsByAccountIds or DownloadCampaignsByCampaignIds, and request only the Ads (and Keywords if you use keyword level destination URL) from the BulkDownloadEntity value set.

当然,您需要解析文件,并上传任何更改。这可能比广告系列中的多次迭代更简单 - >广告组 - >广告层次结构

Of course you would then need to parse the file, and upload any changes. This might be simpler than multiple iterations down the Campaign -> Ad Group -> Ad hierarchy.

我希望这有帮助!


这篇关于按目标网址获取广告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆