Re: convert the return value directly to standard Python Types?

2021-05-11 Thread Mat
Hi there, you might find something here: https://googleapis.dev/python/protobuf/latest/google/protobuf/json_format.html Regards Mat mohsen...@gmail.com schrieb am Montag, 10. Mai 2021 um 17:50:40 UTC+2: > Is there a way to convert the return value directly to standard Python > Types? >

Re: Change Event data not written by API

2021-05-11 Thread Mat
Hi there, any changes via the Google Ads Editor (even with the latest Version) have never shown up in the change_events report. There are divergent and confusing responses by the Google Ads API Team about why or why not. It's either a bug or has never been implemented in the first place - altho

RE: Getting User ID of authenticated user.

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi Avinash, Thank you for reaching out. You can check out this guide for more information on how you can manage your customer's user access. If you have additional clarifications, let us know and we'll be happy to assist you further. Best regards, Peter Laurence Napa Oliquino Google Ads API T

RE: Missing USER_LIST from query results

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. To investigate the issue, could you provide the complete request and response logs with request ID generated on your end where we can see the issue? You can provide it via Reply privately to author option. Regards, Ernie John Blanca Tacata Google Ads AP

Missing USER_LIST from query results

2021-05-11 Thread E.G.
Hello, When I run the query SELECT customer.id, campaign.id, ad_group.id, ad_group_criterion.criterion_id, ad_group_criterion.type, user_list.id, user_list.name, user_list.resource_name FROM ad_group_criterion WHERE ad_group_criterion.type in ('USER_LIST') For some results that have an a

Re: How to add User's email list to the UserLists, using the REST APIs.

2021-05-11 Thread Kishan Virani
Hi Ernie, Thank you for your response. I'll try again with the offlineUserDataJobs. Let you know if something else comes up. Thanks, Kishan Virani On Tuesday, May 11, 2021 at 1:47:19 PM UTC+10 adsapiforumadvisor wrote: > Hi Kishan, > > I work with Peter and let me provide support to your

Re: Smart Shopping ad assets creation

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi Wilson, Unfortunately, there are no examples on how to create assets for these types of campaigns. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5001UaSzxj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Re: Getting User ID of authenticated user.

2021-05-11 Thread Avinash Pawar
Hi John, I am new to Google Ads API I have had success running get_account_hierarchy.cs (the documentation code example). Please guide me on how you get to work with CustomerUserAccess resource. On Sunday, January 3, 2021 at 11:02:10 AM UTC-5 john...@gmail.com wrote: > Using Google Ads A

RE: Spend money on discovery campaigns

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi Joost, Unfortunately, the API currently doesn't support discovery campaigns, so you will need to use the Google Ads UI to get this data. Please follow our blog for any updates. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2H9zk7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Update Campaign GeoTargetTypeSetting Failure with field has subfields

2021-05-11 Thread tingw...@gmail.com
I didn't have option to reply privately. What I should do to reply privately? Thanks, Ting On Tuesday, May 11, 2021 at 8:18:12 AM UTC-7 adsapiforumadvisor wrote: > Hello, > > Thanks for reaching out. Can you please reply privately to us with the > complete request and response logs, making sur

Is any of the Auction Insights metrics available in the Google Ads Reporting API?

2021-05-11 Thread Gustavo Maia
Hello, I would like to collect automatically the information from the Auction Insights reporting in the Google Ads platform via Google Ads Reporting API, I have found a conversation from 2019 mentioning that this was raised as a fea

Having trouble creating Hotel Ads campaign (NOT_COMPATIBLE_WITH_PAYMENT_MODE)

2021-05-11 Thread Steve Wilcox
Via the API, I created a campaign budget: { "campaignBudget": { "status": "ENABLED", "deliveryMethod": "STANDARD", "type": "HOTEL_ADS_COMMISSION", "amountMicros": "2000", "explicitlyShared": false, "referenceCount": "0" } } I am now trying to create a campaign to u

Re: i have a AuthorizationError.SERVICE_ACCESS_DENIED when i try to get report

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hello, Please reply privately your manager account Id where your developer token is located so I can further investigate. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2H9v6N:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://goo

Re: Smart Shopping ad assets creation

2021-05-11 Thread Wilson Jacobsen
There would be an example for smart shopping campaigns? this link points to responsive display_ad_info. Responsive Display Ad is not compatible with smart shopping campaigns. best, Em sex., 1 de mai. de 2020 às 14:51, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> escreveu: >

RE: Update Campaign GeoTargetTypeSetting Failure with field has subfields

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. Can you please reply privately to us with the complete request and response logs, making sure to include the request ID? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2H9vXr:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Spend money on discovery campaigns

2021-05-11 Thread Joost van der Meijden
I'm using: https://github.com/googleads/googleads-php-lib On Tuesday, 11 May 2021 at 15:39:14 UTC+2 Joost van der Meijden wrote: > Hi peepz, > > When fetching reports for spend money on campaigns, discovery campaigns > are not included. > How can I fetch these costs? > > > Best regards, > > Joos

App with access to multiple accounts

2021-05-11 Thread Tomasz Szafran
Hello, I have a question for you and would appreciate your help. Is it possible to access the Google Ads API in such a way that we can manage multiple accounts of our clients but without connecting them under the one manager account? Thank you, Tomek. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Spend money on discovery campaigns

2021-05-11 Thread Joost van der Meijden
Hi peepz, When fetching reports for spend money on campaigns, discovery campaigns are not included. How can I fetch these costs? Best regards, Joost. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=

RE: Aggregating campaign report into campaign type

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi Nicky, It appears you are using Google Ads Scripts. You can reach out to their team on their forum. They should be able to provide you ways on to aggregate the campaigns by type. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2H9wP0:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: i have a AuthorizationError.SERVICE_ACCESS_DENIED when i try to get report

2021-05-11 Thread teng shet
Hi, thanks for you help,i can't understand what's wrong with my developer token and i have reset this for hours ago,and i don't have anther product or api. 在2021年5月11日星期二 UTC+8 下午3:58:27 写道: > Hi, > > I can see that you've already raised this concern to another forum post > and my colleague h

Re: i have a AuthorizationError.SERVICE_ACCESS_DENIED when i try to get report

2021-05-11 Thread teng shet
Hi, thsanks for you help,i can't unstand what's worry with my developer token and i have reset this for hours ago,and i don't have anther product or api. 在2021年5月11日星期二 UTC+8 下午3:58:27 写道: > Hi, > > I can see that you've already raised this concern to another forum post > and my colleague has

Aggregating campaign report into campaign type

2021-05-11 Thread Nicky Moorhead
Hi, I'm exporting data via a script from the campaign_performance_report. Part of my script looks like this: function get_data(campaign_dict){ var perf_data = [["Period","Campaign Type","Engine","Clicks","Impressions","Cost","Conversions","Conversion Value"]] var query = "SELECT Advertisin

Error: QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.'

2021-05-11 Thread Roberto S
Hi, I use AdGroupCriterionService for 'query' and 'mutate' operations. When I use 'query' operation everything works correctly but when I try to mutate some criteria the api returns: *QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'New developers must use the Google Ads API.'* I am using *goo

Re: Change Event data not written by API

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi Arshdeep, Thank you for reaching out as well to our team regarding the similar issue that you are encountering. So our team can further investigate, you may resend these details, along with your customer ID and the complete request and response logs with request ID, directly to our googlead

RE: i have a AuthorizationError.SERVICE_ACCESS_DENIED when i try to get report

2021-05-11 Thread Google Ads API Forum Advisor Prod
Hi, I can see that you've already raised this concern to another forum post and my colleague has already provided the suggestion on how to address it. Allow to re-iterate the provided suggestion on my response and you can find it below: "Moving foward, the SERVICE_ACCESS_DENIED error indicates