How to pull cumulative data of gender and agegroup for adword account

2021-01-03 Thread Nishant Sehgal
Hi all community members, We are trying to build an app that wants to show the conversion value segregated by age and gender. The Age and gender groups are relevant to each account and the campaigns within that account. The Google Adwords dashboard allows a user to see the relevant age groups

RE: Getting User ID of authenticated user.

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi John, Thank you for reaching out. If my understanding is correct that you wish to retrieve the email address and user ID from the credentials object, then I'm afraid this is not possible. The UserCredential object's details may not be available for users since it is not listed as one of

Re: [PHP] mutateCustomerManagerLink PERMISSION_DENIED

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi Artem, The PERMISSION_DENIED error may also indicate that your credentials may not have permission to the customer specified in your request header, as also described here. That said, if you haven't yet, could you enable logging and provide to us the complete request and response logs,

Re: ChangeStatusResourceType map to UI

2021-01-03 Thread cv
Hello Ernie, I already came across the doc but as you can see It is not in details. Like Ad group feed or Ad group criterion, How I can decide It is related to which section in UI. UI has these sections, but I can assume that the above fields is for account, bid, budget or what type of

RE: Re:

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi, I noticed that you created an entry in our forum. However, I am unable to view its contents. If you have concerns related to the AdWords API and Google Ads API, please include the details in this thread so our team can assist you. Best regards, Peter Laurence Napa Oliquino Google Ads API

Re: How to create a test account

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi, I work with Matt and let me provide support to your concern. Could you provide further details on "but i cannot fake data to visualize ads campaign"? If you are referring on creating specific entities on Google Ads account using Google Ads API / AdWords API, then let me know so I can

RE: ChangeStatusResourceType map to UI

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. You may refer to this document to see the values in the Change Status that tracks the changes of specific resource type. However, not all the entity that you have mentioned is supported in the Change Status based on the provided document. Regards, Ernie

RE: Internal error encountered in simple query

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi Krzysztof, Thank you for reaching out. Could you confirm if you are encountering this consistently? If yes, could you provide your customer ID and the complete request and response logs, along with the request ID, so that our team can investigate further? Logging can be enabled by

Re: ad_group_audience_view API - get interest name as viewed in UI

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi Tom, Thank you for the reply. As for #1 and #3, I am afraid that life events audience is currently not supported in Google Ads API. Also, our team doesn't have the list of audiences that are not supported in the API. However, you may refer to this link to know the supported user interest

RE: Why AutoTaggingEnabled is not retrieved ?

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi Samir, The ManagedCustomer object unfortunately does not support the field that indicates if auto-tagging is enabled. You will instead need to use the CustomerService.getCustomers to retrieve whether a Customer has autoTaggingEnabled. I hope this helps. Best regards, Peter Laurence Napa

Re: OfflineUserDataJob do not appears in Conversions/Uploads

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi Oleksandr, Thank you for providing the requested details. However, so that our team could have a closer look at the issue, please provide the whole request and response logs with request ID generated on your end upon uploading the store sales conversions using API. Please provide also the

RE: Why sometimes gclid is missing?

2021-01-03 Thread Google Ads API Forum Advisor Prod
Hi Samir, Thank you for reaching out. I noticed that you also made several threads containing the same concern. For better tracking, let us continue the discussions in this thread instead. Moving forward, could you confirm whether you are using the AdWords API or the Google Ads API? In

Re: [PHP] mutateCustomerManagerLink PERMISSION_DENIED

2021-01-03 Thread Artem Konyukhov
I want to link СustomerClientLinks to CustomerManagerLink and see accounts when I request list CustomerManagerLink But now, when I link СustomerClientLinks to CustomerManagerLink I got error, which I was described upper. So, what I do wrong when try to link СustomerClientLinks to

Getting User ID of authenticated user.

2021-01-03 Thread john p
Using Google Ads API v6 GoogleAdsService.Search in .NET: I can retrieve a list of users (CustomerUserAccess resource) with access to the given account. The list includes email address, Google Ads user id and access role for each row. select customer_user_access.user_id,

Re:

2021-01-03 Thread Jt Jt
ในวันที่ อา. 3 ม.ค. 2021 22:09 น. Jt Jt เขียนว่า: > > ในวันที่ อา. 3 ม.ค. 2021 13:55 น. b.s.a music studio < > bhagwantasingha...@gmail.com> เขียนว่า: > >> -- >> -- >> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ >> Also find us on our blog: >> https://googleadsdeveloper.blogspot.com/ >>

Re:

2021-01-03 Thread Jt Jt
ในวันที่ อา. 3 ม.ค. 2021 13:55 น. b.s.a music studio < bhagwantasingha...@gmail.com> เขียนว่า: > -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog: > https://googleadsdeveloper.blogspot.com/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > You received

Internal error encountered in simple query

2021-01-03 Thread Krzysztof Rodo
Hi, while running this query: $query = "SELECT ad_group_ad.ad.video_responsive_ad.videos, ad_group_ad.ad.video_responsive_ad.long_headlines FROM ad_group_ad"; I get following error: ApiException was thrown with message '{ "message": "Internal error encountered.", "code": 13, "status":

Why AutoTaggingEnabled is not retrieved ?

2021-01-03 Thread Samir Sabri
I am using ManagedCustomerService to retrieve all customer accounts. in the selector, I am adding: ``` :fields => ['CustomerId', 'Name', 'DateTimeZone', 'AutoTaggingEnabled'], ``` however, in the result, I don't see any retrieved field related to AutoTaggingEnabled Any idea? -- --

Would the gclid parameter get missed in any case?

2021-01-03 Thread Samir Sabri
Hello Is there any chance that would we have the URL without the gclid parameter in it? As we noticed that the gclid is enabled at the customer account settings, however, sometimes we don't have it in the URL. Is there any chance that the gclid parameter would be missed? -- --

Would the gclid get missed in any case?

2021-01-03 Thread Samir Sabri
Hello Is there any chance that would we have the ad referral url without the gclid in it? As we noticed that the gclid is enabled at the customer account settings, however, sometimes we don't have it at the referral url. Is there any chance that the gclid would be missed in the referral ad

Why sometimes gclid is missing?

2021-01-03 Thread Samir Sabri
Hello Is there any chance that would we have the ad referral url without the gclid in it? As we noticed that the gclid is enabled at the customer account settings, however, sometimes we don't have it at the referral url. Is there any chance that the gclid would be missed in the referral ad