H Team,
I am trying to migrate from Google Adwords to Google Ads Api in C#,
Below is the code which is calling
CampaignPage googleCampaignPageActive = null;
var s = new Selector()
{
fields = new string[] { "Id", "Name", "Status" }
};
googleCampaignPageActive = CampaignService.@get(s);
What will be the equivalent in Google Ads Api to get the campaigns based on account id Or account email.
And can you please share the links to Google Ads API example code
Thanks & Regards,
Venu