How to resolve Gclid?

2021-04-21 Thread Bob Cheung
Hi, We got the gclid of the newly installed app through ads via Google Referrer (eg.gclid%3DEAIaIQobChMImeid9oSy7wIVDGuWCh3t8QFxEAEYASAAEgJDUvD_BwE) Can we locate the user by gclid which ad material or ad group this user came in through, so that it is convenient for us to fine tune the operation

Bulk upload keywords using java

2021-04-21 Thread Siddhi Khole
Hi team, I have a specific requirement to upload keywords via csv in java. I have gone through documents and found google ads script for bulk upload but I need to implement this in java. Is there any API/ sample code for bulk upload in java. Can you please help me out with this? FYI: Currentl

Bad request error

2021-04-21 Thread Cyber Media
Hi, I'm trying to make a adword api for creating report..i have done all process as per the tutorial but facing below error google.auth.exceptions.RefreshError: ('invalid_grant: Bad Request', '{\n "error": "invalid_grant",\n "error_description": "Bad Request"\n}') *I tried from different sou

How to fetch campaign cost and impressions for each audience level

2021-04-21 Thread 'Vaibhav Sharma' via AdWords API and Google Ads API Forum
Which resource in google-ads API (v6) should be used to fetch cost,impression,clicks at audience level for each campaigns, adgroup they are part of? We upload the audience as well as we use affinity audience. Please post GAQL query also for the required output if you know the solution. Thanks.

Re: Custom intent audience: auto-created

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Yoshie, Thank you for reaching out. You could first create the custom audience by using this code snippet. Once you get the custom audience resource name, you could use it in this code snippet to apply the custom audience to the targeted campaign. Let me know if you have any further concerns

RE: Bulk upload keywords using java

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. The AdWords API documentation does not have a keyword bulk upload sample similar to the bulk upload feature found in the Ads scripts documentation. The closest sample that I can find is the add keywords to an ad group sample. Regards, Matt Google Ads API Team M

RE: How to resolve Gclid?

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Bob, Thanks for reaching out. Using the Ads API ClickView, you can see which ads were associated with a given GCLID. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2FaIYf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Unrequested/unpredictable behavior of default(?) conversion trackers

2021-04-21 Thread beastcoast
We've noticed that on a lot of our accounts -- but not all -- we're having conversion trackers automatically added to them without any action on our part. This is for click to call ads -- they're getting added with the name "Calls from ads" and with a configuration that's not really conducive to

RE: Bad request error

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Cyber Media, Thank you for bringing this question to our attention. I was looking over our documentation here. I see that when looking at the invalid_grant issue this tends to point to your refresh tokens having been used up, as explained here. What we would suggest is that you get a new OAu

RE: How to fetch campaign cost and impressions for each audience level

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Vaibhav, There's a view called ad_group_audience_view that can be used to recreate our Audience UI screen, you can adjust the GAQL query that recreates our UI to fit your needs. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2FaOJl:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Internal Error from Google Ads

2021-04-21 Thread Roman Akhtariev
Hi! I am getting an Internal error from Google Ads when trying to work with keywords. Here is the response I am getting: 2021-04-21T20:14:28.869938+00:00 heroku[router]: at=info method=GET path="/api/results/job/608084d6361c8d0004af25b2" host=dashboard-add3.herokuapp.com request_id=7e52a837-2

google-ads python 10.0.0 - grpc ALPN

2021-04-21 Thread AWS Learner
I am using the google-ads python package 10.0.0 with Python 3.8 on RHEL7. When I to to access any functionality I get this error D0421 16:57:15.427572080 23420 security_handshaker.cc:183] Security handshake failed: {"created":"@1619038635.427538310","description":"Cannot check peer: missing s

Re: google-ads python 10.0.0 - grpc ALPN

2021-04-21 Thread AWS Learner
It works fine on my local Windows 10 desktop that is also in the same corporate setting. On Wednesday, April 21, 2021 at 4:59:42 PM UTC-4 AWS Learner wrote: > I am using the google-ads python package 10.0.0 with Python 3.8 on RHEL7. > > When I to to access any functionality I get this error > >

Product Group hierarchy

2021-04-21 Thread Vaios Panourgias
Hi, i am using the Google AdWords API v201809 php library, and i am looking for a way to traverse the existing Product Group hierarchy, and add a new Item/Product into one of the existing product group levels. Is there any example i could use? Thanks in advance Best Regards Vaios -- --

Re: Custom intent audience: auto-created

2021-04-21 Thread Yoshie Agata
Hi, Like I said in the previous message, here is the example on the documentation and $googleAdsClient->getCustomAudienceServiceClient() is undefined. Please try with PHP and let me know how I can c

AdGroupCriterion AGE_RANGE

2021-04-21 Thread Yoshie Agata
Hi, I can see all the age range enabled as default on UI but I cannot get adGroupCriteria for AGE_RANGE via API and it is the same as GENDER. [image: Screenshot 2021-04-22 at 10.39.46.png] Is it not supported via Google Ads API? If it is supported, how can I remove some AGE_RANGE and GENDER? T

RE: Unrequested/unpredictable behavior of default(?) conversion trackers

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to our API support team. Our team is unfamiliar with automatic / default conversion trackers. In the API's perspective, creation of conversion trackers would need to be triggered by customers or by the system implemented by them. That being said, so our team can

RE: Internal Error from Google Ads

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Roman, Thanks for posting your concern. I would like to inform you first that I am going to delete your initial post as it contains generated API logs. I will just paste here the context of your concern below: "I am getting an Internal error from Google Ads when trying to work with keywords

RE: Product Group hierarchy

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Vaios, Thank you for reaching out to our API support team. Unfortunately, we currently do not have an example specific to your requirement. However, you can refer to our partitioning guide and to this section, for modifying your existing partition tree/hierarchy. I hope this helps. Best re

RE: Internal Error from Google Ads

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Roman, Thanks for posting your concern. I would like to inform you first that I am going to delete your initial post as it contains generated API logs. I will just paste here the context of your concern below: "I am getting an Internal error from Google Ads when trying to work with keywords

RE: google-ads python 10.0.0 - grpc ALPN

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. Since it appears that the issue is more specific to the Python client library, then I would suggest to reach out to the author of this client library instead via this link. They are more equipped to provide support to issues and concerns related to Pytho

Phone Call Conversion Not Working

2021-04-21 Thread 'Sanchal Sano' via AdWords API and Google Ads API Forum
Hi Phone Call Conversion Action Not Working Already I getting 3 call Leads but its not showing the conversion window of google ads and I discuss with google customer support they told me to place the query here. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to fetch campaign cost and impressions for each audience level

2021-04-21 Thread 'Vaibhav Sharma' via AdWords API and Google Ads API Forum
Thanks, This is helpful. Also, what is the difference between location_view and geographic_view? On Thursday, April 22, 2021 at 1:39:19 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Vaibhav, > > There's a view called ad_group_audience_view >

Re: Custom intent audience: auto-created

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Yoshie, You can create your CustomInterest first using the CustomInterestService. Afterwards, using the AdGroupCriterionService, you can create the ad group criterion by specifying the resource name in the CustomIntentInfo. Regarding the issue with the PHP code, if you are encountering issue

Re: Incompatible fields in the CAMPAIGN_PERFORMANCE_REPORT

2021-04-21 Thread 'Alexander Neroslavsky' via AdWords API and Google Ads API Forum
Hi Anthony, Thank you for your response. However we find that there are additional incompatible with ExternalConversionSource fields that aren't mentioned there (we're receiving INVALID_FIELD_NAME_FOR_REPORT): - CostPerAllConversion - CostPerCurrentModelAttributedConversion - AllConversionRate.