Alternative to CustomerService's getCustomer method

2022-02-22 Thread Muthu Qumar Subramanian
Hi, I was migrating from v8 to v10. getCustomer method is now removed from customer service. And it was mentioned to use SearchStream instead. For a SearchStream request, customer id is a required parameter. The query returns value only if the customer id in SearchStream request is same as t

Custom URL Parameters for Sitelink Ad Extension

2021-08-23 Thread Muthu Qumar Subramanian
Hi, How can we get the custom url parameters that are configured as part of sitelink ad extensions? Google Ads API doesn't seem to return the custom URL parameters as part of sitelink ad extensions. But it seem to be available on campaign and adgroup level. TIA -- -- =~=~=~=~=~=~=~=~=~=~

Changing Bidding Strategy Configurations

2021-10-06 Thread Muthu Qumar Subramanian
I tried changing the bidding strategy type for a campaign's settings in the Google Ads and query it using GAQL. If I change it to Target Spend or Manual Cpc in campaign's settings I can see the campaign object change the bidding strategy type. I changed it to Maximise Clicks in the campaign's s

Changing Standard Bidding Strategy Type using API

2021-11-24 Thread Muthu Qumar Subramanian
Hi, I am trying to change the bidding strategy type of a campaign through API call. My campaign currently has a MANUAL_CPC Bidding strategy and I am trying to change it to TARGET_SPEND (Standard Bidding Strategy). I set the bidding strategy type field and target spend in Campaign Object. My c