Re: Campaign settings using Google Ads API

2021-03-02 Thread cv
Hi, I need to get FrequencyCapMaxImpressions from Adwords API to Google Ads API. I am not able to get those details in Google Ads API. I am using campaign.frequency_caps fields in SELECT agsing FROM campaign. Can you please check which fields I need to use? On Friday, 14 August 2020 at

Re: Digest for adwords-api@googlegroups.com - 17 updates in 14 topics

2021-03-02 Thread بيع الجوالات والاكسسوارات بيع جوالات أبل
الرجاء الكتابه بلعربي احصل على Outlook لـ iOS من: adwords-api@googlegroups.com ‏‏تم الإرسال: Tuesday, March 2, 2021 1:58:26 PM إلى: Digest recipients ‏‏الموضوع: Digest for adwords-api@googlegroups.com - 17 updates in 14 topics

RE: No data in Video report

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Zhenya, Thank you for reaching out. To investigate the issue, could you provided the following details? Complete request and response logs with request ID Customer ID Screenshot of the whole UI where you are comparing the API result If you haven't enabled the logging of the API

Re: Equivalent view to Final URL Report in Google Ads API

2021-03-02 Thread cv
Hi Anthony, So Final URL Report is not deprecated in Google Ads API? Or It will come in coming future? I need to see the EffectiveFinalUrl, how I can map this field? Thanks, On Tuesday, 2 March 2021 at 22:53:16 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > This guide >

RE: Customer Match Telephone Format

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Nicholas, Thank you for posting your concern. Based on the documents below, whether you are using AdWords API or Google Ads API for uploading customer match, a phone number should start with a + sign (e.g. +1212565, +442070313000). AdWords API -

Error message "Call to undefined method" when updating smart shopping campaign

2021-03-02 Thread Thanakorn Meesupprasert
Hi Team, We are working on smart shopping campaign, Currently, when updating the campaign, our codes work fine on our local machine(Windows 10 and Mac) but fail on our test server(linux) saying "Call to undefined method" as below [image: Screen Shot 2564-03-02 at 15.41.30.png] However,

RE: How to get campaign id's under a campaign group id?

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for raising your concern. Could you confirm if you are using AdWords API? If yes, then you may try to use the CampaignService.get() and try to filter the campaignGroupId by specific campaign group ID to get campaigns under it. You may use this sample code and apply that filter

Re: Incorrect Status Code?

2021-03-02 Thread 'Vlad Kuznetsov' via AdWords API and Google Ads API Forum
Hi, thank you for the reply. The fields are set correctly, because when I retried the request was executed properly. So it was only one error. This particular request was to add a number of AdGroupCriterions (batched) to a Listing Tree of a Campaign by calling `MutateAdGroupCriteriaAsync`. I

How get client customer ID with HTTP request?

2021-03-02 Thread Alexandr Borisenko
Hi, I am developing a python web application that collects ad metrics from user Google Ads accounts.Since this application is intended for many users, I want to automate all the processes.But I faced such problem. I receive an access token and a refresh token from the user, but how can I

Re: MutateAds INTERNAL_ERROR

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hello Sergey, It looks like we were able to put a fix in for this. Can you please give it another try? Thanks, Nadine, Google Ads API Team ref:_00D1U1174p._5004Q2CRNtz:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Google Adwords api - no usage visible

2021-03-02 Thread Nenad Pantic
Hi Lakshmi, I don't see the option to reply privately to the author. There is "reply to author" but it is greyed out (lack of permissions?) I would like to know current usage against quota on google ads api. I am interested how quickly we approach the limits given that we have basic token.

RE: Fetch google ads reports

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Alex, Thanks for reaching out. We do not currently have any documentation related to XCode or a Swift library. Please find the supported client libraries here. Please also find the Ads API reporting guide here. Regards, Matt Google Ads API Team Matt Google Ads API Team

Re: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Scott Vaillancourt
Thank you. After looking at the links you sent and digging into it a bit more, it appears to be a version problem. I downloaded the most current edition of google-ads (which I should have done straight away), at that has resolved the issue. Scott On Tuesday, March 2, 2021 at 3:05:55 PM UTC-6

Re: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Scott, Thank you for reaching out. The RESPONSIVE_SEARCH_AD type actually exists in these client libraries. If you are using the Python client library, you could refer to this line of code. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team

Re: CriteriaParameters is deprecated in Click Performance, what's replacement?

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Zhisheng, There are no sunset plans that we can share with you at this point in time. We will announce the sunset date of the AdWords API at least 1 year in advance. Please keep an eye out on our Developer blog for future announcements. Cheers, Anthony Anthony Google Ads API Team

RE: Adding Negative Keywords to Smart Display Campaigns

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Che, Thank you for reaching out. Since Google Ads automatically manages many aspects of Smart Display campaigns, you will only be able to use a subset of settings, bidding strategies, and targeting options with these campaigns. Unfortunately, adding Negative Keywords to Smart Display

Re: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Scott Vaillancourt
Hi Xiaoming, Thanks for your reply. I believe I am accessing the correct enum, but it doesn't appear to contain the value 18. Please see the code below. Thanks. Scott In [50]: rte = client.get_type("RecommendationTypeEnum", version="v6") ...: rtype = zip(rte.RecommendationType.values(),

RE: modifying the docker file

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi, Please add more details to the issue. Is this for PHP? If you need to share any sensitive information, please use 'Reply privately to author' option. Include the error response as well. Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2DKI3x:ref -- --

RE: Adgroups Approval Status

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, there is no API field that will give you an ad group's approval status. You can get the approval status of a campaign using ServingStatus. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2DKP2f:ref -- --

Re: CriteriaParameters is deprecated in Click Performance, what's replacement?

2021-03-02 Thread Zhisheng Zhou
Thanks. Is there a specific time when AdWords API will be deprecated plz? Best, Zhisheng On Monday, February 8, 2021 at 6:31:45 AM UTC-8 adsapiforumadvisor wrote: > Hi Zhisheng, > > Unfortunately, there is no replacement for this field in Google Ads API. > You can continue to use the Click

Re: Google Ads API can't pull data older than 90 days?

2021-03-02 Thread Zhisheng Zhou
Thanks! What we can do if we need history date(older than 90 days)? Best, Zhisheng On Monday, February 8, 2021 at 6:49:23 AM UTC-8 adsapiforumadvisor wrote: > Hello Zhisheng, > > As stated in the click_view > > document,

RE: Campaign missing in ad_group_ad report

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Theo, Please share privately the API request and response for this call, along with the campaign Ids that are experiencing this behavior. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2DKLWN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: Recommendation Type Enum Doesn't Match Results

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Scott, Thank you for reaching out. Please look into the v6 RecommendationTypeEnum. You would be able to see the number 18 represents RESPONSIVE_SEARCH_AD. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2DKDQc:ref -- --

RE: Incorrect Status Code?

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Vlad, Thank you for reaching out. One possibility is that these two errors might both exist. Please check to make sure the fields are set correctly and also make sure that there is no concurrent modification on the same entity. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming

Re: Location targeting: how to change to -> Presence: People in or regularly in your targeted locations

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hello, You will need to set the GeoTargetTypeSetting which is found in campaign objects. Cheers, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2DJWxu:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

RE: Equivalent view to Final URL Report in Google Ads API

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hello, This guide shows what Google Ads API reports map from AdWords API reports. Unfortunately, there is no equivalent to the Final Url Report. This page also provides mappings between the field names between both APIs. Regards, Anthony Anthony Google Ads API Team

Re: MutateCampaigns - adding/removing proximities

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Kyle, Thank you for reaching out. We don’t have the exact cURL example on adding and removing proximities to/from a campaign. You could refer to these examples and use the MutateCampaignCriteriaRequest to add/remove proximities. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming

Adgroups Approval Status

2021-03-02 Thread Adélaïde Bonhoure
Hello, I can't find where to get the approval status of my adgroups through Adwords API. I retrieved successfully the approval status of my keywords thanks to the Keywords Performance Report. The documentation says to use the Criteria Performance Report to get this information at the

RE: Test Account Billing "Error"

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Ryan, Please reach out to the product support team regarding this concern: https://support.google.com/google-ads/gethelp Feel free to contact us for Ads API related questions. Thanks, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2DK4ov:ref -- --

Re: How to run python adwords api from aws lambda and deal with your cache

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hello - The cache parameter is used to initialize a Zeep Transport instance, as you can see here. Zeep's documentation on caching states that the local store is used to cache WSDL and XSD files for 1 hour. Disabling caching means that the library may make redundant requests for these

Re: Internal error encountered in simple query

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hello, Let's keep the correspondence to the other thread on this topic. I followed up there with a status update. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5004Q2AGy7B:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Error with Basic access

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hello, The fix is rolled out, so you should have no more issues with those fields in your query. Please give it a try and let me know if you're still having trouble. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5004Q29URLM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Campaign missing in ad_group_ad report

2021-03-02 Thread the...@funnel.io
When querying the ad_group_ad report for a customer, we're missing one of their campaigns. It is available from both campaign and ad_group reports. The campaign type is listed as "VIDEO" with the subtype "UNKNOWN". If needed, we can submit details in private message. Any idea what would cause

Fetch google ads reports

2021-03-02 Thread Alex Mcalister
Hi there, how do I fetch users google ad reports to present in a xcode (swift) project? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: 0 values for Smart Campaigns from the ad_group_ad report

2021-03-02 Thread da...@improvado.io
Hi Google team I work together with Vitaly. Could you please take a look here? On Friday, February 26, 2021 at 5:50:53 AM UTC+7 Vitaly Mashyanov wrote: > Hi the Google Ads API team, > > When we download the ad_group_ad report, Smart campaigns are left out, is > this an expected behaviour?

Re: Unable to create sitelinks for ad group in bulk (batch job)

2021-03-02 Thread Antoni Martyniuk
Unfortunately I can't see how may I get the logs of failed operation within BatchJob. I've managed to create Sitelink extensions in Batch Job (for some reason one should specify Temporary IDs in `.id` property of feed item rather than setting proper `resource_name` which is weird taking into

Re: Is that possible to cancel pending BatchJob?

2021-03-02 Thread Antoni Martyniuk
Hm, I've tried calling CancelOperation agains BatchJob that haven't been started yet and it did not work. Do you mean I can run CancelOperation against operations inside my batch job? poniedziałek, 1 marca 2021 o 18:27:59 UTC+1 adsapiforumadvisor napisał(a): > Hi Antoni, > > Thank you for

No data in Video report

2021-03-02 Thread Zhenya Mamenko
I'm working with Google Ads API reports for more than a year and I requested video data from the Video report with a query like this: SELECT campaign.app_campaign_setting.app_store, campaign.name, campaign.status, video.id, segments.date, segments.conversion_action_category,

Customer Match Telephone Format

2021-03-02 Thread Nicholas Edwards
Hi, I would like confirmation on the format of the tel number when uploading via API for customer match According to documentation it should follow E.164 format. Please can you confirm if this should include the + sign at the beginning? For example:0735347 would be +44735347

Re: Internal error encountered in simple query

2021-03-02 Thread Krzysztof Rodo
Hi, have you solved the issue? Regards! poniedziałek, 4 stycznia 2021 o 05:06:59 UTC+1 adsapiforumadvisor napisał(a): > 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

Re: Error with Basic access

2021-03-02 Thread Krzysztof Rodo
Hi, have you solved it? Regards! wtorek, 5 stycznia 2021 o 14:49:36 UTC+1 adsapiforumadvisor napisał(a): > Hello, > > We have determined that it may be an error with the field > "ad_group_ad.ad.video_responsive_ad.videos". Please try rerunning the query > without including that field and let

Re: Equivalent view to Final URL Report in Google Ads API

2021-03-02 Thread cv
Hi, this field is not present or how I can get EffectiveFinalUrl Thanks, On Tuesday, 2 March 2021 at 14:56:26 UTC+5:30 cv wrote: > Hi, > > I can see that Final URL is same as Ad_Group_Ad view. Is this same? I can > use Ad_Group_ad to get Final URL Report? > > >

How to get campaign id's under a campaign group id?

2021-03-02 Thread Monty808
Hi Google, I can list all of my campaign groups using python api. How do get, given a campaign group id, call campaign id's under the campaign group? What service? is there a sample? offset = 0 selector = { *'fields'*: [*'Id'*, *'Name'*], *'paging'*: {

RE: Developer Token

2021-03-02 Thread Google Ads API Forum Advisor Prod
Hi Juliana, Thank you for posting your concern. Please see my answer below for each issue that you've mentioned in your post: Here at the company I work for, we are having difficulty recovering access to which the credentials we use are linked -You may try to check the user account / email

Re: Equivalent view to Final URL Report in Google Ads API

2021-03-02 Thread cv
Hi, I can see that Final URL is same as Ad_Group_Ad view. Is this same? I can use Ad_Group_ad to get Final URL Report? https://developers.google.com/google-ads/api/docs/reporting/uireports#predefined_reports On Tuesday, 2 March 2021 at 14:53:19 UTC+5:30 cv wrote: > Hi, > > I am not able to

Equivalent view to Final URL Report in Google Ads API

2021-03-02 Thread cv
Hi, I am not able to see any equivalent view in google ads API for Final Url Report. Can you please guide how I can do this in Google Ads API? I wanted this fields from Final URL Report https://developers.google.com/adwords/api/docs/appendix/reports/final-url-report Fields: "EffectiveFinalUrl"

Adding Negative Keywords to Smart Display Campaigns

2021-03-02 Thread Che Hsu
Hi, Does anyone know how to create negative keywords for Smart Display campaigns? I tried the "standard" way of setting them with other campaign types but keep getting errors. campaign_criterion_operation = client.get_type("CampaignCriterionOperation", version="v6") campaign_criterion =