sdk with restful call

2019-12-18 Thread Sean Jina
hello, does the SDK only supprot GPRC protocol? Can I make http restful call via SDK? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: Api calling merchantId list from adwords api

2019-12-18 Thread 하진호
Hello, Thank you for your reply. I'm sorry but I don't understand. Attached is the captured image. I'd like to know an api that can implement the parts shown in the image. Is that right for campaignService? [image: 스크린샷 2019-12-19 오전 10.11.10.png] 2019년 12월 19일 목요일 오전 12시 23분 39초 UTC

Re: Data Issue in AdGroup Performance Report for AdGroupMobileBidModifier

2019-12-18 Thread James Nixon
I am seeing a similar issue where the adwords API doesn't match the information in the Adwords UI. In the UI the field "Bid-adj." the numbers are presented in a range of -100% to 900% whereas the Adwords API field "BidModifier" (display name of "Bid-adj." only reflects a range of 0%-100% Thanks

Re: ad schedule not included in CRITERIA_PERFORMANCE_REPORT

2019-12-18 Thread Alexander de Wolff
Hi Mitchell, I will look into the Campaign Ad Schedule Target Report. Thanks for the reply! On Tuesday, December 17, 2019 at 9:07:22 AM UTC-8, adsapiforumadvisor wrote: > > Hi Alexander, > > Thank you for reaching out. You can use the Campaign Ad Schedule Target > Report >

RE: Create AdGroupCriterion wth placement

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. As explained here, Placements can only be added as a negative criteria. Please ensure that you are not trying to add it as a positive criteria. If you are also getting the error when adding it as a negative criteria, please share the complete request and response

Re: .Net Lib GoogleAd API not working

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi Pravin, This issue will need to be addressed by the Google Ads Product team since they would know how to get the dates of custom columns, which the API doesn't support. You can reach out to them via this link. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKMC5H:ref -- -- =~=~

RE: Get ad_group_ad image_url of ad type: GMAIL_AD, LEGACY_RESPONSIVE_DISPLAY_AD, RESPONSIVE_DISPLAY_AD, RESPONSIVE_SEARCH_AD

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for the information. I’m checking this issue internally with my team and I will update you soon. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UOEI65:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

RE: Querying Account Data Using PHP

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hello, Since your issue is more client library related, I'd suggest reaching out to the client library owners since they will be better suited to help with this. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UOEmx4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: How to clear array sub property "conversion_actions"

2019-12-18 Thread Sergiy Kovalchuk
Hello, Thank you, it worked. Here is the corresponding python version if anyone is interested: GA_CLIENT = GoogleAdsClient.load_from_storage('/path/') api_service = GA_CLIENT.get_service('CampaignService', version='v2') operation = GA_CLIENT.get_type('CampaignOperation', version='v2') campaign_d

RE: CustomerClientLink failure

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi Andy, Thank you for writing to us regarding your concern. I understand you are looking to use CustomerClientLinkService to extend an invitation to a client account to link it to the manager account. Please find below the code snippet in Java to extend the invitation to the client account. Si

RE: How to clear array sub property "conversion_actions"

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi Sergiy, Thank you for your patience. I was trying to remove the selective optimization field for the campaigns within my account and was successfully able to achieve that using mutate method of CampaignService via API. Please find below the code snippet used (in Java) to achieve this via API

Re: Cannot obtain customer data for test accounts via ads api

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi Irfan, This is an existing issue for the customer_client resource for Google Ads API v2. Our team is getting it resolved. Please keep an eye on the blog and release notes for the announcements and updates on the new releases. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p.

Create AdGroupCriterion wth placement

2019-12-18 Thread adstest adstest
Hi all, i want to create an AdGroupCriterion with "placement": { "operations": { "create": { "placement": { "url": "www.repubblica.it" }, "adGroup":"customers/2017233623/adGroups/87687245715", "status": "ENABLED", "type": "PLACEMENT" } } } b

Re: Product Categories Keyword Planner

2019-12-18 Thread Daniela Senatore
Thank you for your response. Is there a way to know if the product and categories information will be included in the future releases of google ads api? I also have another question. When I use the KeywordPlanIdeaService*, *the result I get is a group of new ideas with the related information abo

RE: Platform Criteria to Campaign

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi Aekansh, It is not possible to exclude platform criteria at both the API and UI level. You can only adjust the bid modifiers for these criteria. You can refer to this chart to see what can be targeted and excluded at either the campaign or ad group level. Regards, Anthony Google Ads API Tea

RE: Sometimes the request to google adwords server gets much long time to response.

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi Chathurangika, Thanks for reaching out.This delay in response could be an intermittent issue. Could you send us the complete SOAP request and response logs for us to further investigate? Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UOEnfQ:ref -- -- =~=~=~=~=~=~=~

RE: Api calling merchantId list from adwords api

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hello, To get the merchant ID of your shopping campaigns, you can use the CampaignService and select the ShoppingSetting which will contain the merchantId. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UOEnbs:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: problem with Enable the Google Ads API in your project

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi Anthony, Can you please share your client customer ID via reply privately to author? Also, can you please elaborate on what data you expect to see in the UI? When you made API calls, did you receive any errors? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UOEeav:ref -- -- =~

Re: problem with Enable the Google Ads API in your project

2019-12-18 Thread Anthony Kosenko
Thank you, it works now, but I faced with another issue. How I can see Google Ads API is enable, but I still can not see infrormation from api on dashboard. Any idea what has happened or only Google Cloud Technical Support team can help me? many thanks On Monday, December 16, 2019 at 8:25:07 PM

Re: Cannot obtain customer data for test accounts via ads api

2019-12-18 Thread 'Irfan Rafiq' via AdWords API and Google Ads API Forum
Hi, I have the same problem. I can however run the query against V1 and get a list of test account, the problem only seems to be with v2. Irfan On Friday, December 6, 2019 at 7:33:00 PM UTC, adsapiforumadvisor wrote: > > Hi Orkhan, > > Currently our team is looking into the issue and getting it

Re: Google Ads - Excluding zero impressions

2019-12-18 Thread 'Hannes Fischer' via AdWords API and Google Ads API Forum
Issue is solved now. Only for few cases I still get zero impressions/clicks/etc values. But that's ok for me. Thanks for your quick support Google API Team! Am Donnerstag, 12. Dezember 2019 18:22:20 UTC+1 schrieb Hannes Fischer: > > Hello everybody, > > Refering to documentation ( > https://deve