Re: Why ad_group_ad.ad.final_urls is a list?

2020-04-28 Thread Jarek Miazga
Thank you for the explanation, that's clear. One more question, is the list ordered? Let's say that final URL has a redirect and API returns a list of 2 URLs - would that be in order: 1. Final URL filled in the ad settings 2. Final URL that the previous one redirected to (a landing page)? The th

Re: Not receiving all Campaign - Extensions association (missing promotions) - AdWords API

2020-04-28 Thread Zorion
Thanks for the support! In case someone had the same issue: The reason was having two different feeds for Promotions so we can only get the associations from the default feed (Josh specified privately which one was the default). Josh also shared the migration guide in case we want to avoid the

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-28 Thread Gregory Gan
Hi Michell, Would being on a test account be the reason also as to why the size doesn't change? Cheers, Greg -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receiv

Equal rows for report with AdGroupStatus

2020-04-28 Thread Pavel Grivachev
Hi, When I use request without AdGroupStatus field I have one row result. Request: curl --http1.1 \ --header "Authorization : Bearer {token}" \ --header "developerToken : {developerToken}" \ --header "includeZeroImpressions: false" \ --header "clientCustomerId : {clientCustomerId

Re: AdWordUser object

2020-04-28 Thread Haik
I also got this error. I am not using any Azure. I have a .net core console app Could not load type 'System.Web.Hosting.HostingEnvironment' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.":"System.Web.Hosting.HostingEnvironment" This line causes

Re: Try after 30 seconds

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Ramanajee, Thank you for providing the logs! I have responded in the other thread. For tracking purposes, please continue the discussion on the private thread. Thanks, Danica Calusin, Google Ads API Team ref:_00D1U1174p._5001UaSI4c:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How do I get Product Feed data from Merchant Account?

2020-04-28 Thread Ankit Agarwal
> > As I was looking for solutions, I found this permission "content api for > shopping" permission. > Here is a link: https://developers.google.com/shopping-content/reference/rest/v2.1/products?hl=en_US Can you please verify, is this the right link to fetch product data required to create pro

RE: How do I get Product Feed data from Merchant Account?

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, it is not currently possible to retrieve feed data from the Merchant Center via AdWords API. If you have any additional questions regarding the API, please do not hesitate to reach out. Thanks, Danica Calusin, Google Ads API Team ref:_00D1U1174p._5001UaSdOq:ref -- --

RE: Why ad_group_ad.ad.final_urls is a list?

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Jarek, Thank you for reaching out. When you create the ad you only fill in one final URL. However, this url could redirect to other URLs. ad_group_ad.ad.final_urls returns a list of possible final URLs after all cross-domain redirects for the ad. Let me know if you have any further question

RE: Fetch report with all values of AdGroupStatus and CampaignStatus

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Pavel, Thank you for reaching out. REMOVED campaigns and ad groups should show by default in all reports unless you specifically filter them out. As Zweitze noted, my team has come across some inconsistencies with this and we are in the process of investigating this issue. Though the filter

Re: How to add global negative placements

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hello, I will add a feature request on your behalf to have this added to the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UaSU68:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

Re: How to check conversion which are imported from GA

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Xiaoying, Unfortunately, it is not possible to get ConversionTrackerIds' other properties within Account Performance report and Search Query Performance report. You may refer to this documentation (Account Performance) and this documentation (Search Query Performance) for a list of all avail

RE: Google Ads API JSON REST POST Request - MutateMembers

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Gregory, To answer your first question, you need to feed it the list of members you want to remove. The members should be the same as they are in the UserList. For your other questions, it can take up to 12 hours to show the updated UserList as explained here. If you added more than 1000 mem

Re: AttributeError: 'GoogleAdsRow' object has no attribute 'results

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Greenleaf, Thank you for reaching out. In order for me to further investigate, could you please share the complete request and response logs along with the source code you used and the client customer id via the Reply privately to author option? Thanks and regards, Xiaoming, Google Ads API T

GAQL CLI

2020-04-28 Thread Benjamin Ryves
Not a question, so feel free to remove this if it's not useful. Today we open sourced our internal Google Ads query CLI, which wraps the GoogleAds Python library. I figured I'd share it here in case folks find it useful. The repo's here, and you can also find it on PyPi. https://github.com/getyo

Re: I have applied for a Basic Access Acount, but did not receive confirmation email

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for the update. Could you provide me with your account ID that you applied for the basic access so that I may take a further look at this concern? For privacy, you can reply back to me using "reply privately to author". Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001Ua

Re: Fetch report with all values of AdGroupStatus and CampaignStatus

2020-04-28 Thread Zweitze
If you're talking about AdWords API: don't assume anything. I've been developing for AdWords API well over ten years, in those years the default behavior (= not including such conditions) changed at least seven times. In other words, if you didn't include a predicate on status, sometimes you go

Why ad_group_ad.ad.final_urls is a list?

2020-04-28 Thread Jarek Miazga
Hi, I'm trying to figure out why ad_group_ad.ad.final_urls is a list and actually when it can return more than 1 URL? I haven't seen an option in Google Ads UI (probably missed it, not a heavy user of it) for setting up more than one final URL and in API responses. Jarek -- -- =~=~=~=~=~=~=~

Re: Try after 30 seconds

2020-04-28 Thread Ramanajee
i replied request logs privately On Saturday, 25 April 2020 03:00:17 UTC+5:30, adsapiforumadvisor wrote: > > Hi Ramanajee, > > Thank you for reaching out. In order for me to better investigate, kindly > provide complete detailed logs of the request and response. Additionally, > please note that

Re: Url Performance Report Mapping in UI

2020-04-28 Thread Google Ads API Forum Advisor Prod
Hi Talha, The last message must not have came through. You can use the group_placement_view to get the data from that tab. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5001UaRokB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeve

Re: google-ads v2 documentation offline

2020-04-28 Thread Nick Russler
Had the same error, was uBlock Origin Chrome extension in my case. Am Donnerstag, 14. November 2019 17:46:13 UTC+1 schrieb adsapiforumadvisor: > > Hi Francisco, > > > > Thank you for reaching out. Everything seems to be working from our end. > There might've been a temporary glitch so please t

Fetch report with all values of AdGroupStatus and CampaignStatus

2020-04-28 Thread Pavel G
Hi, We need to fetch report that contains the fields we need, but with all statuses of AdGroupStatus and CampaignStatus fields. In this forum I found suggestions that I need to add the following code to my request: WHERE AdGroupStatus IN ['ENABLED','PAUSED','REMOVED'] AND CampaignStatus IN ['

Re: Pulling Data For Removed Campaigns?

2020-04-28 Thread Pavel Grivachev
Hi, Is it mandatory to use WHERE CampaignStatus = 'REMOVED' now for this purpose? I just checked without this WHERE statement and my curl request returned me data with Campaign state =

Re: I have applied for a Basic Access Acount, but did not receive confirmation email

2020-04-28 Thread English Summary
Hi, Thanks for the reply. I have been waiting since last 3 days and have not heard from the API Compliance Team. On Monday, 27 April 2020 19:54:26 UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thank you for reaching out to us. I see you have a question on when you > should receive a reply fr

Using userID for upload users into customer match audience.

2020-04-28 Thread Павел Хазов
Hi all. I need upload user list into customer match audience using UserID, but in the documentation, I saw this note *Note:* Uploading members based on userId > > is > only available to whit

Re: Google Ads API JSON REST POST Request - MutateMembers

2020-04-28 Thread Gregory Gan
Hi Mitchell, Just a follow up on the previous email, I'm trying to upload 1000+ members to my audience list with the SOAP:XML format: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>