Re: Html5 Bundle Template

2016-06-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Adrian, Thank you for the information. The files you sent doesn't have the implementation (*Hotel at {#jsProperties.city_name}*) in any of the files. This is probably the reason you're getting the error. Is there any other information that you could provide? Regards, Peter AdWords API Team

Re: How to use Adwords Api in android studio ?

2016-06-14 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Are you trying to build an app that would interact with the AdWords API, or are you simply using Android Studio as your IDE? Thanks, Josh, AdWords API Team On Tuesday, June 14, 2016 at 5:40:08 PM UTC-4, Greg Snider wrote: > > Shyam, > > Did you have success using the AdWords API in Android

Re: API access level question

2016-06-14 Thread 'Peter Oliquino' via AdWords API Forum
Hello Miles, Yes, once your manager account's developer token is approved whether it is basic or standard access level, you will have the ability to read/write on all your customer accounts using the AdWords API. However, if the purpose is to provide read-only access to a third party, you will

Get custom data in response when calling mutate()

2016-06-14 Thread David Denton
I'm synchronizing a number of Ad Groups from a web app (where they are created) to the customer's AdWords Account via the API. operations = [ad_group_1, ad_group_2, ad_group_3 ] Each AdGroup object has an attribute 'google_id' which is the ID key Google uses to identify the object. After

API access level question

2016-06-14 Thread 'Miles Stoll' via AdWords API Forum
Hi all, Is there an access level that allows someone to pull data through an API that is read only? It’s my understanding API access gives the user write/admin access. Is this the case? Thank you for your help! Miles -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: Display Network - Mobile App Installs Campaign Showing Ads on YouTube Web Site

2016-06-14 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mark, Thanks for the clarification. That does seem like strange behavior. Could you please provide the campaign Id of this campaign and a sample report definition you used via *reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: How to use Adwords Api in android studio ?

2016-06-14 Thread Greg Snider
Shyam, Did you have success using the AdWords API in Android Studio? I have been trying for days with no success to correctly configure dependencies in Android Studio for the AdWords API. On Monday, December 7, 2015 at 7:53:22 AM UTC-6, Shyam Singh wrote: > > Hello everyone, > I wanted to mak

Re: TrueView in-stream in-display ad formats

2016-06-14 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Jenia, When running reports, you can use the field AdNetworkType1 or AdNetworkType2 to get the TrueView formats. The value YOUTUBE_SEARCH is associated with in-stream and YOUTUBE_WATCH

TrueView in-stream in-display ad formats

2016-06-14 Thread remjenia
Hi, It might have been asked before so I apologize in advance, but I would like to know what is the dimension in the API which contains the values which point on TrueView formats. For example, I would like to know if this is 'in-stream' or 'in-display' ad format. Thanks, Jenia -- -- =~=~=~=

Re: YouTube Video ID in Video Performance Report Does Not Match

2016-06-14 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Mark, I'm responding here just in case others encounter this issue. I'm following up with the reporting team and will get back to you as soon as I have more information. In the meantime, I suggest trimming leading and trailing spaces from *VideoId* field values as a workaround. Thanks, Jos

Re: How to get keywords/ads count per adgroup?

2016-06-14 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Justinas, There is no way to get the counts directly from an adgroup. Normally, you can fetch the ads in an adgroup using the AdGroupAdService.get and then count the number of ads. Similarly you can use the AdGroupCriterionService.get to fetch the keywords in an adgroup. For an account wi

Re: Can I use getTargetCpa() and setTargetCpa() on Ad group level

2016-06-14 Thread 'Anthony Madrigal' via AdWords API Forum
Hi KMadsen, This question is out of scope for our team, since it is related to AdWords Scripts, not AdWords API. Please post your question on their forum so that they can solve your issue. For any AdW

Can I use getTargetCpa() and setTargetCpa() on Ad group level

2016-06-14 Thread KMadsen
Hi guys I want to be able to run a script, that adjusts my target CPAs set on ad group level for specific campaigns. Right now i keep getting the following error: TypeError: Cannot find function setTargetCpa in object. Is this not possible within this iter AdWordsApp.adGroups()? As an example

Re: Display Network - Mobile App Installs Campaign Showing Ads on YouTube Web Site

2016-06-14 Thread Mark Rogoyski
Reopening this topic. I don't think this should have been flagged as a duplicate. They may both be about YouTube but they are two different issues that lead to two different problems. This issue is that the campaign is a Display Network - Mobile app installs campaign, however, ads seem to be sh

Re: Html5 Bundle Template

2016-06-14 Thread Adrian Blanco
I send you the information about the error. The point of this feature is to have an html like this : Hotel at {#jsProperties.city_name} And inject with a js of properties the name of the city, so I repackage the ZIP of the client with the tags and a js of properties and then trigger the error.

How to get keywords/ads count per adgroup?

2016-06-14 Thread Justinas Ringaila
Hi, lets say I a customer that has 20 000 adgroups, I want to get keywords and ads for theses adgroups. I can only get this data in chunks because of the limits. How to get count of entities in one api request? response should return the following info: adgroup: 1 has 20 ads and 50 keywords,

Re: AdWords API 201605 add ExpandedTextAd does not work

2016-06-14 Thread Nikolay Gordienko
Thanks, I try to create *ExpandedTextAd *in my real account, so I need wait release before I can create this ad in my real account? adGroupId = 28119345247 https://adwords.google.com/api/adwords/cm/v201605";> 000535397c83ba680a818705f50f380c вторник, 14 июня 2016 г., 1:40:54 UTC+3 пользова

Re: Html5 Bundle Template

2016-06-14 Thread 'Peter Oliquino' via AdWords API Forum
Hi Adrian, The error occurs due to an invalid asset path contained in the media bundle. For further investigation, could you please send your SOAP request and response logs if possible? Please use *Reply privately to author* when sending the information. Thanks and regards, Peter AdWords API T