ในวันที่ จ. 3 ต.ค. 2022 17:58 น. <adwords-api@googlegroups.com> เขียนว่า:
> adwords-api@googlegroups.com > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/adwords-api/topics> > Google > Groups > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email/#!overview> > Topic digest > View all topics > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/adwords-api/topics> > > - Revoke refresh token through api > <#m_-8155840268681167729_group_thread_0> - 1 Update > - How to returns the requested customer in full detail with google ads > api v11. <#m_-8155840268681167729_group_thread_1> - 1 Update > - Improve incident reporting for Google Ads API on dedicated Google > Ads status page <#m_-8155840268681167729_group_thread_2> - 2 Updates > - Data miss match with Google anaytics dashboard > <#m_-8155840268681167729_group_thread_3> - 2 Updates > - Issue to fetch relation between campaign and it's assets > <#m_-8155840268681167729_group_thread_4> - 1 Update > - Issue to get campaign assets from google ads api > <#m_-8155840268681167729_group_thread_5> - 1 Update > - Service account <#m_-8155840268681167729_group_thread_6> - 1 Update > - UserInterest Service in google ads > <#m_-8155840268681167729_group_thread_7> - 1 Update > - AdGroup Audience report Impressions calculation with Click type > segment <#m_-8155840268681167729_group_thread_8> - 1 Update > - Associate a label to an audience data segment/user list in the API > <#m_-8155840268681167729_group_thread_9> - 1 Update > - No PERFORMANCE_MAX campaign data in shopping_performance_view report > <#m_-8155840268681167729_group_thread_10> - 1 Update > - CRM based audience upload count through api is not matching with the > UI count <#m_-8155840268681167729_group_thread_11> - 1 Update > - Not found Detail demographics record when query CampaignCriterion > <#m_-8155840268681167729_group_thread_12> - 2 Updates > - Unable to extract cost from performance max campaign > <#m_-8155840268681167729_group_thread_13> - 2 Updates > - get_campaigns.py not working > <#m_-8155840268681167729_group_thread_14> - 2 Updates > > Revoke refresh token through api > <http://groups.google.com/group/adwords-api/t/3bbb6e58e0d04612?utm_source=digest&utm_medium=email> > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 10:35AM > > Hi Subin, > > Thanks for getting back to us. I understand that you are looking for the > similar effect when a user removes access from the permissions page, then > it should expire your existing refresh token as it will be invalidated > access. I’ve tried to remove access, and it asked me to regenerate the > token. You may try on your end, and let us know if it works on your end as > well. > > Regards, > > Yasar > Google Ads API Team > ref:_00D1U1174p._5004Q2eufbV:ref > Back to top <#m_-8155840268681167729_digest_top> > How to returns the requested customer in full detail with google ads api > v11. > <http://groups.google.com/group/adwords-api/t/6893d1dd5118aa21?utm_source=digest&utm_medium=email> > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 10:03AM > > Hi Mendel, > > Thank you for posting your concern. Allow me to provide support. > > To provide insights to your concern, specific Get() methods and its fields > have equivalent report types and report fields as well. With this, try to > build your query instead using specific report types and add attribute > fields there. You can use this query builder tool to replicate the specific > get method. > > Since it appears that you want to get the equivalent of the get method of > the customer service, then you can use the below query: > > SELECT customer.resource_name, > customer.call_reporting_setting.call_reporting_enabled, > customer.call_reporting_setting.call_conversion_reporting_enabled, > customer.call_reporting_setting.call_conversion_action, > customer.conversion_tracking_setting.conversion_tracking_id, > customer.conversion_tracking_setting.cross_account_conversion_tracking_id, > customer.remarketing_setting.google_global_site_tag, > customer.pay_per_conversion_eligibility_failure_reasons, > customer.optimization_score_weight, customer.id, > customer.descriptive_name, customer.currency_code, > customer.time_zone, customer.tracking_url_template, > customer.final_url_suffix, customer.auto_tagging_enabled, > customer.has_partners_badge, customer.manager, customer.test_account, > customer.optimization_score > FROM customer > > > Let me know if you have further questions. > > Regards, > > Ernie John > Google Ads API Team > ref:_00D1U1174p._5004Q2evRRp:ref > Back to top <#m_-8155840268681167729_digest_top> > Improve incident reporting for Google Ads API on dedicated Google Ads > status page > <http://groups.google.com/group/adwords-api/t/6e80444c5472ace?utm_source=digest&utm_medium=email> > Grace Angel <gtam...@gmail.com>: Oct 02 04:11PM -0700 > > +1 to this request! > > On Friday, 30 September 2022 at 15:06:38 UTC+10 Robert Heise wrote: > > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 09:58AM > > Hi Robert, > > Thank you for your patience in this case your input is very valuable and > we're going to share this information in the post-mortem for the incident. > With this, allow me to raise a feature request for this issue. Please note > that this will be subject for review and for now, you may keep an eye on > our blog for any updates or announcements. > > Regards, > > Darwin > Google Ads API Team > ref:_00D1U1174p._5004Q2evBR1:ref > Back to top <#m_-8155840268681167729_digest_top> > Data miss match with Google anaytics dashboard > <http://groups.google.com/group/adwords-api/t/26612b99ca1d2239?utm_source=digest&utm_medium=email> > Deepika S <deepik...@isocrates.com>: Oct 03 01:39AM -0700 > > Hi team, > We have pulled the data using google analytics api but the data is not > matching with UI, will you please let us know about the field that we need > to consider while fetching data for Audience Summary Dashboard: in google > analytics > > Below are the fields we have considered while fetching > > 1. Users. > 2. Avg.Page Load time(sec). > 3. Avg.Session Duration. > 4. Number of Sessions per User. > 5. Affinity Category. > 6. In-market Segmentation. > 8. Other Category > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 09:53AM > > Hello Deepika, > > I’m James from the Google Ads API support team. Thank you for reaching out > to us. > > Based on the given context, it appears that your concern is more on Google > Analytics API rather than any specific to Google Ads API. Take note that > our forum channel primarily provides assistance with users who're having > issues or concerns with the Google Ads API. Having said that, it’s best if > you raise your concern to the Analytics API support team through this link > for better assistance with your issue. > > Regards, > > James Howell > Google Ads API Team > ref:_00D1U1174p._5004Q2ewSG9:ref > Back to top <#m_-8155840268681167729_digest_top> > Issue to fetch relation between campaign and it's assets > <http://groups.google.com/group/adwords-api/t/24a3a1a796e38af6?utm_source=digest&utm_medium=email> > Gopal Mishra <gopalmis...@mobikasa.com>: Oct 03 02:35AM -0700 > > Hi there, > I am able to fetch data from campaign as well as asset by passing customer > id, but could not able to get a relation between campaign and asset > tables. > Can you please let me know how to differentiate which asset belongs to > which campaign. > > I also tried to fetch data from campaign_asset but all the time I am > getting blank array. > Back to top <#m_-8155840268681167729_digest_top> > Issue to get campaign assets from google ads api > <http://groups.google.com/group/adwords-api/t/d4c7e34190b4aaea?utm_source=digest&utm_medium=email> > Gopal Mishra <gopalmis...@mobikasa.com>: Oct 03 02:18AM -0700 > > Hi there, > I am facing issue while trying to get data from campaign_assets, I am > always getting blank array ([]) as a response. I am able to fetch data > from > campaign as well as asset but not from campaign_asset. Please let know if > i > am missing something. > Back to top <#m_-8155840268681167729_digest_top> > Service account > <http://groups.google.com/group/adwords-api/t/e2903597792450c0?utm_source=digest&utm_medium=email> > Kate Orlova <kate.orl...@fivetran.com>: Oct 03 01:54AM -0700 > > Hi there! > I'm trying to use service account to make requests to google ads api. > It is failed on refresh access token with error 401 Unauthorized. > If I use service account email as service account user email I can get > auth > token, but then I have a NOT_ADS_USER error. But if I use an email of user > that has an access to google ads account and also has permissions in > service account - I get 401 Unauthorized and can't get auth token. > Which email I should use for service account user? > Back to top <#m_-8155840268681167729_digest_top> > UserInterest Service in google ads > <http://groups.google.com/group/adwords-api/t/bcd412e8a62e2552?utm_source=digest&utm_medium=email> > Meri Sahakyan <mer...@purlin.com>: Oct 03 01:33AM -0700 > > Hi, I'm trying to ad interests targetting on my Google Ad Group using V11 > version of Google Ads Api for .Net. > Is there any service for UserInterest creation? If no, how can I add LIST > of user interests to AdGroupCriterion. > Thanks > Back to top <#m_-8155840268681167729_digest_top> > AdGroup Audience report Impressions calculation with Click type segment > <http://groups.google.com/group/adwords-api/t/5a049311e2adc74f?utm_source=digest&utm_medium=email> > Oksana Sulyma <oks...@tapclicks.com>: Oct 03 12:55AM -0700 > > Hi! Bumping up this thread so that my question doesn't get lost. Thanks! > > On Friday, September 30, 2022 at 7:50:02 PM UTC+3 Oksana Sulyma wrote: > > Back to top <#m_-8155840268681167729_digest_top> > Associate a label to an audience data segment/user list in the API > <http://groups.google.com/group/adwords-api/t/1540bd778ee4374b?utm_source=digest&utm_medium=email> > Ben Usher <ben.us...@triptease.com>: Oct 03 12:51AM -0700 > > Hi Jinky, > > Please find attached a screenshot of adding a label to an audience segment > in the UI.I can't see a way to associate and view the labels for a segment > when I use the API. Is it possible? > > Thanks, > > Ben > > [image: Segment Label.jpg] > > On Friday, 30 September 2022 at 18:09:29 UTC+1 adsapi wrote: > > Back to top <#m_-8155840268681167729_digest_top> > No PERFORMANCE_MAX campaign data in shopping_performance_view report > <http://groups.google.com/group/adwords-api/t/215ee4e8a9551881?utm_source=digest&utm_medium=email> > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 06:24AM > > Hi Oksana, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well today. > > We really do understand your concern. For us to further investigate this, > provide the complete request and response logs with request ID and request > header generated on your client's end? If you haven't enabled the logging > yet, logging can be enabled by navigating to the Client libraries > Your > client library (ex. Java) > Logging documentation, which you can access > from this link. Add to that, please provide us also a non-cropped > screenshot of the UI. > > You can provide it via Reply privately to the author option. If this > option is not available, then send it instead on this email address > googleadsapi-supp...@google.com. > > Kind regards, > > Sherwin Vincent > Google Ads API Team > ref:_00D1U1174p._5004Q2evOzp:ref > Back to top <#m_-8155840268681167729_digest_top> > CRM based audience upload count through api is not matching with the UI > count > <http://groups.google.com/group/adwords-api/t/6abc08e065a7bb1c?utm_source=digest&utm_medium=email> > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 06:22AM > > Hi Sree, > > Thank you for raising your concern to our team. > > To take a closer look at the issue and so that we can explain the scenario > that you encountered, could you provide the complete request and response > logs with request ID and request header generated on your end where we can > see you are uploading 450k users / members? > > You can provide it via Reply privately to author option. If this option is > not available, then send it instead on this email address > googleadsapi-supp...@google.com. > > Regards, > > Ernie John > Google Ads API Team > ref:_00D1U1174p._5004Q2evOVG:ref > Back to top <#m_-8155840268681167729_digest_top> > Not found Detail demographics record when query CampaignCriterion > <http://groups.google.com/group/adwords-api/t/b7491b29ebae03ce?utm_source=digest&utm_medium=email> > Santoni kho <santoni....@paloe.com.sg>: Oct 02 06:21PM -0700 > > Hi, if have any update for detailed demographic able set or receive in > CampaignCriterion with Google Ads API. can help to inform me ? > > Thank you > > On Friday, September 30, 2022 at 10:10:29 PM UTC+7 adsapi wrote: > > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 05:31AM > > Hi Santoni, > > Thank you for getting back to us. > > With regards to your concern, what we can do is to advise you to follow > our blog post for the updates when it will become supported. > > Kind regards, > > Sherwin Vincent > Google Ads API Team > ref:_00D1U1174p._5004Q2ev7u0:ref > Back to top <#m_-8155840268681167729_digest_top> > Unable to extract cost from performance max campaign > <http://groups.google.com/group/adwords-api/t/c55b06d8975773bd?utm_source=digest&utm_medium=email> > Jeffrey Liow Kah Seng <jeffrey.l...@carsome.com>: Oct 02 06:12PM -0700 > > Hi there, > > I am facing some issues currently, noticed that the performance max > campaign is showing a different interface than other campaign types hence > I > am unable to extract the performance max campaign ads cost. FYI, I am > using > Stitch to extract the ad cost. > > Do let me know the way to overcome this. > > Thanks. > > > > Regards, > Jeffrey > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 05:22AM > > Hi Jeffrey, > > Thank you for reaching us out. I am Sherwin from Google Ads API support > team. I hope that you are doing well today. > > With regard to your concern, you mentioned that you are using Stitch to > extract the Ad cost. Could you please tell me if this is a third-party > application? If yes, then you may need to reach out to the support team of > Stitch. However, if not, could you please provide us the complete request > and response logs with request ID and request header generated on your end? > If you haven't enabled the logging yet, logging can be enabled by > navigating to the Client libraries > Your client library (ex. Java) > > Logging documentation, which you can access from this link. Add to that, > could you please provide us with the full screenshot of the UI? > > You can provide it via Reply privately to the author option. If this > option is not available, then send it instead on this email address > googleadsapi-supp...@google.com. > > Kind regards, > > Sherwin Vincent > Google Ads API Team > ref:_00D1U1174p._5004Q2ewKNa:ref > Back to top <#m_-8155840268681167729_digest_top> > get_campaigns.py not working > <http://groups.google.com/group/adwords-api/t/87675d34c87147a1?utm_source=digest&utm_medium=email> > Abir Majumder <abirma...@gmail.com>: Oct 02 04:22AM -0700 > > I ran the campaigns.py file after following the steps given on the google > ads api link and the code runs, but it doesn't print out any campaigns. > > Earlier i was getting other errors with my authentication which i fixed, > but now the code just runs and doesn't output anything. > > What can be the issue ? > Google Ads API Forum Advisor <adsapi@forumsupport.google>: Oct 03 03:03AM > > Hi Abir, > > This is Carmela from the Google Ads API team. Thank you for reaching out. > > Moving forward, could you confirm first if you are using the client > account in your request and not the MCC account? If not, please try using > your client account on your end. > > If the error persists or if you are already using the client_id on your > end, you may provide the complete request and response logs with the > request ID and request header generated on your end. If you haven't yet, > logging can be enabled by navigating to the Client libraries > Your client > library (Python) > Logging documentation, which you can access from this > link. > > You can provide it via Reply privately to author option. If this option is > not available, then send it instead on this email address > googleadsapi-supp...@google.com. > > Regards, > > Carmela > Google Ads API Team > ref:_00D1U1174p._5004Q2ew9Le:ref > Back to top <#m_-8155840268681167729_digest_top> > You received this digest because you're subscribed to updates for this > group. You can change your settings on the group membership page > <https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!forum/adwords-api/join> > . > To unsubscribe from this group and stop receiving emails from it send an > email to adwords-api+unsubscr...@googlegroups.com. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/CA%2BcLHz1CjoLmEKQV1-3jr6T1iqPg6CfK79eohB0rRbWnk2P01w%40mail.gmail.com.