Python API - segments.date is not working correctly

2021-05-06 Thread Roman Akhtariev
Hi, I cannot get a report for the correct dates. I am using the followign query: SELECT campaign.name, customer.id, ad_group.id, ad_group.name, ad_group.labels, segments.date FROM ad_group WHERE segments.date = '2021-05-04' AND ad_group.status = ENABLED AND ad_group.name = 'roman test'""" There

Re: How to add User's email list to the UserLists, using the REST APIs.

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Kishan, Could you first confirm which API it is that you wish to use, is it the AdWords API or the Google Ads API? I asked because the REST API/interface is more of a Google Ads API feature and the service (AdwordsUserListService) that you are specifying is an AdWords API service. As for t

Refresh token for google adwords getting expire after 7 days

2021-05-06 Thread raj maharajwala
I am using the platform Oauth Playground to generate Access token and Refresh token for purpose of using it in LSA API(google Local Service Ads API). Where I am using Refresh token to generate new access token as it is used for connecting with API service Which is successfully done, But the Ref

Re: Change Event data not written by API

2021-05-06 Thread cv
Hi Aryeh, I have get your view. But I was trying to get the detailed for the changes which either the added/paused the keywords, change keywords bid or added the location which I feel already covered under the change_event report? I feel those details should be given in change_event details. I

RE: List of Customers in Google Ads API

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Nenad, Thank you for posting your concern. I would like to clarify first that ListAccessibleCustomers will only return the list of all accounts that you are able to act upon/access directly given your current credentials, not the hierarchy of the MCC account. You may refer to this document

Re: How to add User's email list to the UserLists, using the REST APIs.

2021-05-06 Thread Kishan Virani
Hi Matt, 1) I tried it with the OfflineUserDataJobService, but it didn't add users to the list yet. it's been 16h and it still shows me that the job is pending. how long does it take to add users through OfflineUserDataJobServices? 2) I could not find any documentation under the "other method

Re: DateError.EARLIER_THAN_MINIMUM_DATE @ operations[0].operand.extensionSetting.extensions[0].endTime

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Simeon, Thank you for reaching out. Did you also try to update the end_date_time field with a valid date time? Give it a try and if the issue persists, please share the complete request and response logs along with the screenshots showing the price extension with NULL value for the end_date_

RE: Change Event data not written by API

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi there, I think this behaviour is expected. ChangeStatus service is a summary view, so it tells you what entities have changed. The expectation is that you use this detail to download the object again. ChangeEvent service is a detailed view, so it tells you what the specific changes are. You

Re: Need to hire a freelancer to write Google Ads API codes

2021-05-06 Thread Ramzi Trabelsi
Hi Alberto, I can help :) Check out my Freelancer account : https://www.freelancer.com/u/ramzitra Cheers, Ramzi On Wednesday, May 5, 2021 at 12:45:10 AM UTC+1 alberto.l...@gmail.com wrote: > I need to hire a freelancer to write the Google Ads API codes. > > Best regards, > Alberto > -- -- =~

Re: Need to hire a freelancer to write Google Ads API codes

2021-05-06 Thread Ramzi Trabelsi
Hi Alberto, I can help :) Cheers On Wednesday, May 5, 2021 at 12:45:10 AM UTC+1 alberto.l...@gmail.com wrote: > I need to hire a freelancer to write the Google Ads API codes. > > Best regards, > Alberto > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

List of Customers in Google Ads API

2021-05-06 Thread Nenad Pantic
We are migrating to use Google Ads API, as per migrating service guide ; we were previously (Google AdWords API) using getCustomers

RE: Negative of negative? (positive)

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Samir, Thank you for bringing up this question of a targeted location having an exclusion in it with the exclusion itself having a smaller targeted location within. This won't work, there's no targeting within an excluded area. When I tried to do this in the UI, a warning came up that "your

RE: Pausing ads (text/creative)?

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Don, The status field can be found in the AdGroupAd object. Here is a code sample on how to pause an ad. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2GKTa7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

RE: another client customer ID has data but i get nothing

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Ming, Thank you for reaching out. Ad Performance Report is not supported for the App Campaigns in the AdWords API. You may refer to this guide for the list of the supported reports for UAC in the AdWords API. Give it a try to query the App Campaign data via the Google Ads API. Thanks and re

Re: "criterionError": "FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING"

2021-05-06 Thread Francisco Quintero
Hi Ernie, Excellent thank you so much for your quick help this makes total sense. best, Francisco On Thursday, May 6, 2021 at 3:06:57 AM UTC-4 adsapiforumadvisor wrote: > Hi Francisco, > > Thank you for posting your concern. > > Based on the what you've discussed, it appears that the behavior o

Pausing ads (text/creative)?

2021-05-06 Thread dhmitc...@gmail.com
I'm surprised there's no `Ad#status` field. Since iirc, there's a many to one relationship between Ad and AdGroup, I can imagine value in pausing specific ad wording. Is there a reason for this omission? Don Mitchell, PhD Principal Arch CarGurus -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Lỗi Khi tải tệp lệnh ngân sách lên tài khoản ADW

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. Please note that our support channel can only provide English support. It appears you are using Google Ads Scripts. Can you please confirm this so that we can put you in touch with their support team? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref

RE: How to add User's email list to the UserLists, using the REST APIs.

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out. The OfflineUserDataJobService can be used to associate users with a user list. You can find REST specific documentation on this method here. As operations related to user lists may use other methods aside from standard REST methods, please see this page on using

Change Event data not written by API

2021-05-06 Thread cv
Hi, I tried to see if any data written by change_event reports. It is written nothing where as change_status is giving me summary for about 53 rows. Is anything wrong with API? Response is giving only fieldmask. Request: {"customerId":"","query":"SELECT change_event.resource_name, change

can't get report when my campaign type was App,only dispaly

2021-05-06 Thread ming suan
can't get report when my campaign type was App,only dispaly using: googleads/googleads-php-lib AD_PERFORMANCE_REPORT request: AccountDescriptiveName,CampaignId,AdGroupId,ID,Conversions,CostPerConversion,Cost -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: ht

can't get report when my campaign type was App ,only dispaly

2021-05-06 Thread ming suan
can't get report when my campaign type was App,only dispaly -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Goog

Re: can't get report when my campaign type was Application,only show

2021-05-06 Thread 清桐
can't get report when my campaign type was App ,only dispaly 在2021年5月6日星期四 UTC+8 下午4:14:08 写道: > can't get report when my campaign type was Application,only show > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~

can't get report when my campaign type was Application,only show

2021-05-06 Thread ming suan
can't get report when my campaign type was Application,only show -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Is the ad status changue to review status if I changue the schedule and target?

2021-05-06 Thread David Soto
Hi, I'm starting with the adwords API and I have a question, If I changue the location or the target of an ad, then is the ad in a review process for 24 hours again? thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.

RE: How to extract statistical information from experimental campaigns

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Casper, Reporting for experimental campaigns via the AdWords API is discussed in this guide. For the Google Ads UI approach, you may reach out instead to the Google Ads Product Support team, via this link, for further insight and guidance. I hope this helps. Best regards, Peter Laurence N

RE: What is the minimum duration between uploading an offline conversion and subsequently uploading an adjustment for the conversion?

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Bhavin, After a conversion is reported, you will need to wait for another 24 hours, as stated here, before performing an adjustment. I hope this helps. Best regards, Peter Laurence Napa Oliquino Google Ads API Team ref:_00D1U1174p._5004Q2GKNgE:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: "criterionError": "FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING"

2021-05-06 Thread Google Ads API Forum Advisor Prod
Hi Francisco, Thank you for posting your concern. Based on the what you've discussed, it appears that the behavior of your API request is expected and let me explain why. With regard to negative field, please note that when it was set as 'false', this means that you are creating positive / sta