UAC and Discovery Campaigns Report for AdGroup - AdWords API x Ads API

2020-05-27 Thread Luiz Yamada
I already search in Forum about this type of Campaign BUT Using GoogleAdWords API, i can obtain info about this type of campaigns but using Google Ads API no But, for AdGroup level report, in GoogleAds API i can get UAC Campaings but, in Google AdWords API no (only in campaign level report)

Re: How to add a user to existing Google Ads account

2020-05-27 Thread ddofborg
Thank you for the clarification. We don't have access to the interface in most cases and want to invite a user for an existing account. Ah well Do you get complaints on the new API? The API is so complicated and difficult to use. I've been developing for AdWords API sinds 2012/13 and that

Campaign, Adgroup and ADs Relation

2020-05-27 Thread Isaac Choe
Hello, I am using the google APIs and had a question about the relationships between Campaigns, AdGroups and Ads. Reference (https://developers.google.com/google-ads/api/reference/rpc/v3/AdGroup) When I make sample calls and reference the documentation for example, I do not see a direct

RMF implementations

2020-05-27 Thread JP Freire
Hello, I am implementing RMF for reporting only. In these reports, I make requests only to endpoints at the ad and keyword level. However, from these requests, I get the campaign and ad group performance and show them. Do I also need to implement campaign and ad group reporting functionality?

Re: How to add a user to existing Google Ads account

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Dennis, That's alright! Sometimes users may come here to ask questions about the UI so I wanted to make sure. As for your concern, unfortunately you cannot list the users for an account nor add a new user to an account via the API. Currently, this can only be done in the UI by logging into

Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-05-27 Thread Pratik Patel
On Wednesday, May 27, 2020 at 5:21:44 PM UTC+5:30, Pratik Patel wrote: > > > Hi, > > > I am developing app where user authorize to app using their adword account > credential and later they can see their ad campaigns and all. > I am using googleads/googleads-php-lib library and webapp flow( >

How to get client customer id of authorized adword account user through oauth2 in PHP

2020-05-27 Thread Pratik Patel
Hi, I am developing app where user authorize to app using their adword account credential and later they can see their ad campaigns and all. I am using googleads/googleads-php-lib library and webapp flow(

Re: Ads Editor API Internal Error

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Sean, You can enable logging for Adwords shown here or for Google Ads API shown here. Once you receive these logs could you please send them to us so we can further assist you with your concern? Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q1zrx2E:ref -- --

Google Ads: shopping data is missing from the query to search_term_view

2020-05-27 Thread Kinjal
Querying to search_term_view successfully return response. This is how the response is iterated: ServerStream stream = ; for (SearchGoogleAdsStreamResponse response : stream) { for (GoogleAdsRow googleAdsRow : response.getResultsList()) { // ... } } The problem is that it doesn't work

RE: How to retrieve search terms via the Google Ads Api

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Christian, Thank you for reaching out. You could query the search_term_view resource to fetch the search term data. Let me know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q1zs5v4:ref -- --

RE: Google Ads: shopping data is missing from the query to search_term_view

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Kinjal, Thank you for reaching out. Can you please share your client customer ID and the detailed logs of the complete API request so that I can further investigate? Ensure you "Reply privately to author" when providing this information, Regards, Danica, Google Ads API Team

Re: Does GoogleAds API support fetching SHOWCASE_AD

2020-05-27 Thread Dongqi Wang
Thanks Mitchell! One more question please. Is there any new ad type or similar ad type that will replace showcase ad in your plan? Best, Dongqi On Tuesday, May 26, 2020 at 4:44:39 PM UTC, adsapiforumadvisor wrote: > > Hi Dongqi, > > Thank you for reaching out. Unfortunately, this ad type is

Cannot find smart campaigns

2020-05-27 Thread Guilherme Kowalski
Are smart campaigns supported by the google ads API Beta? Is there anything I can do to be able to edit these smart campaigns using the API? Maybe use the adwords library? I'm currently using google ads API Beta with a python library -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: PHP: How to add a video to a Gmail Ad?

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Noam, Thank you for reaching out to us. I see that you're encountering an issue uploading videos to Gmail Ads. Could you please provide us with the full request and response logs for where this error occurs so that I may further assist you? Thank you, Bryan, Google Ads API Team

What campaign types are not supported by the google ads API Beta?

2020-05-27 Thread Guilherme Kowalski
What campaign types are not supported by the google ads API Beta? I'm having trouble to find some of my users campaigns in my app. I know by experience video campaigns, hotel, discovery are not reachable or editable. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

How to Setup Logging in Python?

2020-05-27 Thread Scott Clumpus
I'm trying to generate response logs when querying the Google Ads API in my python script. Although I don't know how to setup the logging with the documentation given here: https://developers.google.com/google-ads/api/docs/client-libs/python/logging Any advice would be appreciated. Thanks,

RE: keyword bid upload duplicacy error

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Hari, Thank you for reaching out. All unique keywords in an ad group should have a different Keyword ID so please make sure you are checking the proper value. Please share your client customer ID, campaign ID, and ad group ID via Reply privately to author so I can further investigate the

ConversionCategoryName - Campaign Performance Report API

2020-05-27 Thread Raz Rolnik
due to google changed lead split to several conversion action category [image: image (3).png] If I choose "submit lead form" category each value I expect to get in ConversionCategoryName field? Lead or "submit lead form"? I didn't find relevant information in

Re: "Device" not compatible with "Days to conversion"

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi David, I appreciate your patience. As i previously mentioned, please look at the segments reference doc for these fields. Then, look for these two fields, and look at the 'selectable with' list. You'll see that these two segments based on that documentation are not selectable with each

Re: Is it possible to resend email invitation to Google Ads account?

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Vlad, Thank you for reaching out. You could just repeat the process to send out the invitation one more time and check if the user receives it in their email address. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q1zrm9B:ref -- --

Re: Does GoogleAds API support fetching SHOWCASE_AD

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Dongqi, Google Ads API currently supports Shopping Product Ads and Smart Shopping Ads. You can keep an eye on our Developer Blog and release notes for information on future releases. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zrpGb:ref -- --

RE: ConversionCategoryName - Campaign Performance Report API

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Raz, Thanks for reaching out. With regards to your concern about the conversion action category in the campaign performance report, unfortunately, The “submit lead form” category is not supported in the ApWordsAPI. so I would recommend keeping an eye on our Developer Blog for information

RE: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Pratik, Thank you for reaching out. The documentation you quoted was a prior version and was deprecated. The current version does not have the get() instead it is getCustomer() which requires you to provide the client customer id to make the API calls. Thanks and regards, Xiaoming, Google

Exclude Product Group in API

2020-05-27 Thread Bruno Javier Gaineddu
Hello, I need to do the following: To be able to exclude a "Product Group" by api. >From panel I can do it, but I need to do it by Adwords API, is it possible? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Campaign, Adgroup and ADs Relation

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Isaac, Thank you for reaching out to us. I see that you want to connect the Campaign ID to the Ad Group when you call it in a request or reporting query. You are able to do this by querying campaign ID while querying AdGroup metrics and fields, as AdGroup supports Campaign fields (as shown

RE: Exclude Product Group in API

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Bruno, Thank you for reaching out. You can do this in AdWords API by using the AdGroupCriterionService and adding a NegativeAdGroupCriterion of type ProductPartition. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q1zsN0a:ref -- --

RE: What campaign types are not supported by the google ads API Beta?

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Guilherme, Thanks for reaching out. With regards to your concern about the campaign type by the Google Ads API, You can see the here all support campaign type. If you have any issue, can you please share the complete report definition and customer id, Please reply privately to the author

RE: Smart campaigns

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Yes, you can get Smart campaigns by using the "UNKNOWN" advertisingChannelType. The "UNKNOWN" type could also refer to other types of campaigns as it is used for campaigns that are not yet fully support by the API. Let me know if you have any additional

RE: RMF implementations

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Freire, Thank you for reaching out. Yes, if you show them on the interface then you must implement the campaign and ad group Reporting Functionality as described here. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team

RE: UAC and Discovery Campaigns Report for AdGroup - AdWords API x Ads API

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Luiz, Thanks for reaching out. With regards to your concern, you can get all type of campaign using campaign report with campaign.advertising_channel_type in the Google Ads API. Some of the campaign is not available in AdWords API like UAC. I would recommend keeping an eye on our Developer

RE: Cannot find smart campaigns

2020-05-27 Thread Google Ads API Forum Advisor Prod
Hi Guilherme, Thank you for reaching out. You could create the Smart Display Campaigns in the Google Ads API. Please refer to this code example on how to implement it in the Google Ads API. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q1zsKxP:ref -- --

Re: PHP: How to add a video to a Gmail Ad?

2020-05-27 Thread Noam Alloush
Hi Bryan, I posted on my first post. I think it's related to the way I setup the video ID. Take a look on the code On Wednesday, May 27, 2020 at 9:01:55 PM UTC+3, adsapiforumadvisor wrote: > > Hi Noam, > > Thank you for reaching out to us. I see that you're encountering an issue > uploading

Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-05-27 Thread Pratik Patel
On Thursday, May 28, 2020 at 12:09:21 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Pratik, > > Thank you for reaching out. The documentation you quoted was a prior > version and was deprecated. The current version does not have the get() > instead it is getCustomer() >

Re: How can I test the API with a test account?

2020-05-27 Thread Arlen C
Hi Bryan, The link in #1 with steps to create a manager test account are not very specific, could you clarify the steps needed there? Step 1 of that document says: "Go to the Google Ads manager accounts page and create a test manager account." However, the link takes us to a generic landing

Re: "Device" not compatible with "Days to conversion"

2020-05-27 Thread David Nogén
Hi, Is there any updates on the private message I sent? If you need more information from us then please don't hesitate to reach out. This is a priority for us so we want to know how to proceed. BR David @ Funnel On Tuesday, May 19, 2020 at 9:11:39 PM UTC+2, adsapiforumadvisor wrote: > > Hi

PHP: How to add a video to a Gmail Ad?

2020-05-27 Thread Noam Alloush
This is my code and I don't understand what is wrong here: $videoURL = new Video(); $videoURL->setMediaId('zcs2xAXXaZw'); // Creates a Gmail ad. $gmailAd = new GmailAd(); $gmailAd->setTeaser($teaser); *$gmailAd->setProductVideoList([$videoURL]);* $gmailAd->setMarketingImage($marketingImage);

Re: How can I test the API with a test account?

2020-05-27 Thread Arlen C
I believe I have it working, and am leaving a note for whomever may benefit from this. I'll try and leave as much detail as possible, even if some of them are basic: 1. If you don't already have a production manager account: 1. Create a new ads account at https://ads.google.com/