Re: Get parent campaign name of ad group feed item target

2019-07-19 Thread Yuxiang Wang
Thanks for your reply! Seems this query not works for me. feed_item_target.ad_group will return a string as "customers/{customer.id}/ad_group/{ad_group.id}". I can only extract the ad_group.id fr

How can I generate report using Google adwords api without downloading the file?

2019-07-19 Thread Luis Manuel
Hi all, I am using the adwords API with version v201809 and I have the following question. How can I generate the report CAMPAIGN_PERFORMANCE_REPORT without downloading the file (for example just showing the result). Here is actually what I do: $reportQuery = 'SELECT CampaignId,CampaignN

Re: How can I generate report using Google adwords api without downloading the file?

2019-07-19 Thread Luis Manuel
Hello, Did you manage to solve your query? I still have not been able to solve it and I have the same question, I have not found content with AWQL to help me solve it Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot

RE: Identifying 'real' UserList types for RULE_BASED lists with no IntegrationCode

2019-07-19 Thread Google Ads API Forum Advisor Prod
Hello Sam, Could you please confirm the account id using reply privately to the author option in order check further? Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UEFOJK:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelo

RE: Automation - on/off identifiers fed directly from our database with full ad control

2019-07-19 Thread Google Ads API Forum Advisor Prod
Hello Jeremy, I am from the Google Ads API team. You can ask this in our Advertisers community forum where the product experts might give you some suggestions. Meanwhile if you have any questions related to the AdWords API/Google Ads API/dynamic ads please let me know I am happy to help. Regar

deleted_client - but it wasn't deleted at all..

2019-07-19 Thread Gustavo Barreto Nakahara
Hi, I don't know what else can I do. - Read all related threads; - A client WAS NOT deleted at first time; - Re-generated OAuth client a dozen times; - Called the local support phone; - Sent direct e-mail to googleadsapi-supp...@google.com None of the above seem to have a working

RE: Get parent campaign name of ad group feed item target

2019-07-19 Thread Google Ads API Forum Advisor Prod
Hi Wang, You may use the feed_item_target.campaign and feed_item_target.ad_group to pull the campaign and ad group details together. Please find the sample report query below as a reference: "SELECT campaign.id, feed_item_target.ad_group, feed_item_target.campaign FROM feed_item_target" Could

RE: Audience targeting Search API

2019-07-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching support. The searching option itself is not possible via API but you may use GoogleAdsService to pull the details available in the search drop down. You should be able to lookup the audience criteria that is displayed in the drop down. Let us know if this helps. Rega

Re: Campaign StartDate not consistent between AdWords API and Google Ads API

2019-07-19 Thread Gavin
Hello, Josh, I hit the same issue when I am testing my application using GoogleAds API. I tried to follow the link you shared to get the requestId but the code snippet in the page (logs produced by the library

Re: Problems working with the report Placeholderitem_feed report. I can't find a variable.

2019-07-19 Thread Google Ads API Forum Advisor Prod
Hello Jorge, Thank you for sharing the detailed explanation. From what I understand, you are looking to pull the targeting details available in the Business data for the specific feeds. These only contain details of the specific FeedItems that are targeted only to specific campaigns, ad groups,

Re: user test accounts and pending token to call AdWords API but faill

2019-07-19 Thread yang liu
Hi Dannison, Now,i know i get the DEVELOPER_TOKEN_NOT_APPROVED error is because i using a developer token with Test Access for production calls. Ater that,i debugging my code successfull

Re: Adwords API returns Sitelinks errors for other objects

2019-07-19 Thread Adrian Lara
Hi, check this is for new API: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/adwords-api/5DcE3Tb8Sck On Friday, July 19, 2019 at 9:01:32 AM UTC-3, Wesley Bowman wrote: > > This is *still* a problem for us. Is there any news? > > On Friday, June 7, 2019 at 10:53:22 P

Re: Adwords API returns Sitelinks errors for other objects

2019-07-19 Thread Wesley Bowman
This is *still* a problem for us. Is there any news? On Friday, June 7, 2019 at 10:53:22 PM UTC+2, adsapiforumadvisor wrote: > > Hi Wesley, > > I've pulled the relevant logs and asked the relevant teams to take a look. > I'll keep you posted. > > Cheers > Anash > > ref:_00D1U1174p._5001UBlPtt:re

Identifying 'real' UserList types for RULE_BASED lists with no IntegrationCode

2019-07-19 Thread Sam
Hi, We have some RULE_BASED audiences. We're trying to identify the 'real' type of audience this represents. With an IntegrationCode of 'VISITORS_RULE' for example, we know that this is actually remarketing activity, just defined by a rule, which is fine. However there are some audiences which

RE: What is the minimum operation count per request OfflineConversionAdjustmentFeedService

2019-07-19 Thread Google Ads API Forum Advisor Prod
Hi Missandei, Thank you for reaching out. Uploading of offline conversions do not have a specific limit as of the moment. The guide you provided that says a maximum of 2000 is for click conversions only. However, to further investigate this on my end, could you provide the complete SOAP reque

Automation - on/off identifiers fed directly from our database with full ad control

2019-07-19 Thread Jeremy Nathan
We have 200+ categories and growing across our 3 marketplace sites to which we are driving Google PPC to (Eg: https://www.industrysearch.com.au/buy/tray-sealing-machines). Their ad priorities change daily and we switch them on and off based on our budgets and based on which ones have enough tra

Report accounts

2019-07-19 Thread Luis Manuel
[image: ok.PNG] Hi guys, I'm using the adwords API and I'm downloading the reports correctly, the problem I have is that I need to extract the data but not download it, I have not found in the documentation how to perform this process since all the information that appears is to make the repo

What is the minimum operation count per request OfflineConversionAdjustmentFeedService

2019-07-19 Thread Missandei
Hello, I am trying to upload Offline Conversion Adjustments: (this example: https://developers.google.com/adwords/api/docs/samples/php/remarketing#import-conversion-adjustments-for-existing-conversions ) I try to upload 2000 operations per request. (This don't show that sth special is for Adju