How do you use the Google Ads API to update an asset that has the TextAsset type?

2022-06-10 Thread Thinh Nguyen
Hi everyone, I had created a Performance Max campaign using the Google Ads API client library for PHP. I want to update a headline, but I can't. It displays an error when I try to update it. "Field 'text_asset.text' cannot be modified by the 'UPDATE' operation." 1. *Please guide me on how

Re: Google Ads API Quota Limit

2022-06-10 Thread Google Ads API and AdWords API Forum
Reposting the last inquiry (https://groups.google.com/g/adwords-api/c/8f0QhtWstnM/m/D3MOu4PbAwAJ) from the forum as it wasn't routed to our support queue. Cheers, Aryeh Google Ads API Team On Thursday, June 9, 2022 at 3:37:29 PM UTC-4 asu...@snapchat.com wrote: > Hi support team, > > Yesterd

Re: Audience Segment based on Firebase Custom Conversion specific parameter value

2022-06-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lorenzo, Thank you for reaching out. With regards to your concern, you can refer to this guide. Let me know if you have any question. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004Q2b65pf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Date filters/ranges

2022-06-10 Thread Miguel Angel Garcia
Is there a way to filter API reports by dates using ranges such as LAST 90 DAYS, LAST 12 MONTHS or ALL TIME? I know there are some predefined ranges (such as LAST_30_DAYS), but those are too limited for me. And putting speci

Re: Google Ads API - campaign_criterion_simulation

2022-06-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jarek, You may turn on Logging with log level set to 'DEBUG', the request log is also useful. You may also send us a full screen screenshot of the UI showing what you are trying to access via API. If the query is correct but there is no data to return the API sends an empty response without

RE: How to avoid having to get new refreshtoken every 7 days

2022-06-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrik, Thanks for reaching out to us. You may refer to this document to read more information about refresh token expiration. Since you mentioned that the refresh token expires after 7 days, then it appears that the scenario below is happening at your end. "A Google Cloud Platform project

Re: Looping on several LoginCustomerIDs inside .Net code

2022-06-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Let me know if you have any further questions. Thanks, Nirmita Google Ads API Team ref:_00D1U1174p._5004Q2b6E1A:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.b

Re: manager_link_error: INVALID_CHANGE

2022-06-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Katerina, Thank you for updating us with a useful solution. Since Katerina's reply didn't stay on this thread, let me repeat it here: ​​ Hi all, I did my own research after all and it turned out that all the 6 users who encountered this issue in the last 30 days had only standard acce

Re: Looping on several LoginCustomerIDs inside .Net code

2022-06-10 Thread Reports1
Thanks Heidi, the documentation you shared were helpful. I located the line of code needed to pass the LoginCusomterID values dynamically to the Client - Without getting it from the hard-coded value in the App.config. client.Config.LoginCustomerId = LoginCustomerId.ToString(); Have a good

RE: Campaign Level Negative Keywords

2022-06-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Helen, Thank you for reaching out to the Google Ads API support team. With regards to your concern, you can use camapign_criterion report. Please see below the GAQL query. SELECT campaign_criterion.criterion_id , campaign.id , campaign_criterion.keyword.text , campaign_criterion.keyword.matc

Re: Audience Segment based on Firebase Custom Conversion specific parameter value

2022-06-10 Thread Lorenzo Scortichini
Hi Nirmita, thanks for the quick reply. I've probably provided not enough information. We already checked out the guide you provided and we couldn't find a solution that fits our needs. We have some ConversionAction in our App, which is linked to Google Ads Via firebase, and we're able to fetch

Re: Google Ads API - campaign_criterion_simulation

2022-06-10 Thread Jarek Zambrzycki
Thank you for your response, I use https://github.com/googleads/google-ads-php Other queries return correct data for me, but when I use campaign_criterion_simulation API, it returns an empty query. No runtime error is returned when asked. The query must be correct because in the case of using a

RE: Large discrepancy between the adwords vs ads api before sunset

2022-06-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vijay, Thank you for reaching out to the Google Ads API support team. The AdWords API is no longer supported. If you have concern related to the Google Ads API. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you have

RE: Large discrepancy between the adwords vs ads api before sunset

2022-06-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Vijay, Thanks for reaching out to the Google Ads API support. It seems we have a duplicate thread for this issue. We can keep correspondence related to this issue on the other thread and I will close this thread to avoid any kind of confusion. Best Regards, Jakeia Google Ads API Team re

Re: Querying GDN 'Where Ads Showed' Content Tab

2022-06-10 Thread Ethan Petroka
Is it possible to make this query via the REST interference? On Fri, Jun 10, 2022 at 3:24 AM Google Ads API Forum Advisor wrote: > Hi Ethan, > > > Thanks for your response. I am Darwin also, a member of the Google Ads API > team and let me provide support to your concern. > > > Moving forward to

Large discrepancy between the adwords vs ads api before sunset

2022-06-10 Thread Vijay Kumar
Hi, We observed on 2022-04-22 for: - custom-client id = "3443254785" - duration = { start_date: 2022-03-02, end_date: 2022-03-03 } there was diff in the data from the Adwords API (returned 0) vs the ads API (returned correctly). Here are the request and the response from that time for 'ad_group

Re: Querying GDN 'Where Ads Showed' Content Tab

2022-06-10 Thread Ethan Petroka
Great thank you! On Fri, Jun 10, 2022 at 3:24 AM Google Ads API Forum Advisor wrote: > Hi Ethan, > > > Thanks for your response. I am Darwin also, a member of the Google Ads API > team and let me provide support to your concern. > > > Moving forward to this concern, Allow me to reiterate your qu

Re: manager_link_error: INVALID_CHANGE

2022-06-10 Thread 'Kateřina Henzlová' via Google Ads API and AdWords API Forum
Hi all, I did my own research after all and it turned out that all the 6 users who encountered this issue in the last 30 days had only standard access to the account we wanted to link. I tried to lower the acce

Re: Querying GDN 'Where Ads Showed' Content Tab

2022-06-10 Thread Ethan Petroka
I am attempting to build a query for this now. If I wanted to pull an entire list of all the present 'Where Ads Showed' websites at the time of the query I assume the query would look something like: `SELECT group_placement_view.display_name FROM group_placement_view' ? On Fri, Jun 3, 2022 at 9:56

Large discrepancy between the adwords vs ads api before sunset

2022-06-10 Thread Vijay Kumar
Hi, We observed on 2022-04-22 for: - custom-client id = "3443254785" - duration = { start_date: 2022-03-02, end_date: 2022-03-03 } there was diff in the data from the Adwords API (returned 0) vs the ads API (returned correctly). Here are the request and the response from that time for 'ad_group

How to avoid having to get new refreshtoken every 7 days

2022-06-10 Thread pmoe...@binaerpark.de
Hello! As I understand I have to get a new refreshtoken every 7 days if the webapp is public. As we only use it internally and as a webservice for us it makes only sens to authorize the app once and use the refreshtoken afterwards. BUT: serviceaccounts are only usable for google workspace cu

Re: video Campaign in google ads API

2022-06-10 Thread Krishnadas D
Thank you for the clarification. On Friday, June 10, 2022 at 2:12:52 PM UTC+5:30 adsapi wrote: > Hello, > > As discussed here > , > > video campaign management is not currently supported in

Campaign Level Negative Keywords

2022-06-10 Thread Helen Proudlove
How do you get the negative keywords applied at campaign level using the Ads api? I can see how to get a list of negative keywords using the keywords view but I can't see a level property anywhere. thanks Helen -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

video Campaign in google ads API

2022-06-10 Thread Krishnadas D
Hi i am trying to create video campaign using google ads API by referencing https://developers.google.com/google-ads/api/reference/rpc/v10/Campaign this document and also i refered channel type video https://developers.google.com/google-ads/api/reference/rpc/v10/AdvertisingChannelTypeEnum.A