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

2020-04-23 Thread 'Q' via AdWords API and Google Ads API Forum
Thank you for your help! Can I create automated targeting ad group under a display campaign, not under a display smart campaign? When the automated targeting ad group created manually under a display campaign(not a display smart campaign, the AdvertisingChannelSubType is none when retrieving

Re: Missing data in AdGroups Performance Report

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi Mounir, Thanks for reaching out. With regards to your concern about get AdGroup name information, you can get the ad group names for app campaign using the AdGroupservice.get() via name field. Please refer to the code example here for . For your second question, Currently it is not possible

RE: Find maximum conversion window for a report

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi Ilya, Thanks for reaching out. Unfortunately, there is no report available to get the maximum conversion window size related in the API. What you can do instead is use the ConversionTypeName segment in the campaign performance report to get metrics for your conversion actions. Then, you

Re: Missing data in AdGroups Performance Report

2020-04-23 Thread Mounir Hamoudi
Hi Nirmita, Thank you so much for the quick reply! It looks like we missed this detail from the documentation. According to your link, we ended up by changing to Campaign Performance report .

RE: Adwords API get Operation not working

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Can you please provide the complete detailed request and response logs for your call via Reply privately to author so that I can further investigate the issue? You can find information on enabling logging here. Regards, Mitchell Google Ads API Team

RE: Can we removeAll the users first and then add new users to AdWords every day by API?

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi Xiaowei, Thank you for reaching out. To clarify your statement, the mutateMembers() operation allows you to add or remove a list of members from the UserList. The amount of members in your userlist isn't capped at 500,000, the amount of members you can add/remove at a time (not including

Re: How to check conversion which are imported from GA

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi Xiaoying, ConversionAction has a field of type ConversionActionType, which can be specified as type WEBPAGE. If this is not what you are looking for, please let me know. Thanks, Danica Calusin, Google Ads API Team ref:_00D1U1174p._5001UZVMto:ref -- --

RE: adwords vs google ads

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi, I took a look at your MCC account 5609887012 and found that this account also has a test account level developer token. Were your AdWords API accounts test accounts? In that case you wouldn't have encountered an issue if you were only accessing test accounts. You can tell if an account is

Find maximum conversion window for a report

2020-04-23 Thread Ilya Borisenko
To find a conversion window size, we can retrieve a ConversionTracker and check viewthroughLookbackWindow and ctcLookbackWindow values. But how to get the maximum conversion window size related to a certain report type with some custom set of fields? Thanks! -- --

RE: Testing Adwords API requires a true account?

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi Roberto, Test accounts can be used to test the API, however, you will need to sign up for the API using a production manager account. Also note that test accounts don't have real data so you will need to keep that in mind when testing. Here is our guide on test accounts that will provide

Re: adwords vs google ads

2020-04-23 Thread Linkeo Linkeo
After a long time I have: Selector.select() returned prematurely 512 times in a row; Le mercredi 22 avril 2020 16:13:09 UTC+2, Linkeo Linkeo a écrit : > > Hi, I'm trying to access to an account with google ads api using same > configuration (credential/ token / Login customer) than with Adwords

Re: Is there a reason we are unable to get Bid_modifier metrics in connection demographic criteria such as Age, Gender, Paretal Status, Geo, audience, etc...

2020-04-23 Thread Google Ads API Forum Advisor Prod
Hi James, You can retrieve targeted location criterion through the locations_view report where you can select campaign_criterion.bid_modifier. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaRpcI:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: How to check conversion which are imported from GA

2020-04-23 Thread xy sun
Hi Danica Calusi, For API GetConversionAction which returns ConversionAction , seems that ConversionAction

Missing data in AdGroups Performance Report

2020-04-23 Thread Mounir Hamoudi
Hello, We are using the Adwords API to download performance reporting data (ADGROUP_PERFORMANCE_REPORT) and we have noticed some discrepancies between the Google Ads UI and the downloaded CSV file: there are fewer campaigns in the CSV file. There are no filters applied to the API query, we

Re: adwords vs google ads

2020-04-23 Thread Linkeo Linkeo
I use a token to access production accounts with Adwords API. The mcc is 5609887012. I can manage all other child accounts with this token. the same token seems not working with the new google ads API. The GUI / Api center shows a different token and: Your developer token is currently enabled

Adwords API get Operation not working

2020-04-23 Thread cv
Hi, I was using the get Operation to get campaigns, since yesterday it was working fine, but not getting values from today. What can be an issue and how I can track the same? I was using code > > $oAuth2Credential = (new OAuth2TokenBuilder()) > ->fromFile(ADS_INI_PATH) >

Testing Adwords API requires a true account?

2020-04-23 Thread Roberto
Our software that uses the Adwords API, can we use the test account to test or do we have to use a real account with a credit card connected? thanks! Roberto. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: How to check conversion which are imported from GA

2020-04-23 Thread xy sun
Thanks Danica Calusi. I will try this. On Thursday, April 23, 2020 at 1:33:37 AM UTC+8, adsapiforumadvisor wrote: > > Hi Xiaoying, > > You can use ConversionActionService > > >

Re: I have issue downloading the Ad_performance report using HTTP calls

2020-04-23 Thread TECGCA96 TECGCA96
Thank you for your help! I will try this and get back to you. Regarding the client library, i have raised the concern already, but i did not get the reply from them. If i get one i will check that too On Thu, 23 Apr 2020 at 02:32, Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com>