Change History data is not matching with Adwords interface.

2019-03-08 Thread Mahavir
Hi Team, I am not getting proper data from adwords api for Change history data. I have attached my account change history screenshot for date 13th Feb 19 to 14th Feb 19 its showing *All Change 31 please check in attached screenshot. * *Account changes = 8 * *Ad Changes = 0* *Bid Changes = 0*

Re: How to pull conversion_actions from new google ads api?

2019-03-08 Thread Darshan Pradhan
Hi Dannison, I have sent over the info privately. Please let me know if you received it or not. Thanks for looking into this. Darshan On Friday, March 8, 2019 at 4:48:27 PM UTC+11, googleadsapi-forumadvisor wrote: > > Hi Darshan, > > My apologies for the delayed response. To better

RE: how to create campaign using api in laravel ?

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello I am afraid that we don't have sample code to create the campaign in laravel. However, you can check AdWords API create campaign code and use the same logic to your

RE: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Caihua, Do you happen to have the request-id from some of your failed requests? If you're using a client library you should be able to find those IDs in your logs. If you can't find any IDs, could you

RE: Google Ads API v1

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The client libraries for the latest version of the Google Ads API v1 will be available soon. Usually, they will be released in a couple of days after the version is released. You could monitor the libraries for the new version from here

RE: how to fix error not check exception?

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ruban, Can you confirm that you are pointing to the latest version if you are using the newly released features of the Google Ads API v1? For Java, the latest client library is available here

RE: Shopping Performance View Not Working

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Derek, Looks like in your API call you are still pointing to v0, please try to make your API call by pointing to v1. If you are using Java client library, then the v1 version is available here . The libraries for other

RE: Can conversion data change in the Adwords UI after it was pulled from API?

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Jordan, If the user is making any conversion adjustments during the two months, it is possible that there might be a change in the conversions data pulled in your dashboard. This is more of a product level question. We suggest that you post this on the Advertisers community forum

RE: LocationCriterionService return INVALID_PREDICATE_OPERATOR error

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Zeid, The CONTAINS_* is only supported for Labels. Please check this thread for a discussion on the same topic. Thanks, Bharani, AdWords API Team

RE: How to update tracking_url_template for AdGroupAd using new Google Ads API V1

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Sergei, Regret the delay. It looks like you're mutating the ad within the ad_group_ad. AdGroup Ads are immutable and it is not yet supported through the Google Ads API. The equivalent for this service would be AdService.mutate()

RE: Frequent time outs while accessing Adwords APIs

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, *Igor*, I looked into the failed requests in the logs you sent privately to us, and I do not see those requests actually making it to our servers. I do see plenty of requests from your developer token that succeeded, however. *Carmine*, could you do the following? 1. Confirm if you are

RE: Bid Adjustments

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Thank you for sharing the report query. Th AdGroup Id in the Placeholder Feed Item report is a segment field and if you're using this in your report query, you will see more than one row per feedItem. Since you're using Placeholder FeedItem report you will be seeing multiple rows

RE: Google Hotel Ads Sites Local Universal and Google Map

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Didier, In Google Ads API, Site type is not supported. Also, the segments available for Hotel Performance View is as stated in this section of guide. However, I will pass this as a FR

Re: GoogleAds RESOURCE_EXHAUSTED Rate Limits

2019-03-08 Thread Caihua Du
Thanks Josh for following up. Please let us know if you have any updated on this. One thing we observed is that for AdWords API, we make way higher request by the same dev token and everything works great. We only see the throttling after we tried the new Google Ads API. I believe something

how to create campaign using api in laravel ?

2019-03-08 Thread Siroya Vijaybhai
Hi, I clone gittub laravel sample code from below url in local https://github.com/googleads/googleads-php-lib/tree/master/examples/AdWords/LaravelSampleApp Laravel sample code included get campaign and get reports. I want code for create campaign in laravel. Anyone help me for that. Thanks

Can conversion data change in the Adwords UI after it was pulled from API?

2019-03-08 Thread jordan
Hello, Our product pulls data from a variety of sources, including Adwords. One of our users noted that for old data (2 months ago), the conversions metric doesn't match what they currently see in the Adwords UI. Meaning, for specific Ad IDs at a specific date, the Conversion value shown in

Re: (Avana)Re: BudgetService NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-03-08 Thread Maksat Mamytov
Hi API Support Team, as mentioned below I already tried the fix suggested here https://github.com/googleads/googleads-php-lib/issues/559 but it still doesn't work. Also please refer to SOAP request XML for details of request. How I can resolve this issue? Thanks, Maks On Fri, Mar 8, 2019 at

Re: (Avana)Re: BudgetService NON_MULTIPLE_OF_MINIMUM_CURRENCY_UNIT

2019-03-08 Thread Maksat Mamytov
Hi Adam, thanks for help. Just realized that documentation part is expandable. A bit confusing because other sections of documentation going with 'Download CSV' without expanding section. That's why I thought minimum unit for all currencies is 1. Thanks again, Maks On Fri, Mar 8, 2019 at

Re: How can I get values for 'Networks' column in 'All Campaigns' > 'Settings' > 'Campaign Settings' page?

2019-03-08 Thread martin . sangdo
I mean Sales, Leads, ... as attached file. No param in Adwords API to set it when create new campaign. [image: adwords_goals.png] On Friday, March 8, 2019 at 5:57:10 PM UTC+7, googleadsapi-forumadvisor wrote: > > Hi, > > The column that you are seeing in the UI should translate to the >

how to fix error not check exception?

2019-03-08 Thread rubanselva21
I have got below error ,how to fix this error? Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkNotNull(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; at

Re: Setting or Retrieving Campaign Goal through Adwords API

2019-03-08 Thread martin . sangdo
Hi, any update so far? Or alternative method is possible? We need to set objective goal of campaign by Adwords API, ex: Lead, Sale, ... On Friday, July 20, 2018 at 10:28:17 AM UTC+7, Luis Xander Talag (AdWords API Team) wrote: > > Hi GnanaPrakash, > > Currently, campaign goals are not supported

Re: Setting or Retrieving Campaign Goal through Adwords API

2019-03-08 Thread martin . sangdo
Hi, till cannot support until now? Is there any alternative method? On Monday, January 28, 2019 at 12:12:27 PM UTC+7, googleadsapi-forumadvisor wrote: > > Hi, > > Campaign goal is still not available in AdWords API. Please follow our > blog

RE: How to create Affiliate Location Extension by API

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Manh, Thank you for sharing the details. You don't need to create a FeedMapping or feedAttributes

RE: Google Ads API: search_term_view missing criterion information

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Tim, You can pull up the fields under GoogleAdsRow.getSearchTermView() to retrieve the search term and AdGroup details. For example,

Shopping Performance View Not Working

2019-03-08 Thread derek . martin
Hello, According to the new Google Ads API announcement (v1), there should now be a *shopping_performance_view* available in the reporting endpoint. However, I keep getting the same error: *400 - {"error":{"code":400,"message":"Request contains an invalid >

Google Ads API v1

2019-03-08 Thread rentcafedev1
Hello, When will Google Ads API v1 be available through NuGet Package Manager? KDJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you

LocationCriterionService return INVALID_PREDICATE_OPERATOR error

2019-03-08 Thread Zied Chaari
Hi folks, I'm trying to get locations using LocationCriterionService. When I change the predicate to "ContainsAny" or "Contains", I get INVALID_PREDICATE_OPERATOR error. Is LocationCriterionService support only "In" predicate? Thanks; Zied Chaari -- --

Re: Frequent time outs while accessing Adwords APIs

2019-03-08 Thread Carmine Pagliaro
Hi, me too. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API

Re: Frequent time outs while accessing Adwords APIs

2019-03-08 Thread Igor Schut
Hi, We see the errors on both reports and services. I'll send the soap details by private message. Thanks, Igor On Friday, 8 March 2019 17:02:16 UTC+1, googleadsapi-forumadvisor wrote: > > Hello Igor and Carmine, > > @Igor: Could you please confirm if you're seeing the errors while using >

RE: Frequent time outs while accessing Adwords APIs

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Igor and Carmine, @Igor: Could you please confirm if you're seeing the errors while using the API services or generating the reports? Could you please share the report definition or the API SOAP logs for us to troubleshoot this further? @Carmine: Could you please share the Report

RE: Blank "AdGroupType" value in Ad Group Performance Report

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Tomas, I have shared this information with the team. Please keep an eye on our blog for more updates. Thanks, Bharani, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Frequent time outs while accessing Adwords APIs

2019-03-08 Thread Igor Schut
Hi Carmine, *Could you ping adwords.google.com and share this IP address? *We think this might be the issue at hand. Are you possibly also connecting from AWS - and seeing these kind of issues? Best, On Friday, 8 March 2019 15:27:07 UTC+1, Carmine Pagliaro wrote: > > Hi all, > I have the same

Re: Frequent time outs while accessing Adwords APIs

2019-03-08 Thread Carmine Pagliaro
Hi all, I have the same problem too. since 2019/03/06 i get: .*ReportException: Problem sending data to report download server* and *SocketTimeoutException: Read timed out.* *Help Please.* *regards* *Carmine* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Google Hotel Ads Sites Local Universal and Google Map

2019-03-08 Thread Didier Roy
Hello What is the equivalent in Google Ads to Google hotel Ads Site Types : localuniversal and googlemap With Goggle Hotel Ads we were able to get reports segmented by Site type. Is this still possible with Google Ads? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Bid Adjustments

2019-03-08 Thread cv
Hello Bharani, Can I have update here. Thanks, On Wednesday, 6 March 2019 10:26:23 UTC+5:30, cv wrote: > > Hello Bharani, > > Thanks so much for all this help. > > No, You answered the My question, but > > 1) I am using PlaceHolder Feed Item Report to get All Ad Extensions. > I am getting

Re: Frequent time outs while accessing Adwords APIs

2019-03-08 Thread Igor Schut
We have the same issues at our side. Frequent timeout errors. Same API version. Could you please escalate this issue? Best, Igor On Tuesday, 12 February 2019 07:15:49 UTC+1, Chaitanya Kulkarni wrote: > > Hi Team, > > I've been working on the project which uses Adwords APIs to create the >

RE: How can I get values for 'Networks' column in 'All Campaigns' > 'Settings' > 'Campaign Settings' page?

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The column that you are seeing in the UI should translate to the AdNetworkType1 and AdNetworkType2

Google Ads API: search_term_view missing criterion information

2019-03-08 Thread tim . wlcek
Hello everybody, I am looking for a way to extract the information which criterion was triggered for a search term in the new Google Ads API. This is possible using the AdWords API querying the SEARCH_QUERY_PERFORMANCE_REPORT, which exposes the KeywordId and the KeywordTextMatchingQuery. (

Re: Google Ads API Metric List

2019-03-08 Thread Joe Stedman
No worries, I'm sure I can put one together. Thanks for sharing it with the team, it can be a really useful addition! :) Joe On Thursday, March 7, 2019 at 10:54:20 PM UTC, googleadsapi-forumadvisor wrote: > > Hello Joe, > > Currently, downloading the reports in CSV format is not yet

RE: Finding out the given feed_id belongs to which Client_Customer_ID

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Shweta, There is currently no way using the AdWords API to look up which client account the feed belongs to using only the feed ID. As suggested by my colleague Luis, you can generate a Placeholder Feed Item Report

RE: Geo Performance Report - Geo Target - Metro Codes Names mapping CSV ?

2019-03-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Pranay, Before proceeding further with the investigation, could you provide to me your clientCustomerId and the complete screenshot of where you downloaded the report from the Google Ads UI? Thanks and regards, Peter Laurence N. Oliquino AdWords API Team On 03/08/19 01:50:05