Re: How to fetch “demographic combinations” report via Google Ads API?

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hello James, I'm glad to give you a bit of history on this since I've been on the API over 5 years. Some of the views in the UI that you are seeing are relatively new. The API does tend to lag behind the UI. In this case, the UI was completely rebuilt over a year ago with these new views, and w

RE: Why geographic_view returns strange ad_group id?

2020-04-22 Thread Google Ads API Forum Advisor Prod
Greetings Dong, With App Campaigns, I believe there are hidden ad group in our system to do some campaign management behind the scenes. I don't believe you should be seeing those. In your case, I believe the ad group you are seeing 7669697 is the same as 77484492406 that you can see in the

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

2020-04-22 Thread Google Ads API Forum Advisor Prod
Greetings! If you really want to try all of this with curl, you can do this. Please replace the with your own information. The first command gets you the access token, which you insert into the second command. The second gets you the report you needed. curl --data "refresh_token=&client_id=&

Re: Google Ads API: unreliable conversions count and cost

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Mike, It looks like you can use the fields of Campaign Report when you use Geographic_View and that the segmented resource "Hour" will still segment and group by hour for your Geographic_View results. You should still be able to use these fields of Campaign Report even though you specify tha

Re: Google Ads API: unreliable conversions count and cost

2020-04-22 Thread Mike
Hi Bryan, I am already aware of this. using the geographic_view you cannot have group by hour. using the campaign_view you cannot have group by country. So based on the above API issues, you cannot track in a reliable way the conversions and the cost because you cannot have by hour analysis fo

RE: Why geographic_view returns strange ad_group id?

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Dong, Thank you for reaching out to us. I'll take a look at this internally with my team and get back to you as soon as possible. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UaRurZ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://g

Re: How to check conversion which are imported from GA

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Xiaoying, You can use ConversionActionService to return a ConversionActionType of WEBPAGE. For more information on conversions in Google Ads API, you may also refer to this guide. Let me know if you have any additional questions. Thanks, Danica Calusin, Google Ads API Team ref:_00D1U1174p._5

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-22 Thread 'James Nixon' via AdWords API and Google Ads API Forum
What about for Geographic? On Wed, Apr 22, 2020 at 12:13 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi James, > > Thank you for reaching out. If you want to get the bid modifier for a > Gender, you can use the gender_view >

RE: How to fetch the Bid. Adjustments at a demographic level in combination with demographic metrics such as clicks and cost in the Google Ads API

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi James, Thank you for reaching out. I responded to your question in your other thread that you posted here. Please respond there if you are still having any issues. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UaRqjs:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

RE: USER_PERMISSION_DENIED on Get recomandation call

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Emona, Thanks for reaching out. The error USER_PERMISSION_DENIED usually occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. Could you please make sure that the manager account you used to authenticate the ca

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-22 Thread Google Ads API Forum Advisor Prod
Hi James, Thank you for reaching out. If you want to get the bid modifier for a Gender, you can use the gender_view report and add ad_group_criterion.bid_modifier to your SELECT clause. This is the same for the age_range_view, parental_status_view, etc. Regards, Mitchell Google Ads API Team re

RE: Google Ads API: unreliable conversions count and cost

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Mike, Thank you for reaching out to us. For information on how to pull reports for App Campaigns, you can see this documentation for the setup. You can then pull data using the Campaign Report that includes cost_per_conversion, all_conversions, and conversion_action that will provide informa

Re: How to fetch “demographic combinations” report via Google Ads API?

2020-04-22 Thread 'James Nixon' via AdWords API and Google Ads API Forum
Understood, thank you. Can you elaborate on the reasoning behind exposing tools and reports in the UI that are not replicable in the API? On Wed, Apr 22, 2020 at 10:30 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi James, > > Unfortunately, there are no demograp

RE: Url Performance Report Mapping in UI

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Talha, Unfortunately, there is still currently no view in the Google Ads UI that corresponds to the Url Performance Report in the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaRokB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Why geographic_view returns strange ad_group id?

2020-04-22 Thread 'Dong Chen' via AdWords API and Google Ads API Forum
Hi team, I am querying geographic_view with ad_group. But the ad_group id and names in the response are not the exact one in AWFE. Could you help me investigate? query SQL String geoViewSql = "SELECT campaign.id, campaign.name, ad_group.id, ad_group.name, geographic_view.country_criterion_id,

Re: User List maintenance using Google Ads API

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi All, Let me try and clear up the confusion. Lets say, on First day I create a user list with 10K members. On second day If I want to add 100 members and remove 100 members from the same user List, Can I remove few members using MutateMembers() from the existing userlist and add some new mem

RE: How to fetch “demographic combinations” report via Google Ads API?

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi James, Unfortunately, there are no demographic combinations reports in the API. You will need to run the reports on only one demographic such as the Age Range Performance Report and Gender Performance Report. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaRqhr:ref -- -- =~=~=

adwords vs google ads

2020-04-22 Thread Linkeo Linkeo
Hi, I'm trying to access to an account with google ads api using same configuration (credential/ token / Login customer) than with Adwords api. I use 5.0.1-SNAPSHOT version There's no error, but no response for a simple request: CustomerServiceClient customerServiceClient = googleAdsClient.get

Re: get AD_PERFORMANCE_REPORT return empty data

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hi Yufan, Unfortunately, it is not possible to retrieve this data from AdWords API. For App campaigns, you can only use the reports listed here. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZXt10:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: Limits on the "Budget Order Service" method

2020-04-22 Thread Google Ads API Forum Advisor Prod
Hello, Having Standard access will give you unlimited operations per day. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZYCpB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

USER_PERMISSION_DENIED on Get recomandation call

2020-04-22 Thread emona123456
Greetings Ads Team! I'm using Google Ads PHP library v3 for the first time, using these instructions here : https://github.com/googleads/google-ads-php/blob/master/README.md I have problem with getting Recomandation, ApiException was thrown with message '{ "message": "The caller does not have

Re: get AD_PERFORMANCE_REPORT return empty data

2020-04-22 Thread 王鑫
Hi, Thank you for your reply. But in Google ads management site I can see the Ad and Adgroups belonging to campaigns and their Performance data (figure 1), can I get this data via the API? [image: figure_1.png]

Re: User List maintenance using Google Ads API

2020-04-22 Thread cv
Hi Abhinav, That was my scenario. I need to implement Replace as it is in UI. Replace: Replace your existing audience list by uploading a CSV file with a new set of customer data. You can use a template

Re: User List maintenance using Google Ads API

2020-04-22 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
Sorry I didn't realize that you have raised the https://groups.google.com/forum/#!topic/adwords-api/mnPb2kCI2zo It means I need to clear the whole user List and then add the members again. Correct me If I am wrong. On Wednesday, 22 April 2020 19:17:07 UTC+10, Abhinav Sharma wrote: > > It does no

Re: User List maintenance using Google Ads API

2020-04-22 Thread 'Abhinav Sharma' via AdWords API and Google Ads API Forum
It does not seem like I can do the as I am referring the post https://groups.google.com/forum/#!topic/adwords-api/mnPb2kCI2zoand it clearly mentions that we need to remove all members from the user list and add the members back to the same user list If I need to use the same userlistId. pl

Re: User List maintenance using Google Ads API

2020-04-22 Thread cv
Hello Abhinav, Lets say, on First day I create a user list with 10K members. On second day If I want to add 100 members and remove 100 members from the same user List, Can I remove few members using MutateMembers() from the existing userlist and add some new members back to the same userlist?

Google Ads API: unreliable conversions count and cost

2020-04-22 Thread Mike
What is the recommended way of counting the conversions and the cost from App Campaigns in a reliable way? I have used all available reports and still nothing. I have a scheduled run and get the conversions as they appear in reports (through api call and today date filter) in order to store when