Re: Abridged summary of adwords-api@googlegroups.com - 27 updates in 23 topics

2021-07-09 Thread No Ok
صباحًا -0700 > > مرحبًا ، > > أوصي بما يلي: > > - حذف جزء "segments.date DURING TODAY" في الاستعلام نظرًا لأنك > لا تطلب أي مقاييس > - استخدم GoogleAdsService.SearchStream > ... المزيد > <http://groups.google.com/group/adwords-api/msg/1e7507a6c46c7?utm_source=digest&

Re: Trying to create VideoResponsiveAds via Google Ads API and facing errors

2021-07-09 Thread Sai Teja Makani
Anash, Thanks for the updates. Is it possible to use scripts for Video campaigns? Our advertiser wanted to advertise video campaigns mostly. Regards, Sai Teja Makani On Thursday, July 8, 2021 at 5:18:25 PM UTC-4 adsapi wrote: > Hi Teja, > > I've confirmed that VideoResponsiveAd management is n

Re: Abridged summary of adwords-api@googlegroups.com - 27 updates in 23 topics

2021-07-09 Thread Fahad King
urce=digest&utm_medium=email> > Mat : Jul 09 02:44AM -0700 > > Hi there, > > I would recommend to: > > - omit the "segments.date DURING TODAY" part in the query since you > don't request any metrics > - use GoogleAdsService.SearchStream > ...more

RE: How to get list of all resource from Google Ads API?

2021-07-09 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. You can use the query suggested by Pete. In general, the Search method should be used where possible in place of a get method. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JYFND:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: How to fetch cost details at audience level using Ads API

2021-07-09 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. To obtain audience metrics, you should use either the campaign audience view or ad group audience view. Please see the query below using the campaign audience view: SELECT metrics.cost_micros, metrics.clicks, metrics.impressions, metrics.video_quartile_p100_rate,

Get Google Ads Spend using multiple client account

2021-07-09 Thread Mayursinh Solanki
Hello All, I got google ads matric using google ads SDK, so now I have to get the same matric with multiple client accounts. If possible give me your suggestion for the same Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

RE: How to check my script whether active or not

2021-07-09 Thread Google Ads API Forum Advisor
Hi, Please post in Scripts forum for Google Ads script related concern. Feel free to contact us for Ads API related questions. https://groups.google.com/g/adwords-scripts Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2JZvwN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Time to get geo targeting live?

2021-07-09 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. I can confirm that Pete's response is correct -- the new geo target would be added immediately. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JXrOI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: Could google ads api transfer "install" data from the google ads platform to our own BI system?

2021-07-09 Thread Google Ads API Forum Advisor
Hi, Please let us know if you have any further questions regarding Google Ads API. Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2JZYhy:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~

RE: Customer Match Uploader Service Error

2021-07-09 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Can you please reply with your complete request and response logs so that we can have a closer look at the issue? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JYxw7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Permission Denied

2021-07-09 Thread goingdev
Any update on this? I sent a private response 3 days ago. On Tuesday, July 6, 2021 at 1:31:43 AM UTC-4 adsapi wrote: > Hello there, > > Thank you for reaching out to us. > > As for the error, can you try following this guide > wh

RE: Cannot change campaign strategy

2021-07-09 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. As this appears to be a client library specific issue, I recommend checking the Java CL GitHub issues thread linked by Pete for more information on this. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JXUbL:ref -- -- =~=~=~=

Google Ads API : Get Impress and click by Campaign ID

2021-07-09 Thread Rokad Naina
Hello, I am working on google Ads PHP API. I have call GetCampaign, AddCampaign and same Adgroups, Ads create get example call into basic API document (below link). My Account token and key are also updated because campaign create and get working successfully for me. https://developers.google

RE: ads Api use in php

2021-07-09 Thread Google Ads API Forum Advisor
Hi Stephane, Thanks for reaching out. It is not possible to test the API on your local machine. Can you please clarify what links you are referring to? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JZoSN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Internal error 13 for some dates of change_event resourse

2021-07-09 Thread Alexandr Babich
Thank you for attention, I have sent request info as Reply to author On Wednesday, July 7, 2021 at 6:49:52 AM UTC+3 adsapi wrote: > Hello Alexandr, > > Thank you for reaching out to us. > > It's a bit odd knowing that you're only receiving this error for campaigns > of one particular account. Fo

Re: new API Google Ads via API Adwords: too long cycle to turn raw results into a dataframe (python)

2021-07-09 Thread Adwords VBI
Hi, Mat! Thank you so much! It seems the main problem is the dataframe within the loop - without it the loop runs fast. Trying to figure out what to do with the df now)) Best, Daria пятница, 9 июля 2021 г. в 12:44:55 UTC+3, Mat: > Hi there, > > I would recommend to: > >- omit the "

RE: API Audience Syndication Error

2021-07-09 Thread Google Ads API Forum Advisor
Hi Christina, Thank you for reaching out to Google Ads API support. Could you send to us privately the full request/response log of the failed upload when attempting to push new segments? Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2JYxqN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Placement Performance Report - Zero data

2021-07-09 Thread Daniel Garstin
Here is a screenshot showing that the placements for the campaign are getting metrics On Friday, July 9, 2021 at 12:05:05 PM UTC+1 Daniel Garstin wrote: > select_list = ('CampaignId', 'CampaignName', 'CampaignStatus', > 'AdGroupId', 'AdGroupName', 'AdGroupStatus', 'Id', 'Status', > 'AccountCur

Re: Placement Performance Report - Zero data

2021-07-09 Thread Daniel Garstin
select_list = ('CampaignId', 'CampaignName', 'CampaignStatus', 'AdGroupId', 'AdGroupName', 'AdGroupStatus', 'Id', 'Status', 'AccountCurrencyCode', 'Criteria', 'CriteriaDestinationUrl', 'AdNetworkType1', 'Impressions', 'Clicks', 'Cost', 'AverageCost', 'VideoViews', 'VideoViewRate', 'Ctr', 'Averag

Re: Placement Performance Report - Zero data

2021-07-09 Thread Daniel Garstin
.Select(*select_list) .From('PLACEMENT_PERFORMANCE_REPORT') .Where('AdNetworkType1').In('YOUTUBE_WATCH') .Build()) All metric values are zero even though in UI they are populated On Thursday, July 8, 2021 at 3:59:43 AM UTC+1 adsapi wrote: > Hello Daniel, > > Thank you for raising this to us. > >

RE: Permissoned denied when running Google Ads sample project

2021-07-09 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to the Google Ads API Support. I had to delete your initial post as it contained your Cloud Project ID. I am reposting below without the sensitive information for reference : "Hi Support, We are trying to migrate our application from AdWords API to Google Ads. We f

Re: new API Google Ads via API Adwords: too long cycle to turn raw results into a dataframe (python)

2021-07-09 Thread Mat
Hi there, I would recommend to: - omit the "segments.date DURING TODAY" part in the query since you don't request any metrics - use GoogleAdsService.SearchStream - omit the df = pd.DataFrame() part whil

Getting Developer Token in Google Ads Account (Non-Manager) for api call against production account

2021-07-09 Thread Sofia Wong
Hi I understand that the developer token is only available in the google ads manager account. May I know are there other ways to obtain the developer token? I don't mean the developer token for the test account. As I would like to make google ads api request against a production account. Thank

OAuth expires

2021-07-09 Thread AdWordsAPI-Gnr
Greetings, What is the expires_in value? after how many days or how many minutes does this token disappear? What does 3599 mean in time? { "access_token": "ya29.xxx", "expires_in": 3599, "scope": "https://www.googleapis.com/auth/adwords";, "token_type": "Bearer"

How to check my script whether active or not

2021-07-09 Thread Mạnh Hùng Phùng
Hi ads I created a script to control my budget based on location, But I do not know whether it is active or not ? And my money and location is in Viet Nam, should I change "$" to "VNĐ". Please check my script below: //Google Ads script for modifying targeted location bid adjustments. //Feel fre

Re: Click type removed cost in ad_group_ad

2021-07-09 Thread maria.r...@funnel.io
Hi Peter, We have responded to googleadsapi-supp...@google.com over a week ago but we never get any reply back? This is now happening for another account as well. Any updates on this? Kind regards, Maria On Thursday, July 1, 2021 at 7:59:10 AM UTC+2 adsapi wrote: > Hi Maria, > > Thank you for