RE: is it possible configure if the adwords client to not use SSLContext?

2019-10-14 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. However, it appears that your concern is client library related. With this, I would suggest that you reach out to the owner of the Python client library via this link. Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001UKNHQ9:ref -- --

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

2019-10-14 Thread Google Ads API Forum Advisor Prod
Hi Faizan, Could you try and update your code as seen below : $targetRoasBiddingScheme = new TargetRoasBiddingScheme('Target Roas Scheme'); --> $targetRoasBiddingScheme = new TargetRoasBiddingScheme(); Let me know if this helps resolve the Unmarshalling Error that you are encountering.

Get change history via Ads API

2019-10-14 Thread Renan Duarte Ribeiro dos Santos
Hi all, Does anybody know if there is a way to get the change history of my campaigns via Ads API ? Kind Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Adwords Api Errors: OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT

2019-10-14 Thread Alex
Hi Peter, We need to pause a specific ad in an ad group. Pausing an ad group will not solve the issue. If account has automatically generated ad and not visible in Google Ads UI and still showing to visitors and occurs cost for account. Can you provide some more details on this ? Thanks Alex

hierarchy of customers and client

2019-10-14 Thread Dmitriy Lezhnev
Hey! I am a bit confused with the terminology of new google ads API. Can you give me a couple of hints? 1. we have customers and clients. What is the difference? 2. resource names notation like `customers/X/campsign/Y` implies we manage resources belonging to customer, so why we need clietns in

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

2019-10-14 Thread Jason.B
Hi, I use the google ads api beta, try to take last month cost_micros for all my campaigns group by day, but, after testing and reading documentation, I still didn't find a solution to take every day of the last month like : (month/day) 01/01 : cost_micros => 5 01/02 : cost_micros => 4

Re: Upload HTML5 via Ads API to an App Campaign

2019-10-14 Thread Renan Duarte Ribeiro dos Santos
Hi Sai, Thank you again for your help. Well, I have been talking with my dev team and they rose a question. If we don't use the ExitApi.exit() method then the entire area of my playable is clickable, this means that if the user clicks once, for example trying to play the playable ads, he/she is

Re: Documentation offline?

2019-10-14 Thread Kristian Sentić
Hello, I can't open Google Ads API docs too, on this link: https://developers.google.com/google-ads/api/docs/start I don't have any proxy, and can't open any page in docs. Can there be any other problem except proxy? Thanks, Kristian Sentic On Monday, October 7, 2019 at 7:41:45 PM UTC+2,

is it possible configure if the adwords client to not use SSLContext?

2019-10-14 Thread andryushka x
Hi -- we have an airflow DAG and a task within that DAG uses googleads python library. It seems like this library uses SSLContext ( https://github.com/googleads/googleads-python-lib/blob/f070075a081cf2b32fd3d3b1b34b3e3770858c52/googleads/common.py#L440 ) This task needs to be pickled

RE: targetingIdeaService results are not matching with Keyword Planner Tool

2019-10-14 Thread Google Ads API Forum Advisor Prod
Hi Venkat, Thank you for reaching out. To assist you better with the discrepancy, could you please share the complete request and response logs for the API call made against the account to retrieve keyword planner data along with the client customer id for both Adwords and Google Ads API?

RE: Java API custom report creation

2019-10-14 Thread Google Ads API Forum Advisor Prod
Hello, Currently, it is possible to create the custom reports via Google Ads UI only. These report types are not available via API. Let us know if you need any additional information. Regards, Nikisha Patel, Google Ads API Team ref:_00D1U1174p._5001UKNBn8:ref -- --

Re: Video campaigns not brought down using CampaignServiceInterface

2019-10-14 Thread Sriram V
Thanks Hiroyuki for getting back on this. Now it is clear. Thanks, Sriram On Sunday, October 13, 2019 at 7:14:50 PM UTC-7, adsapiforumadvisor wrote: > > Hi Sriram, > > Unfortunately, there is currently no direct way to filter Video campaigns > in the Keywords Performance Report and Ad

Java API custom report creation

2019-10-14 Thread Report It
I'm trying to replicate a Custom report (available from web console) using the Java API but I don't find an equivalent report type value from ReportDefinitionReportType class Bye -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

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

2019-10-14 Thread Faizan Zulfiqar
hello now I have more than 20 conversions in my campaign in 45 days. When I am trying below code it is giving me error here is my code $campaignService = $this->adWordsServices->get($this->session, CampaignService::class); $campaign = new Campaign();

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

2019-10-14 Thread Frank Ruwolt
Hi Nikisha, thank a lot! That sounds promising - i'll give it a try. Regards, Frank Am Freitag, 11. Oktober 2019 15:48:53 UTC+2 schrieb adsapiforumadvisor: > > Hi Frank, > > With Google Ads API, you could use billing_setup >