Re: [Google Ads API Python] - Retrieve all customers names under the MCC account efficiently

2020-04-03 Thread CDG
If I want to get all accounts Only usage GoogleAdsService.search(query) ? 在2019年11月15日星期五UTC+8上午1:07:13,adsapiforumadvisor寫道: > > Hello Life,您 > > 可以通過 Google Ads API Beta中的customerClient > 資源 > 使用與AdWordsAPI中的CustomerService

how do i get my web page to advertise on google ad words ,veteransintegrityroofing,llc

2020-04-03 Thread Mark Barron
how do i gwt google ad to work for my business ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "

RE: Keyword Idea Service - Get Value of Seed Keywords too

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hi Daniel, Thank you for reaching out. If you put the keyword seeds in the included string array of the type field IdeaTextFilterSearchParameter, you would be able to get the results for these keyword seeds you input as well. Please let me know if you have any further concerns. Thanks and rega

SignatureDoesNotMatch Error Batch Job ProductPartition method

2020-04-03 Thread Chris Mah
Trying to send a product group structure to a Showcase -Shopping campaign for it to be broken out but receiving a SignatureDoesNotMatch error I used the same script yesterday to do a similar breakout in a regular Shopping campaign, do batch jobs behave differently for different types of campaig

RE: unable to set campaign type to Standard display campaign ?

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hi Vicky, Thank you for reaching out. You could specify the campaign AdvertisingChannelType as “DISPLAY” to create the Standard Display Campaign in this code example. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UZVx

RE: Ad_ID and AD_N

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hi Lucie, Thank you for reaching out to us. I see that you're trying to find a field for Ad Name and Ad Id. In Ad Performance Report, you can query Ad ID. However, the name of the Ad can only be obtained depending on the type of ad it is. Since the ad you've shown is a video ad, you'd need to r

RE: About announcement: Changing statuses of app and app engagement ads that do not serve

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Please find my response to your questions below: As mentioned in the blog post, starting from April 17, 2020, app ads and app engagement ads that do not serve will have their statuses changed automatically from ENABLED to DISABLED. So for the specific query you a

RE: Generate a link to the campaign

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out to us! If you are looking to generate a link that leads to a campaign overview in the UI, unfortunately this is not possible via API. If this is not what you are looking for, please elaborate on your concern so that I can better assist you. Thanks, Danica Calusin

Keyword Idea Service - Get Value of Seed Keywords too

2020-04-03 Thread Daniel Alvarado
Hello, We're trying to use the Keyword Idea Service to get the Avg. Monthly Searches for a set of ideas. The service works great when we just use the website as a seed. However, when we provide a keyword as a seed (https://developers.google.com/adwords/api/docs/reference/v201809/TargetingIdeaS

RE: Conversion Trackers API support for sameValue and differentValue

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hi Chaitanya, Thank you for reaching out. You can set the alwaysUseDefaultRevenueValue boolean to determine if you want the conversions to be the same value (default value) or different values. If you want them to be the same, you can set that value with the defaultRevenueValue attribute. You

Re: Maximum Conversions Bid Strategy Not Updating in Google Ads

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hi Pete, Thank you for clarifying this information. I was able to recreate this issue and will have my team investigate it further. I will let you know when there is an update available. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXWuZC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Smart Campaigns (Display Network) and Click Performance Report

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hi Fedor, The Click Performance Report doesn't show any metrics but it should return the clicks for that campaign. Just be advised that the Click Performance Report doesn't include zero impressions so make sure impressions were recorded on the day that you are running the report for. If you're

RE: Upload Audience list using API didn't trigger populating in UI and get no matching rate.

2020-04-03 Thread Google Ads API Forum Advisor Prod
Hello Hieu, I will need your SOAP logs to further investigate why you are facing this error. Please share this via reply privately to author. Your operations will not go through if there is a failure in your API call if you don't have partialFailure set as true. If it's false, then successful o

unable to set campaign type to Standard display campaign ?

2020-04-03 Thread Vicky Kamble
Hi all, I am trying to implement Display Campaign. In adwords ui i can see the campaign type option Standard display campaign, but there is no such option to set in adwords api. Does anyone know how to set it ?. i have attached the image for the reference. Thanks, Vicky -- -- =~=~=~=~=~=~=~=~

Ad_ID and AD_N

2020-04-03 Thread lucie rabochova
Hello, I cannot find any report contains AD_ID and AD_NAME any ideas please? I might overlooked something, please help. Attached print screen from Adwords to be clear what I'm looking for. THX> Lucie -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://go

Generate a link to the campaign

2020-04-03 Thread Дима Измайлов
Hi, how can I generate a link to the campaign overview from my app? I want to go to the company settings by campaign id. https://prnt.sc/rs4infHow can I get a link for this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.co

Conversion Trackers API support for sameValue and differentValue

2020-04-03 Thread Chaitanya Kulkarni
Hi Team, I am implementing the conversion tracking functionality through AdWords API and am currently blocked on the following: While creating a conversion, In AdWords UI, I can see options like "Use the same value for each conversion", "Use different values for each conversion" but in the Adw

Re: How to check conversion which are imported from GA

2020-04-03 Thread xy sun
Thanks Danica Calusin, I will have a try. Thanks, Xiaoying On Wednesday, April 1, 2020 at 5:30:52 AM UTC+8, adsapiforumadvisor wrote: > > Hi Xiaoying, > > It is possible to retrieve this information through reports with the > ExternalConversionSource field. For a list of the types of reports tha