Any news about the sunset of Google AdWords API

2021-04-30 Thread W Zhang
Hi, I am aware that the app developers are encouraged to migrate from AdWords API to Google Ads API for latest features. Given the case that Google Ads API v4 and v5 will sunset in June, I would like to know if there is any sunset timeline to be announced on AdWords API in this case. What is

Re: Where can I find an a Google Ads API pro to hire?

2021-04-30 Thread K Raza
Hi, I can be helpful Thanks. On Friday, April 30, 2021 at 10:08:08 PM UTC+5 high...@gmail.com wrote: > We're moving away from the Adwords API v201809 over to the new Google Ads > API v6/7. I'm looking for someone who has experience with the new API and > is well versed in the object model/gra

Ad Group Asset (image) URL Required

2021-04-30 Thread K Raza
Hi, I want to fetch Assets of my AdGroup/Ads. I can see there are example to fetch assets, but I want to fetch link of a particular asset with my Ad. There is a AdGroupAdAssetView, but that not return info for Display Ads. Can you please help Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Campaign data discrepancy in Google Ads API and AdWords Report API

2021-04-30 Thread duca...@gmail.com
Hi team, We are using both Google Ads API and AdWords Reporting API to fetch Campaign data, but looks some deleted campaigns are only returned from AdWords report API, not from Google Ads API. This doesn't repro for all customers. It only show up for a few customers' account. Can you please l

iOS 14 update and passing gclid

2021-04-30 Thread 'Eric K' via AdWords API and Google Ads API Forum
I know that Google stopped passing gclid for iOS 14 clicks due to ATT changes that Apple is implementing. However, this week Apple updated its guidance (see below) and the way i'm reading it passing gclid in order to track conversions is now allowed under ATT. How can we ask the Google tech tea

RE: DateError.EARLIER_THAN_MINIMUM_DATE @ operations[0].operand.extensionSetting.extensions[0].endTime

2021-04-30 Thread Google Ads API Forum Advisor Prod
Hi Simeon, Thank you for reaching out. When you update the extension feed end_date_time field via the API, you would need to specify a valid date time rather than assign NULL to it. Otherwise you would receive this error. Give it a try not to update on this field or provide a valid date time.

Re: Reporting API usage

2021-04-30 Thread Google Ads API Forum Advisor Prod
Hi Peter, Thank you for reaching out. Please find my response to your questions below: You are right. You will get the JSON as the returned value. It does not provide the XML or CSV format. You would need to convert them yourself if needed. There aren’t other headers needed to make the API call

Re: Custom Audience

2021-04-30 Thread shad khan
Hi, Thanks for your reply please confirm if there is any api which will work with php 5.6 to integrate custom audience. On Fri, 30 Apr 2021, 11:48 pm Google Ads API Forum Advisor Prod, < adsapiforumadvi...@gmail.com> wrote: > Hello, > > Thanks for reaching out. At the moment, the Ads API PHP

RE: Custom Audience

2021-04-30 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. At the moment, the Ads API PHP client library only supports version 7.3 or later. If you have any further inquiries related to the PHP client library, please reach out to the PHP client library owners on the GitHub page. Regards, Matt Google Ads API Team Matt G

RE: Confirming the progress of API change request

2021-04-30 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. Modification of API usage is not within our support team's scope. I would recommending reaching out to the API Compliance Team through this form for further assistance. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2GIsnB:ref -

Where can I find an a Google Ads API pro to hire?

2021-04-30 Thread Mike Perez
We're moving away from the Adwords API v201809 over to the new Google Ads API v6/7. I'm looking for someone who has experience with the new API and is well versed in the object model/graph because we're trying to query across different sources. Anyone know where I can find someone? -- -- =~=~

Error when I try to create customer test account

2021-04-30 Thread Dev google ads
Hello, I create test account and I got this error Unauthorized CREATE operation in invoking a service's mutate method. After I try to create sub account but on billing step they asked me to setup billing and request admin but it s impossible. How I can solve this problem, create sub test accou

RE: Dynamic Exclusion List

2021-04-30 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. The feature referenced in the linked article is not supported in the Ads API. However, the Ads API does support negative targeting for ad group and campaign criteria. Please see a summary of the various criteria here. Regards, Matt Google Ads API Team Matt Goog

Re: Dynamic ad targets

2021-04-30 Thread Roberto S
Hi Gennaro, yes I found a solution, I implemented it using googleads-php-lib for PHP and using AdGroupCriterionService class as suggested by Anthony. On Tuesday, 27 April 2021 at 19:07:23 UTC+2 Gennaro M Gallo wrote: > Hi Roberto, > > I would be interested in learning about this as well. Pleas

Re: Dynamic ad targets

2021-04-30 Thread Roberto S
Thank you, Anthony On Tuesday, 27 April 2021 at 21:17:36 UTC+2 adsapiforumadvisor wrote: > Hi Gennaro, > > You can use the ad_group_criterion report that I mentioned to get details > on these ad targets. You can also use the AdGroupCriterionService >

Ads Api Aggregate on "Implicit segmentation"

2021-04-30 Thread Boris DETRY
Hi everyone, We saw on documentation about "Implicit segmentation". For example when I call all search terms for an account i'll have in return a segmentation by adgroup. Thats the defalut behavior since search terms are shared resoures. (Correct me if im wrong) Docs are great (Here

DateError.EARLIER_THAN_MINIMUM_DATE @ operations[0].operand.extensionSetting.extensions[0].endTime

2021-04-30 Thread Simeon Hristov
Hi guys, I'm developing a tool, which reads and write data through the Google Ads API. In Google Ads we have many price extensions, which we must update dynamically through our tool. That's why in the code we get the extension setting, update the price extensions belonging to it and then mutate

change event endpoint doesn't provided updated data

2021-04-30 Thread Amandeep Walia
Hello googleAds team, I have a question regarding changeEvent endpoint we need to track and sync google console data with our system and for that I am using changeEvents endpoint but, the data returned is not updated it sometimes takes a complete whole day for a refresh. whereas, in documentati

Custom Audience

2021-04-30 Thread shad khan
Hi, I want to integrate Custom audience in php using API but i am unable to find API, i am getting only Library for this Library only for greater than php 7.3 but i am using php 5 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Re: Reporting API usage

2021-04-30 Thread Peter Petrov
5) Also the Linux manual of curl says that when we specify *--data* the content type that curl will send to the server will be *x-www-form- urlencoded* But your example explicitly specifies *application/json* I don't quite get this. Again... many thanks in advance. On Friday, April 30, 202

Re: Reporting API usage

2021-04-30 Thread Peter Petrov
OK, thank you. So this guide is about the REST API. 1) So I guess this means I will probably get the results back in JSON format, right? No option to get back XML or CSV (as in the old API), right? In the old API the format was being controlled by a field passed in with the report definiti

Confirming the progress of API change request

2021-04-30 Thread Hairihan Tong
Hi there, We submitted a Google Ads API Tool Change Form on the 27th of April morning, but haven't heard back from yet. It's important for us to making advertising in the coming golden week. Any idea for confirming the progress status or upgrade its priority? Sorry but there is no Case ID, an

Re: targeting_idea_service - batch processing returning less observations

2021-04-30 Thread Vishwanatha HM
Thank you for the reply. I found out what the issue was. The keyword text is processed by making it lower case & striping spaces from start to end. Because of this, the duplicates error will not be raised but it will only send targetIdea for unique values. I pre-processed my keywords before sen