Re: How to add global negative placements

2020-04-27 Thread cv
Hi Anthony, I am using new Google Ads PHP Lib(beta). The UI can take any url, that can automatically converted to channel, so thought it might be possible using API. So, I would only do the following criteria to exclude. 1. ContentLabel

Re: How to create adgroup with automated targeting in display campaigns?

2020-04-27 Thread 'Q' via AdWords API and Google Ads API Forum
Thank you so much :) On Monday, April 27, 2020 at 9:44:24 PM UTC+8, adsapiforumadvisor wrote: > > Hi, > > Unfortunately, it is only possible to create a smart ad group in a smart > display campaign using the API. I have created a feature request on your > behalf. You can keep an eye on our

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Gregory Gan
Hi Mitchell, Also, with uploading a member list to an exisiting audience list with the Google Adwords API, it seems like it went through as the last upload date changed to the time and day I did the post my members list. However, the number of members size doesn't seem to change (as shown in

Re: How to check conversion which are imported from GA

2020-04-27 Thread xy sun
Hi Danica Calusin, I am trying Account Performance report and Search Query Performance report. Thanks, Xiaoying On Tuesday, April 28, 2020 at 2:11:05 AM UTC+8, adsapiforumadvisor wrote: > > Hi Xiaoying, > > Can you specify which report you are trying to pull this information from? > >

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Gregory Gan
Hi Mitchell, yeah in terms of using Google Adwords mutateMembers REMOVE operation to remove a specific member, would I instead of feeding the request a userID, I just feed in the sha256

Re: AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-27 Thread Greenleaf
Thanks for your reply Xiaoming. Below is the code that I'm using. It looks to me that the attributes (campaign id and campaign name) are in the SELECT clause. Or am I missing something basic here? query = ('SELECT campaign.id, campaign.name FROM campaign ' 'ORDER BY campaign.id')

Re: USER_PERMISSION_DENIED on Get recomandation call

2020-04-27 Thread emona hystuna
Hello Nirmita, First of all thank you for the response, We already have credentials from the AdWords API and the code of google_ads_php.ini is as shown: [GOOGLE_ADS] ; Required AdWords API properties. Details can be found at: ; https:

RE: Unable to use the AdWords - Empty response on several services

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Ricardo, Thanks for reaching out. In order for me to further investigate, can you please provide your CID as well as the complete detailed request and response logs? Ensure you "Reply privately to author" when providing this information. Thanks, Danica Calusin, Google Ads API Team

Re: Loading historical data for fields that will be deprecated in Google Ads API

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Theo, That is correct. You will have to get the data from the UI since it will not be available in Google Ads API. However, please be advised that the AdWords API sunset date will be at least one year after Google Ads exits "beta" and reaches full feature parity with AdWords. Regards,

RE: Gmail Ads and Expanded Text Ads

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Vitor, Thanks for reaching out. With regards to your concern about the to create gmail ads and expanded text ads under the same campaign type, currently its not possible because you can only create gmail ads in a gmail campaign but gmail campaigns don't support expanded text ads. So I would

RE: Identifying Campaigns Using Conversion Actions

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Kate, Thank you for reaching out. Yes, you could specify the ExternalConversionSource to 'UPLOAD%' in the predicate to identify campaigns that are using offline conversion actions. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team

RE: Google Ads API: List all available userList in a customer account example?

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Gregory, Thank you for reaching out. I responded to your other thread here. Please respond there if you have any additional concerns. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaSRiA:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Accessing User lists through a rest endpoint

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Greg, I will be responding on behalf of my colleague Nikisha. You should still be able to use the following: End Point: https://googleads.googleapis.com Request URL: https://googleads.googleapis.com/v3/customers/{customer_id}/userLists:get Make sure your customer_id has no dashes and also

RE: How to add global negative placements

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, it is not possible to exclude YouTube users via the API. You can use the CustomerNegativeCriterionService to exclude criteria from the customer level. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSU68:ref -- --

RE: How to exclude a particular hotel from a hotel group listing group

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You can exclude a listing group by setting the AdGroupCriterion negative field to true when creating the listing group. If you are just trying to exclude 1 property, you can put it in it's own listing group and follow this method. If this is not what you're

RE: How to get Ad type?

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Ashwanth, Thank you for reaching out. As you can see in this code snippet, expanded_dynamic_search_ad is corresponding to type 7 in the Google Ads API. So there is no issue with the data returned. As you are using the third party Node package, you could contact the package owner to raise

RE: How to get top of page bid low range - high range estimates?

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Erman, Thank you for reaching out. Unfortunately, this metric is not currently available in the API. You can keep an eye on our Developer Blog for information on future releases. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaSSuz:ref -- --

Re: How to check conversion which are imported from GA

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Xiaoying, Can you specify which report you are trying to pull this information from? Thanks, Danica Calusin, Google Ads API Team ref:_00D1U1174p._5001UZVMto:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Gmail Ads and Expanded Text Ads

2020-04-27 Thread Vítor Brito
Is it possible to create gmail ads and expanded text ads under the same campaign type? If so, which type would that be? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Greenleaf, Thank you for reaching out. AttributeError: 'GoogleAdsRow' object has no attribute 'results' usually occurs when you try to get the attribute from 'GoogleAdsRow' object while you didn’t put it in the SELECT clause in the query. If you add this attribute in the query, the issue

RE: OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE removing adgroup

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Artem, Thank you for reaching out. It is possible to remove adgroup. Could you please share the complete request and response logs along with the client customer id via the Reply privately to author option for me to further investigate? Thanks and regards, Xiaoming, Google Ads API Team

RE: How to get data for "Where Ads showed" tab under Placement Section via Adwords API

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Mohan, Unfortunately, you won't be able to get the YouTube channel from the Automatic Placements Report, which is the report mapped to Where Ads Showed in the UI. The only report the video channel is available is the Video Performance Report. Regards, Anthony Google Ads API Team

Unable to use the AdWords - Empty response on several services

2020-04-27 Thread Ricardo Madriz
Hello there! I'm currently having issues to query data from the AdWords API using the python client. I have followed the setup steps but anytime I try to use a service all I get back is an empty response. I have tried so far with the following services: "CampaignService",

Re: User doesn't have permission to access customer.

2020-04-27 Thread Ahmet Enes DABANLIOGLU
I set manager's customer id to login-customer-id. This fix my issue. Thank you. On Monday, 27 April 2020 15:48:19 UTC+1, adsapiforumadvisor wrote: > > Hi Ahmet, > > Thank you for reaching out to us. Could you check that in the > login-customer-id field has the manager's customer id? If it does,

Identifying Campaigns Using Conversion Actions

2020-04-27 Thread Kate Ammann
What is the best way to identify campaigns that are using offline conversion actions? Is it just to pull a campaign performance report and segment by values in ExternalConversionSource where like 'upload%'? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Loading historical data for fields that will be deprecated in Google Ads API

2020-04-27 Thread Theodor Sandström
Hi, Some of our clients place great value on being able to compare their marketing performance with historical data. When the Adwords API sunsets, will there be no way to get accurate data for time periods where deprecated ad types were used? Best regards, Theo @ Funnel On Friday, April 24,

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Greg, You can only do this through AdWords API using mutateMembers REMOVE operation. You specify the members you want to delete in the MutateMembersOperand membersList. You can also delete the entire list by setting removeAll to true. You can upload the same list of members to multiple

Re: Find maximum conversion window for a report

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Ilya, Thanks for reaching out. Please find answers to your questions below. With regards to your concern about downloading a report other than campaign performance, you can use the same approach as I previously mentioned to get the window size related information in the reports. You may

RE: I have applied for a Basic Access Acount, but did not receive confirmation email

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. I see you have a question on when you should receive a reply from the API Compliance Team. It should take about two business days after you submit your application for the API Compliance Team to reach back out to you. Let me know if you have further

Re: How to add global negative placements

2020-04-27 Thread cv
Hi, I know that I can add a Youtube channel using Youtube Channel but what about User? How Do I add https://www.youtube.com/user/DisneyCollectorBR as a negative? Thanks, On Monday, 27 April 2020 19:42:28 UTC+5:30, cv wrote: > > Hi, > > I was trying to add placements as a Global Negative

How to add global negative placements

2020-04-27 Thread cv
Hi, I was trying to add placements as a Global Negative List. I was doing by this. $placements = ['https://www.youtube.com/channel/UCMwS4p5XhAY9Rhqq7EGGKQA', 'https://www.youtube.com/channel/UCVHO-W63u8RrXa6BAHxfLtQ', 'https://www.youtube.com/user/DisneyCollectorBR',

Re: How to create adgroup with automated targeting in display campaigns?

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi, Unfortunately, it is only possible to create a smart ad group in a smart display campaign using the API. I have created a feature request on your behalf. You can keep an eye on our Developer Blog for information on future releases. Regards, Mitchell Google Ads API Team

How to get top of page bid low range - high range estimates?

2020-04-27 Thread Erman HAVUÇ
Hi there, I'm using TargetingIdeaSelector from TargetingIdeaService in Adwords API for getting keywords based on URL and I want to also get top of page bid estimates as provided in Google Ads - Keywords Plan UI. In my understanding, TargetingIdeaSelector does not provide these fields. I

How to get Ad type?

2020-04-27 Thread Ashwanth Madhav
For pulling goole ads deatils I'm using google ads api npm. Here in the link https://opteo.com/dev/google-ads-api/#ad ,Type 7 is SHOPPING_SMART_AD. But when pulling data using NPM, getting expanded_dynamic_search_ad object with type 7 ?

Re: How to get data for "Where Ads showed" tab under Placement Section via Adwords API

2020-04-27 Thread Mohan Pd. Upadhyay
Can anybody help me to fetch Where ADs Showed report with youtube channel for a display ad? On Wednesday, April 24, 2019 at 4:57:55 PM UTC+5:45, Ronak Shah wrote: > > Hello, > > We are trying to fetch the data for "Where ADs Showed" tab which is there > under Placements section via Adwords

Re: Find maximum conversion window for a report

2020-04-27 Thread Ilya Borisenko
Hi Nirmita, thanks for the response. I've got two more questions about this: 1. You suggest to get tracker types from campaign performance report. Will other reports have data from the same trackers with the same window sizes? In other words, if I'm downloading a report other than campaign

AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-27 Thread Greenleaf
Hi Trying to migrate from the AdWords API to the Google Ads API. In my test run using get_campaigns.py ( https://github.com/googleads/google-ads-python/blob/master/examples/basic_operations/get_campaigns.py), I get the following error: AttributeError: 'GoogleAdsRow' object has no