more examples for php google ads api recommendations type

2020-05-04 Thread Shiv Kumar
It would be great if someone point me to the PHP client library documentation for google ads API for retrieving data for all recommendation types. I really find it hard as the basic examples provided or the documentation of the API or the PHP library doesn't even specify which class methods to

Re: issue with SearchImpressionShare for whole Campaign

2020-05-04 Thread Daniel Alvarado
Hi Mitchell, That makes sense. However, is there any way we can obtain Potential Impressions from the AdWords API? I checked the Campaign Performance Report columns and it doesn't seem to be a

Google Ads Developer Docs - Site Crash

2020-05-04 Thread 'Jeff Feng' via AdWords API and Google Ads API Forum
Hi all, I'm working on some Ads API development and noticed that the developer docs site has been crashing - https://developers.google.com/google-ads/api/docs/start I've tried this on multiple devices and networks. Each time I load the page I get a 'Service Unavailable' error - is the same

RE: Google ads customer list using PHP REST API

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Amit, Thanks for reaching out. With regards to your concern about retrieving customer ids using a customer list, you can refer to this code example and refer to this guide. For your second concern about to retrieve campaign, ads using customer id, you will have to make the call with a

RE: UnmarshallingError when trying to call ConversionTrackerService using the Ruby library

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Mateus, Thanks for reaching out. Can you please provide the complete detailed logs for the request and response so that I may take a closer look? Additionally, can you confirm if 154-447-7958 is your CID? When providing this information, please ensure you "Reply privately to author."

Re: Error message while downloading data

2020-05-04 Thread Mariana Mireles
Hi Marketing Marketing. Could you explain to me How to fix the problem. At this moment, I have the same. :( On Tuesday, 3 April 2018 23:25:38 UTC-5, Marketing Marketing wrote: > > Hi Milind, thank you so much for your patience and hearing me out. I have > been able to solve the problem. I

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi, To convert a UNIT (leaf) node to a SUBDIVISION, you need to have the following operations in the same request: Remove the existing UNIT node. Add a new SUBDIVISION node. Add child UNIT nodes of the new SUBDIVISION node. Please see this section of the Shopping campaigns guide . Thanks,

Re: Enabled CampaignSharedSet which is attached to Removed SharedSet

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Tetiana, Yes, I received your email - thanks for providing those details! Can you please clarify a few things for me? You mentioned the following: When we update rule, we unapply campaigns from SharedSet, remove SharedSet and create the new one with up to date rule. Are you performing

Re: How to add global negative placements

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi, Could you please reply privately to author your full request and response so I can see what the error you are facing is? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSU68:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Get Account Budget Spend

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Sanket, Thank you for reaching out to us. I see that you're trying to find how much you've spent of your budget via the API. You can use Account Performance Report and pull the cost field to find how much of your budget you've spent. Let me know if you have further questions. Thank you,

RE: where can i get all changes made by employees on a google Ads account for a given date range (Change history)?

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Dileep, Thank you for reaching out to us. Unfortunately CustomerSyncService doesn't provide the users who've made the change. I can request this feature to be added in future installments. In the meantime, please follow our blog for if and when this feature is added and for more updates.

Google ads customer list using PHP REST API

2020-05-04 Thread Amit
Hi. How do I retrieve customer list after OAuth2.0 login authentication using REST API PHP? I am looking for the customer IDs and Names after successful login. I wish to retrieve the result in JSON format after making a REST API call in PHP. Please give me the API that I can call. Also,

RE: Difference between Google Ads UI, Google Ads Big Query Export Data and Google Ads API

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Venika, Thank you for reaching out. In terms of the discrepancies between the Google Ads UI and API, can you please provide your client customer ID plus any relevant logs/reports that further explain the issue via Reply privately to author so that I can further investigate the issue? For

UnmarshallingError when trying to call ConversionTrackerService using the Ruby library

2020-05-04 Thread Mateus Luiz
Hello, I'm trying to get my conversions created using the Ruby library with following code: ``` @client = AdwordsApi::Api.new service = @client.service(:ConversionTrackerService, :v201809) service.get ``` But I'm always getting this error back: WARN -- : ID: 154-447-7958, URL:

RE: Accidentally deleted Client ID and Secret

2020-05-04 Thread Google Ads API Forum Advisor Prod
Please ensure you "Reply privately to author" to ensure that this information remains protected. Thanks, Danica, Google Ads API Team ref:_00D1U1174p._5004Q1zJw1f:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: How to send goal details using API ?

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Sudhakar, Thanks for reaching out. With regards to your concern about to pass goal details using API, Unfortunately, there is no way to set the goal using the API. You will have to do it manually in the UI. There is an existing feature request for this so I would recommend keeping an eye on

RE: How to get predefined Time Reports in google api

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Naveen, Thanks for reaching out. With regards to your concern about the to get the time based predefined reports via Google Ads API, Unfortunately there is no specific report available in the API. But,you can use the below list of the time based predefined reports and their matching

RE: Filtering ConversionCategoryName for 'Other' Is not working

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hello, I will need to take a closer look at this. Can you please reply privately to author your report definitions and CID? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zJvgb:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: The campaign type search network with display select from the API gives me empty title.

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Dileep, Can you please provide me the API report query you used to get this information? Please send this via reply privately to author. From your screenshot, it looks like you are using the Google Ads interface, not the API. Regards, Anthony Google Ads API Team

Re: How to add global negative placements

2020-05-04 Thread cv
Hi Anthony, I would also like to assign created SharedSet to campaigns. For that, I was using like this $campaignSharedSet = new CampaignSharedSet([ 'campaign' => new StringValue( ['value' => ResourceNames::forCampaign($this->customerId,

RE: How To Set Scheduling To Feed Item on .Net Client

2020-05-04 Thread Google Ads API Forum Advisor Prod
Hi Mehmet, When you create your ExtensionFeedItem, you set its scheduling to a FeedItemScheduling object. You should see a scheduling field for all of the ExtensionFeedItem types. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaT6Nw:ref -- --

Re: Difference between Google Ads UI, Google Ads Big Query Export Data and Google Ads API

2020-05-04 Thread Venika Wadhwa
Hi Did your problem get solved ? I am facing the same issue certain campaigns are missing can't figure out why. On Thursday, November 21, 2019 at 3:14:02 PM UTC+5:30, Manuel Spierenburg wrote: > > Hi, > > I'm seeing some difference in the data when I compare the google ads ui > with data from

Re: How to get Conv values (by conv time) and Conversions (by conv time) metrics?

2020-05-04 Thread Kenny Nguyen
Thanks for the answer. Best, Kenny. On Wednesday, April 29, 2020 at 9:40:55 PM UTC+7, adsapiforumadvisor wrote: > > Hi Kenny, > > These are not currently available in the API. I will file a feature > request on your behalf. > > You can follow our blog

Get Account Budget Spend

2020-05-04 Thread Sanket Tandalekar
Hi, I'm working on Google Adwords and specifically on Account Budget module. I got the Account budget by calculating spendinglimit and totaldjustments but I don't know how to calculate Budget Spend or which API to use to resolve this issue. Can you help me out with this? Thanks, Sanket

How to send goal details using API ?

2020-05-04 Thread sudhakar dadi
Hi, I want to pass goal details using API. But I couldn't find any api related to goal. Could you please help me with this? I am referring the below goal link. https://support.google.com/google-ads/answer/7450050?hl=en -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Google AdWords API: RequiredError.REQUIRED, operations[0].operand.criterion.parentCriterionId, and PRODUCT_PARTITION_DOES_NOT_EXIST

2020-05-04 Thread gagan gupta
Wonderful and Respectful, this worked for now :) Now I want to create one more level of SubDivision on the same. For example: 1. Split childBiddableAdGroupCriterion into 2 Units again, one will have CUSTOM_ATTRIBUTE_1 as "someValue2" and Everything Else. This Means I want All products which

Re: Enabled CampaignSharedSet which is attached to Removed SharedSet

2020-05-04 Thread 'Tetiana Omelinska' via AdWords API and Google Ads API Forum
Hi Danica, I replied you privately with detailed information about our issue. Have you received my email? BR, Tetiana On Thursday, April 30, 2020 at 9:27:27 PM UTC+3, adsapiforumadvisor wrote: > > Hi Tetiana, > > Thanks for reaching out to us! Yes, kindly share your CID as well as the >

How to get predefined Time Reports in google api

2020-05-04 Thread Naveen Kumar
Hello team I would like to get the time based predefined reports for my ad accounts throught google ads api. How do i get that ? I do not see relevant reports in report types of the documentaiton Regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: