Google Ads Data Freshness

2019-07-10 Thread Акулов Алексей
Hi Community, I'm running 2 Google Ads reports: ad groups performance and keyword performance. I'm doing this continuously each 10 mins. My application host is on the same time zone with Google Ads account. Last run for the previous day I perform on the next date about 00:00:01, but I can see

Re: Do we have any api to create Gmail HTML Ad?

2019-07-10 Thread rakesh
On Tuesday, July 9, 2019 at 3:28:48 AM UTC-7, rakesh wrote: > > Currently we are creating gmail ads by uploading zip file which contains > html,images,teaser file. > Now we are trying to create the same by using api's provided by google, > but no luck as we are getting the following exception :

Re: Missing all Youtube ads in AdGroupAdService

2019-07-10 Thread James D'Arcy
Hi all Has there been any changes to this issue since the end of 2017? Are YouTube campaigns still not available via the Google CamapaignService API call? James On Saturday, November 19, 2016 at 1:07:26 AM UTC+11, Markus Wigbels wrote: > > Dear support team, > > I'm trying to fetch all Ads loca

How to read all Ad Types using java api?

2019-07-10 Thread Suresh Kumar Shenbagam
Hi, Is there any way I can read all the types of Ad, like Expanded Text Ads, etc. from the enumeration using java api? Suresh -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How to get Video Ad by API

2019-07-10 Thread Alexey Ohorzin
Hi. I can't get Video Ad by API? How can I do it? I used AdGroupAdService, MediaService. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Google Impression Share

2019-07-10 Thread Lekhraj
Hi, Is there a way to get Total Search campaigns Search Imp. Share using API? [image: search_impression_share.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

Targeting Idea Selector in library "googleads/google-ads-php" PHP

2019-07-10 Thread Youness Chetoui
Hello everyone, I need some help with the library "googleads/google-ads-php". I juste moved of "googleads/googleads-php-lib" and I try to re use my function but i not understand how i setup the library to make this. The example on adword doc use the old library and I don't find the different cl

Getting impressions for Ads in Bigquery

2019-07-10 Thread Johan Strand
I have imported all our Shopping ads data into BQ and are now trying to get nr of impressions for one campaign during one day. But the result i get is around 100 times higher then nr in Google Ads, same if i get nr of Clicks. Any ideas? SELECT > shopping.date, > name.CampaignName, >

Re: Conversion Upload : how to set conversion window on each conversion upload?

2019-07-10 Thread Akhil V V
Thanks Peter! I actually had modified the ctcLookBackWindow while creating conversion action (which I believe is a one time action) however I want to set conversion window every time I fire a conversion through GCLID. The issue is that whenever I fire a conversion through API, the conversion window

Re: Issue setting bid strategy through API differs from UI

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello, Sorry for the delay. I'm going to route this issue to someone who has more familiarity with the python library, who should hopefully be able to assist. Regards, Mike, Google Ads API Team ref:_00D1U1174p._5001UCZl6w:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Placement Performance report has duplicate rows

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello, We don't have this information explicitly listed all in one place, but the documentation at the top of each specific report page should have this information for that report. For example, on top of the Keywords Performance Report age, it says, "The Keywords Performance report includes al

Re: Linking account with Manager Account in Google Ads API

2019-07-10 Thread Amrender kumar
Hi Teja, I have managed to fix the problem. It seems working now. Thank you for your help. Thanks, Amrender On Monday, 8 July 2019 20:09:38 UTC+5:30, adsapiforumadvisor wrote: > > Hello Amrender, > > To analyze further, could you please share the complete request and > response log containing r

Re: Issue setting bid strategy through API differs from UI

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Vinuntha, You'll want to use the CopyFrom method that is part of all message classes in Python, so for example: manual_cpm = client.get_type('ManualCpm', version='v1') campaign.manual_cpm.CopyFrom(manual_cpm) Hope that helps! let me know if you have any additional questions. Best, Ben Karl,

Re: Google Ads API - Placement Detail Incomplete data

2019-07-10 Thread Ryan Whitten
Hi Josh, Thank you, that did the trick! I had been using the same migration guide before v2 came out and didn't see the announcement about v2. It's great that the issue has been resolved in v2. Thanks, Ryan On Tuesday, July 9, 2019 at 10:19:32 PM UTC-4, adsapiforumadvisor wrote: > > Hi Ryan

Audience Manager List Members - Google Ads API V1

2019-07-10 Thread 'Ramanajee Kandregula' via AdWords API and Google Ads API Forum
[image: Capture.PNG] Hello there, How can i select different types of list members in Google Ads API V1 ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received thi

Re: Can I get simple json response from ads api?

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello Ken, Using client library it is not possible to get the output in JSON format. Alternaltively you an use the CURL operation to get the output in JSON format. Example JSON query is give below. Please give it a try and let me know if you have any further questions. CURL example: curl -H "

Account without Adwords Created Feeds

2019-07-10 Thread Bradford Loesch
I am trying to use the various ExtensionSettingServices to manage call extensions within an account 9027620725. It appears that this account does not have any feeds whose origin is `ADWORDS`, and they are all user created. When I attempted creating a call extension in this account with the Exte

Re: Google AdWords API returns AdGroups not connected to clienctCustomerId account

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello łukasz, That is correct. To pull the removed entities you will need to explicitly query for the REMOVED campaigns. As for your concern, status changes at the campaign level will affect the statuses of the ad groups, ads, and criteria within it. A status change at the ad group level will a

RE: Google Ads Data Freshness

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello Акулов , It depends on the kind of data you are pulling from your account. According this Data freshness article, some of the data for today will be available on the day after tomorrow 11am PST. In the article it is mentioned that the availability of data based on different time zones. Ba

RE: Targeting Idea Selector in library "googleads/google-ads-php" PHP

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello Youness, The equivalent service to TargetingIdeaService is KeywordPlanIdeaService in the new Google Ads API. You can refer here the same. You could refer to the Keyword Planning in the release notes to get more clarity. You could refer the code samples to create keyword plan, and keyword

RE: Getting impressions for Ads in Bigquery

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello Johan, We will be able to address concerns specific to AdWords API/Google Ads API on this forum. It looks like you are having an issue generating the report data in BigQuery, you will need to get in touch with the BigQuery team by contacting them through the support channels available her

RE: Is it possible to set a total budget for a display network campaign?

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello, Could you please confirm if the issue is specific to Google Ads API or is this seen when making the API calls using AdWords API too? Could you please share details of your implementation along with the CID where you are seeing the overspending to check this further? You can share the det

Re: Google AdWords Report API mapping required with Google Ads new version.

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Qaiser, Thanks for the question - I'm looking into this for you and will get back to you with more information as soon as possible. Thanks, Ben Karl, Google Ads API Team ref:_00D1U1174p._5001UCa0v8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:/

Re: Google AdWords Report API mapping required with Google Ads new version.

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Qaiser, This appears to be a bug. While the team works on getting it fixed, I think you can successfully use this filter with a different regex, can you try: WHERE ad_group_criterion.keyword.text NOT LIKE '.^+.^' This is assuming you intended "%" to be a wildcard operator. Let me know if t

Google Ads API - Responsive Search Ads

2019-07-10 Thread rentcafe dev
Hello, I'm trying to create a Responsive Search Ad using the .NET library for Google Ads API and I'm receiving the following error: Google Error: Status(StatusCode=InvalidArgument, Detail=""Request contains an invalid argument."" It sure would be nice if the error message would indicated what

Re: FeedMapping service can't be queried with PlaceholderType and CriterionType in WHERE clause at the same time, but AdWords API can.

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Dongqi, Technically, it is possible to create multiple FeedMapping objects for the same feed but with different placeholder types, but in practice it is highly unlikely. This would require having a single feed that contains attributes for two different placeholder types. This setup would be

Re: Is it possible to set a total budget for a display network campaign?

2019-07-10 Thread Rhys Emmerson
Hi Bharani, I'm not saying there is an issue with Google Ads overspending. Currently we have to set a daily budget, periodically check the spend via the api and pause the campaign when the spend reaches $100. If we place a campaign on behalf of a client for say $100, we would like to set a spe

RE: How to get Video Ad by API

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Alexey, Thank you for reaching out. In the AdWords API perspective, video campaign are only supported in reports. Let me know if you have further clarifications. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UCc0S1:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

RE: How to read all Ad Types using java api?

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Suresh, Thank you for reaching out. You can use the AdGroupAdService.get() which can retrieve all ad types in your account. You can also download the Ad Performance Report as this will also return metrics on the ad level. Hope this helps. Regards, Dannison Google Ads API Team ref:_00D1U117

RE: Google Impression Share

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You can download the Campaign Performance Report and add a filter for AdvertisingChannelType and set it to SEARCH. You may refer to the query below. AWQL: SELECT CampaignId, SearchImpressionShare FROM CAMPAIGN_PERFORMANCE_REPORT WHERE AdvertisingChannelType IN [

Re: How to get Video Ad by API

2019-07-10 Thread Alexey Ohorzin
Let me clarify. Can't I get ads with type 'Video Ad'? I need to check URLs in ads with type 'Video Ad'. May be there is some another way to get some data from such ads? On Wednesday, 10 July 2019 17:26:01 UTC+7, Alexey Ohorzin wrote: > > Hi. I can't get Video Ad by API? How can I do it? I > use

Google Ads API have YouTube video set up function?

2019-07-10 Thread MCC智美
Hello, I want to set up YouTube video to advertising material resources through the Google Ads API. But how can I get the video ID? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: How to get Video Ad by API

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Alexey, The only way to retrieve video related ads is by downloading reports. You can retrieve video ad metrics using the Video Performance Report or the Ad Performance Report. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UCc0S1:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Can one Adword account link to multiple merchant center accounts?

2019-07-10 Thread Chaitanya Kulkarni
Hi Team, Could you please let me know if an Adwords account can be linked with multiple merchant center accounts? If Yes, it would be great if you provide a way to do it in Adwords UI. I could not find it. Thanks, Chaitanya -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

RE: Account without Adwords Created Feeds

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Bradford, Feed items with the 'ADWORDS' origin are system generated and cannot be created via the AdWords API. If you wish to know how these are created, you may reach out to the product experts via the Google Ads Community Forum for further assistance as this is, unfortunately, already outs

Re: Targeting Idea Selector in library "googleads/google-ads-php" PHP

2019-07-10 Thread Youness Chetoui
Hello Sai Teja, Thanks you for your response. I have a little other question about keywords. I try to get a list of suggested keywords with keywords, it possible to get this with KeywordPlanIdeaService and new lib ? Le mercredi 10 juillet 2019 21:27:18 UTC+2, adsapiforumadvisor a écrit : > > H