Greetings,
last week we regenerated the Oauth2 credentials (desktop app) to avoid the
OOB problem.
We used GenerateCredentials PHP script as indicated on the old thread:
https://groups.google.com/g/adwords-api/c/Vxlig2rTIxU/m/ekED-LzdBAAJ
We followed the instructions on:
https://developers
I'm very new to this
I just copied this from example
$query = 'SELECT customer_client.client_customer, customer_client.level,'
. ' customer_client.manager, customer_client.descriptive_name,'
. ' customer_client.currency_code, customer_client.time_zone,'
. '
Hi Philipp,
Thank you for reaching out to our API support team.
You may use segments.date if you want to specify the date that you want or
segments.day_of_week if you want the data for a specific day. I hope this helps.
Best,
Anthony Cyril
Google Ads API Team
ref:_00D1U1174p._5004Q2dI7gS:ref
I use the example to get all campaigns, but response nothing.
[image:
0d29540f71b5df938a0d0353f01ed3c383ce213cc64d958fc06442949113531dQzpcVXNlcnNcODYxNzhcQXBwRGF0YVxSb2FtaW5nXERpbmdUYWxrXDg3MzYzMTRfdjJcSW1hZ2VGaWxlc1wxNjU5OTQ0MTc4MzkyXzk2MTdGMkJCLTc2NEEtNDA5Zi1CRUQzLURDOTU3QTAyMjkxMy5wbmc=.png]
Hi GoogleAds support!
How are you?
I tried to create new conversions goals via the new API and I get a strange
behavior.
My code start with the first example - add_conversion_action.py
In this code I set:
conversion_action.primary_for_goal = False
But in the UI I see that yet mark as primary.
In
Hi Barak,
Thank you for reaching us out. I am Sherwin from Google Ads API support team. I
hope that you are doing well today.
Based on the screenshot that you shared, yes you can get this report using
Google Ads API by executing the ad_group_ad_asset_view. Please let us know if
you have any co
I see a similar error message when updating my AD_CUSTOMIZER feed:
"OperationAccessDeniedError.UPDATE_OPERATION_NOT_PERMITTED: Unauthorized
UPDATE operation in invoking a service's mutate method., trigger:
AD_PLACEHOLDER"
Could it be that you are not allowed to update these FeedItems anymore,
b
Hi there.
I am trying to connect with the Adwords API, using service account
credentials, and I receive this error:
*com.google.ads.googleads.v10.errors.GoogleAdsException: errors {
error_code {authentication_error: NOT_ADS_USER } message: "User in
the cookie is not a valid Ads us
Hi,
Thank you for reaching us out. I am Sherwin from Google Ads API support team. I
hope that you are doing well today.
Upon checking the screenshot, we notice that the ORDER BY is missing if it's
ascending or descending. With that being said, you may try this query "SELECT
campaign.id, campai
Hey,
I'm trying to add audiences to my ad group, but i'm getting this error:
*Audience is not allowed to attach when use audience grouped bit is set to
false.*
When trying to change the audience grouped bit in my campaign builder, i'm
getting this error:
*operation_access_denied_error:
Hi,
Thank you for raising this concern to our team. This is Carmela from the Google
Ads API team.
Moving forward to your concern, for you to get the customers with ENABLED
status, you may try adding the customer.status = 'ENABLED' or
customer_client.status = 'ENABLED' in the WHERE clause of t
Hey,
We are trying to change from below Adword API code (ref:
https://developers.google.com/adwords/api/docs/samples/java/remarketing )
to new Google Ad API
// Display user lists.
for (UserList userListResult : result.getValue()) {
System.out.printf("User list with name '%s' and ID %
Hello Carmela My topic of interest is how to upload a sample data file,
containing customer information, csv format to Google. I want to understand
the layout, so I need a sample file
If you can help with this issue, many thanks!
*Ms Quyền - Ecolife CO, LTD*
*Marketing Leader*
*Phone* : 0984.97
Anyone?
On Monday, August 8, 2022 at 11:26:01 AM UTC+3 Yosef Schwartz wrote:
> Hi GoogleAds support!
> How are you?
>
> I tried to create new conversions goals via the new API and I get a
> strange behavior.
> My code start with the first example - add_conversion_action.py
> In this code I set
Hi Matteo,
Thank you for reaching out to our API support team.
Could you please elaborate on the "We have seen that we are able to generate
ADS etc with the new credentials, but how can we be sure that we will not have
any problems from September 5th?" to take a closer look at the issue.
Best
Hi Yosef,
Thanks for reaching out to the Google Ads API Forum.
Kindly see below responses to your queries:
I tried to create new conversions goals via the new API and I get a strange
behavior.My code start with the first example - add_conversion_action.py
In this code I set:
conversion_action
Hi Axtens,
Thank you for reaching out to our API support team.
To investigate the issue further, could you please provide the complete request
and response logs, with the request-id? If you haven't yet, logging can be
enabled by navigating to the Client libraries > Your client library (ex. Java
Okay, Google officially reported the issue and fixed it in the meanwhile
https://ads.google.com/status/publisher/incidents/5jM7yvJT1VwGfoAtjmQG.
On Friday, August 5, 2022 at 10:33:12 AM UTC+2 philip...@nexoya.com wrote:
> Hi
>
> We're seeing missing values for the search_impression_share metric
Hello,
Thank you for reaching out to us. Let me do the best I can to assist you in
this.
I can see that you have received the NOT_ADS_USER error when you attempted to
connect to the API. The NOT_ADS_USER error is encountered when the service
account has not been correctly linked to the Google
Hi Nora,
Thank you for the reply. To give you the background of this error, it occurs
when you are modifying a feed using an API which is attached to an expanded
text Ads. However, so that we can check if this is indeed a scenario that you
encountered, it would be helpful if you can provide us
Hi,
Our team has an update to this concern. With this, allow me to share it below:
Upon checking at our end, the exact error that you encountered is
FeedItemError.LEGACY_FEED_TYPE_READ_ONLY. The possible reason why this error
occurred is because this feed type is migrated over to asset. The fee
Hello, Team.
I am developing application with Python, and I have to create Ad Extensions
for my Campaigns, flow:
1. Two Campaigns created (I store their IDs)
2. Then I create some Assets (using AssetService & AssetOperation(s) I
create Asset(s) and Callout/Sitelink with all required attributes)
Thanks for response, but I don't see any metrics for *campaign_criterion. *I
would like to be able to get the Gender & AgeRange report with Metrics for
PMax.
On Sunday, August 7, 2022 at 11:24:35 PM UTC-4 adsapi wrote:
> Hi Joshua,
>
>
> Thanks for reaching out to the Google Ads API team. I h
Hello,
I need to get latitude/longitude of location that I receive as a result
from the method SuggestGeoTargetConstants or directly from the CSV file:
https://developers.google.com/google-ads/api/reference/data/geotargets?hl=en
Is it possible to convert IDs to latitude/longitude coordinates?
B
Hi Joshua,
Thank you for your response.
Since both the age_range_view and gender_view's resource name fields include an
association to the ad_group_id, and due to the restriction of this campaign
type and the ad group resource (and its attributes), then it is currently not
possible to retrieve
Hi
I send you in private, did you received it?
Yosef
On Monday, August 8, 2022 at 2:11:35 PM UTC+3 adsapi wrote:
> Hi Yosef,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Kindly see below responses to your queries:
>
> *I tried to create new conversions goals via the new API and
Thanks, we were able to resolve the issue, a wrong enum class was used
On Monday, July 25, 2022 at 3:15:50 PM UTC-4 adsapi wrote:
> Hi Anatolii,
>
> Thank you for reaching out to our API support team.
>
> Looking at your concern, this appears to be more related to the PHP client
> library's hand
Hello,
thank you for the quick reply. This is exactly what I had already
suspected.
Only this behavior has not been documented so far
https://developers.google.com/google-ads/api/docs/ads/customize-ads?hl=en
Regards
Nora
adsapi schrieb am Montag, 8. August 2022 um 15:08:02 UTC+2:
> Hi Nora,
>
Hello,
I have a campaign and an ad group already configured. It is only used for
dynamic search ads. Every day, through 'Ad dynamic ad target' → 'Create a
new rule to target specific webpages' → 'Use exact URLs', I upload a list
of URLs after I remove the ones which were previously there. I want
29 matches
Mail list logo