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
{{ message }}
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
com.microsoft.bingads.v13.bulk.entities.BulkKeyword contains the campaignName, but not the campaignId.
Would it be possible to provide the campaignId too? it's less ambigious as campaigns could have the same name (DELETED vs. ACTIVE/PAUSED), but never the same ID.
The text was updated successfully, but these errors were encountered:
The adgroupId is already included in com.microsoft.bingads.v13.bulk.entities.BulkKeyword#adGroupId, but for my own software I need the campaignId, so I was wondering if it could be added to the keyword, as it is in GoogleAds.
Currently I have to load all campaigns first and look up the campaignId for the campaignName of each keyword. And I thought, if you can get the campaignName, then maybe you can get the campaignId too.
If I load the campaignId using the adgroupId, this would be even slower because I would have to load all adgroups and their campaignId and then do the mapping via keyword -> adgroupId -> campaignId.
Hello,
com.microsoft.bingads.v13.bulk.entities.BulkKeyword
contains the campaignName, but not the campaignId.Would it be possible to provide the campaignId too? it's less ambigious as campaigns could have the same name (DELETED vs. ACTIVE/PAUSED), but never the same ID.
The text was updated successfully, but these errors were encountered: