Re: Auction Insight - Domain where in the Google API ads is it?

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for your feedback. I've filed a feature request for Auction Insight Report to be available in the AdWords API. However, I would not be able to guarantee that this will be available in the AdWords API soon. You may follow our blog for updates. Regards, Hiroyuki Google Ads API

Re: How to change change bidding strategy from Manual CPC to Target ROAS via Adword API

2019-10-15 Thread Faizan Zulfiqar
Hi I have tried but the same error. kindly advise. Thank you On Tuesday, October 15, 2019 at 7:46:40 AM UTC+5, adsapiforumadvisor wrote: > > Hi Faizan, > > Could you try and update your code as seen below : > > $targetRoasBiddingScheme = new TargetRoasBiddingScheme('Target Roas Scheme'); > >

Re: Share audiences between accounts in MCC using API

2019-10-15 Thread Martin SangDo
Hi, is it supported it now? On Wednesday, 1 August 2018 04:22:56 UTC+7, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Eran, > > The AccountUserListStatus > > will

Re: best practices for adding users to an audience list for a large list

2019-10-15 Thread andryushka x
Hi Sai -- A little confused by your answer -- when I read the documentation, it seems more like the operand can only hold 500K users, which implies that with one mutateMembers operation you can only add 500K members, but you can't you just run the mutateMembers operation twice on the same

RE: Google API - Responsive Ad Call to Action List

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hello Reggie, Thank you for contacting the support. The list of valid call-to-action text are same as the one listed in the shared guide. If you are looking for these options via UI, please refer to the step 10.g in this article. For your other concern, the 'Automated' value is the default

RE: TrafficEstimatorService.get() and KeywordPlanService.GenerateForecastMetrics results are not matching

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Jubin, Thank you for reaching out. Unfortunately, it is not possible to generate the forecast min and max estimates using Google Ads API. The forecast metrics you used in your keyword is all that is available. See here for an example of generating forecast metrics in Google Ads API.

RE: best practices for adding users to an audience list for a large list

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hello, I understand that you are trying to upload up to 1 million members into the user list. A user list can hold up to 50 members only as per the below link. So you have to split them into 2 user lists. You can include all members using a single operation. Also, please refer the

RE: Ad Impression Beacon

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Michael, Thanks for reaching out. The impressions beacons is not currently available through the Google Ads API. You could keep an eye on our blog for the updates on the new releases. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UKNP4s:ref -- --

RE: Create Google My Business accounts in behalf of my clients

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Jiaxin, Thanks for reaching out. Either way would be fine. You could use their email address to create/list their GMB accounts or use your mcc account email to create their GMB accounts. Please refer to this article for more details on Google My Business. Please let me know if you have any

RE: Different Cost between AD Performance Report and Geo Performance Report

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Eduardo, Thank you for reaching out. With regards to your concern, you cannot compare two reports as these are the two different types of reports which includes data aggregated at different levels. The Ad Performance Report includes data aggregated at ad level whereas Geo Performance Report

Google API - Responsive Ad Call to Action List

2019-10-15 Thread Reggie Pasco
Hi, I want to ask advise regarding the Call To Action List for Google Api. I cant find any document showing the list. What I can only find is the list for Adwords Api version: https://developers.google.com/adwords/api/docs/appendix/call-to-action-texts?hl=zh-TW Do they have difference? Also,

RE: hierarchy of customers and client

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Dmitriy, Thank you for writing to us. Please find my response to your queries below. We have customers and clients. What is the difference? It may refer to different entities in different context. Say for this guide

RE: How to get data of google UAC

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hello, You can use segments.conversion_action for campaign_report and adgroup_report however for ad_group_ad_asset_view segmentation by conversions is not available. Please let me know if you have any further questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UKNJOT:ref --

Ad Impression Beacon

2019-10-15 Thread Michael Xue
Hi, Are impressions beacons on Ads accessible through Google Ads API? I took a look at the AdGroupAd service but didn't see it. Thanks, Michael Xue -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

best practices for adding users to an audience list for a large list

2019-10-15 Thread andryushka x
Hi - I am developing a something which will add users to a UserList. Something like this: add_emails_op = { "operand": {"userListId": list_id, "membersList": members}, "operator": "ADD", } return list_service.mutateMembers([add_emails_op]) The

Create Google My Business accounts in behalf of my clients

2019-10-15 Thread Jiaxin Wu
Hi, If I want to create the Google My Business accounts on behalf of my clients after creating their accounts under my mcc account, do I need to use their email address to create/list their GMB accounts, or can I use my mcc account email to create their GMB accounts? Thanks! -- --

Re: Get change history via Ads API

2019-10-15 Thread Renan Duarte Ribeiro dos Santos
Hi Anthony, Thanks for the answer. Well, as far as I understand, the change status service return only the resource name of the resource that changed over a period of time, right? What I was trying to do is to retrieve all the values of my target CPA during a period of time. For example: If the

RE: Billing Filed Information

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out to our team. Modification on the payment methods are currently not available through APIs. However, if you would like to set up or manage payment accounts you could follow this documentation. Please keep an eye on our blog for new announcements and updates on new

RE: [Google Ads Query Language] Get every day of last month in one call ?

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Jason, Thank you for reaching out. In order to get every day, you need to add "segments.date" to your SELECT clause. Your AWQL statement should look as follows: SELECT campaign.id, campaign.name, metrics.cost_micros, segments.date FROM campaign WHERE campaign.statusIN [ENABLED] AND

Re: Documentation offline?

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hello Kristian, Could you please try pinging to the developers.google.com to see if your system is able to reach our servers using terminal/console. If that is not working then it might be the problem with your network. You have to switch to a different network. If you are able to reach, then

RE: Get change history via Ads API

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Renan, Thank you for reaching out. Please see the Change Status Service for information on getting campaign changes via Google Ads API. Let us know if you have any further questions. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKNHZu:ref -- --

Re: How to get list of Categories recommended for your website in Dynamic Search Ads

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Duong, As explained here, DataService can be filtered on domains OR campaigns so you do not need to specify any campaign in your Selector. See here for the list of fields that can be filtered on. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKMhJm:ref -- --

Different Cost between AD Performance Report and Geo Performance Report

2019-10-15 Thread Eduardo Lazarotto
Hi, I'm trying to get geo performance report to identify campaign cost by country, but the cost between AD Performance Report and the Geo Report is different, only for display or video campaigns. Usually, the cost of Geo Report is greater than Ad Report. I'm using the python SDK and the

Billing Filed Information

2019-10-15 Thread cv
Hi, Under my MCC few of the accounts having *Please verify your payments Methods, New form of payment required.* How I can get the this Payment Modification required information using Ads API? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Auction Insight - Domain where in the Google API ads is it?

2019-10-15 Thread FT
Hallo, Why is this not fix??? People are complaining about this from the year 2015... Now i need to build a crawler to get this data... It feels like discrimination ... Datastudio has the data and Ads... but 3th party application can't get this data... Op dinsdag 15 oktober 2019 12:00:52

Re: Auction Insight - Domain where in the Google API ads is it?

2019-10-15 Thread FT
Hi, Why is this not fix.. people are complain from the year 2015.. Now i need to build crawler to get this data.. If feels like discrimination , adwords and datastudio have this data but 3th party are not allowed to get this... Op dinsdag 15 oktober 2019 12:00:52 UTC+2 schreef

RE: Auction Insight - Domain where in the Google API ads is it?

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. Could you confirm if what you're looking for is "Auction Insight - Domain" instead of "Action Insight - Domain"? If yes, either way, it is currently not supported in the AdWords API. You may refer to this guide to see all the supported fields in the

How to get data of google UAC

2019-10-15 Thread Project YSS
Hello, When we get asset report of google UAC from ad management screen, we can get by segments.conversion from google ads api can we get data of google UAC by segments.conversion? if we can, how we can do to get ? our current query is: "SELECT customer.id, customer.descriptive_name,

Auction Insight - Domain where in the Google API ads is it?

2019-10-15 Thread FT
Hallo, In Datastudio there is a field 'Action Insight - Domain' where is it in the Google API? I couldn't find it.. Thx. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How to get list of Categories recommended for your website in Dynamic Search Ads

2019-10-15 Thread duong xuan toi
Hi Anthony, DataService only return categories for domains which set at some campaigns, is there any way to get categories of random domain which not set to any campaign yet ? On Wednesday, October 9, 2019 at

Re: Adwords Api Errors: OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

2019-10-15 Thread Google Ads API Forum Advisor Prod
Hi Alex, Our team is currently looking into this issue and working on finding a solution. For now, however, my apologies as I would not be able to provide more information. Rest assured that we'll post an update through this thread once more information is available. Thanks and regards, Peter