GoogleAdsAPI: How to change individual keyword bids back to the ad group default bid?

2019-09-29 Thread かねこ
I use Google Ads API Client Library for Java v2. I edited individual keyword bid. Long bidMicroAmount = Long.parseLong("100"); AdGroupCriterion adGroupCriterion = AdGroupCriterion.newBuilder() .setResourceName(ResourceNames.adGroupCriterion(customerId, adGroupId, criterionId))

RE: How to retrieve a full list of placements when planning a campaign

2019-09-29 Thread Google Ads API Forum Advisor Prod
Hi Luca, Thank you for reaching out. It appears that your concern is related to the Google Ads UI. Since this our team specializes more on AdWords API and Google Ads API related concerns, you can reach out to the product experts instead via the Google Ads Help Community forum for further guida

Re: Send request to link google my business

2019-09-29 Thread Vaithee Baskaran
Hi, my application manages ad campaigns and accounts of my customers, however, all my customers have their own GMB accounts; how do I go about helping them setup location ad extension ? please help unblock us with alternatives if the APIs to do this does not exist. thanks, -Vaithee. On Friday,

RE: AdwordsUserListService fields

2019-09-29 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. You may refer to this guide to see the available field for the AdwordsUserListService. However, currently it's not possible to get create time of the userlist via this service. With regard to use status, there are several available status fields below. Y

Re: Keywords status

2019-09-29 Thread duong xuan toi
Hi Bharani, for status RARELY_SERVED it will show "low search volume" on UI, my expect is "Rarely shown(low Quality Score)", and serving status have only 4 types : ELIGIBLE RARELY_SERVED UNKNOWN UNSPECIFIED is there another ways ? On Saturday, September 21, 2019 at 12:03:18 AM UTC+7, adsapifor

RE: Issue with adding members to the existing CrmBasedUserList using Adwords API

2019-09-29 Thread Google Ads API Forum Advisor Prod
Hi Lars, Instead of calling $userListService->mutate($operations), can you please try $userListService->mutateMembers($operations)? This sample code shows the exact details for adding members to a user list. Please let me know if that solves your issue. Thanks, Poki, Google Ads API Team ref:_

RE: Class Google\AdsApi\AdWords\v201809\cm\CampaignService does not exist laravel Sample App

2019-09-29 Thread Google Ads API Forum Advisor Prod
Hi, To better investigate the issue, could you provide more details regarding the error you encountered? Also, could you confirm if you were able to completely configure the client library before you made the AdWords API's CampaignService call? Thanks and regards, Peter Google Ads API Team ref

How to retrieve a full list of placements when planning a campaign

2019-09-29 Thread Luca DL
Hi there, When we are building a display campaign we have the option to search for placements to chose. The results are displayed showing 5 results in the default result window, if we want to see more we can scroll and after a while we are able to click on "show more" to load more placementes.