Hi,
I wanted to get recent updates happened in video campaign/ad-groups. I am using CustomerSyncService for that.
I created one campaign and ad-group for the campaign, when I am running CustomerSyncService get method, I am getting response as follows,
{
"changedCampaigns": [
{
"campaignId": "1588899994",
"campaignChangeStatus": "NEW"
}
],
"lastChangeTimestamp": "20181007 135437 Asia/Calcutta"
}
I am not getting added ad-groups. I am expecting one more key "changedAdGroups" where the corresponding ad-group should come saying that "adGroupChangeStatus": "NEW"