Re: Query for AdwordsUserListService and Device

2019-10-11 Thread Google Ads API Forum Advisor Prod
Hi Arnab, Yes, you are right. Setting the value to 0 for bid modifier is reserved for opting out of a platform or excluding the specific device as a target. For your other concern, the bid adjustments set to -100% means it will opt out showing the ads on a specified device. Let us know if you

Re: Video campaigns not brought down using CampaignServiceInterface

2019-10-11 Thread Sriram V
Thanks for responding Hiroyuki. Is there any way for us to know if the campaign is Video campaign or not in Keyword performance or Ad performance report? Thanks, Sriram On Thursday, October 10, 2019 at 11:30:23 PM UTC-7, adsapiforumadvisor wrote: > > Hi Sriram, > > Thank you for reaching

RE: UAC Re-engagement Campaigns not showing up in Campaign Performance Report

2019-10-11 Thread Google Ads API Forum Advisor Prod
Hi Igor, Apologies for the delay in response. The App Campaigns for Engagement are currently supported through Google Ads API. You could use campaign resource to retrieve the campaign data where campaign.advertising_channel_sub_type field will give APP_CAMPAIGN_FOR_ENGAGEMENT for these

Re: Adding audiences to ad groups

2019-10-11 Thread Google Ads API Forum Advisor Prod
Hi Kavitha, Can you please provide the client customer ID you are using to make the request? Also, can you please share the complete SOAP logs for your request so that we can investigate the error further using reply privately to author? Regards, Anthony Google Ads API Team

Re: Adding audiences to ad groups

2019-10-11 Thread Kavitha Acharya
Hi Anthony, I found out that "Invalid entity id" error was due to customAffinityId being passed to criterion field custom-Intent-Id. However , I am still stuck in creating custom-intent object using customAffinity Service. My requirement is to create auto created custom intent audience(Please

Re: Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-11 Thread Google Ads API Forum Advisor Prod
Hi Frank, With Google Ads API, you could use billing_setup resource or GetBillingSetup method of BillingSetupService to get the approved list of billing set up for an account. At any given instance of time, only one billing set up is active for the specified customer account. Based on the

Re: Campaign not accepting some InMarket Category Ids

2019-10-11 Thread Chaitanya Kulkarni
Hi Team, I already mentioned that while creating a campaign programmatically, I observed that for *some* of the in-market categories, I get "Invalid User Interest Id" for some categories. Search campaigns also, with most of the in-market categories, I am able to create the search campaign

Re: Adwords API (v201809) :: get selected BillingAccount of Client customer under MCC by APi request

2019-10-11 Thread Frank Ruwolt
Hi Nikisha, thanks a lot for your fast response. Then i have a second question: Is it possible with the new Ads-Api? (I saw the example https://github.com/googleads/google-ads-php/blob/ccd54a19204b6aa8944cd3120b047339f490df28/examples/Billing/GetBillingSetup.php, but again the comments say

RE: Video campaigns not brought down using CampaignServiceInterface

2019-10-11 Thread Google Ads API Forum Advisor Prod
Hi Sriram, Thank you for reaching out. The reason why you are seeing the data discrepancies is because video campaigns are supported only for reports and it is currently not possible to get/mutate any video campaigns via CampaignService. You may also refer to this guide for the detail. You