Offline Conversions with Same gclid and different ConversionType

2016-06-01 Thread Itay Zagron
Hi. Can Anyone confirm that if I upload conversions with the same GclId, the same Time but a different Conversion Type, only the first record will be saved? because i tried to upload the same click to 3 different Conversion Type And i see the click only in one Conversion Type. Thanks Itay --

Getting Transaction history / billing balance through the API

2016-06-01 Thread lior
Hello, I wanted to ask if it is possible to download Transaction history/Billing balance for an account through the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelo

Re: BatchJobService mutateResponse says it uses v201603 but the response seems to be v201509

2016-06-01 Thread Carl-Johan Kjellander
https://developers.google.com/adwords/api/docs/guides/batch-jobs#supported_operations is where we found the links btw. At the time I started messing with it it was v201603 and v201605, but the same problem applies to the latter xsd, it has moved around the fields in ApiError. On Wednesday, Jun

Re: Percent Encoding of Custom Parameters

2016-06-01 Thread Dorian Kind
Hi Thanet, thanks for getting back! I actually didn't use a tracking template in the example for which I provided a screenshot. But I recreated a similar one below, this time including a tracking template:

Re: Is it possible to differentiate InStream vs. InDisplay results at reporting?

2016-06-01 Thread tamas . hais . api
Hello Peter, thank you! Had a look on the linked discussion. This was also something I was thinking about, but though it would lead to a lot digging down to Ad level. (Best would be btw. to have this on the campaign report level. I mean, for my case, I'd need this information on that level some

Re: Percent Encoding of Custom Parameters

2016-06-01 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hi Dorian, Thanks for information. I'll pass that to the engineering team. Best, Thanet, AdWords API Team On Wednesday, June 1, 2016 at 4:50:47 PM UTC+9, Dorian Kind wrote: > > Hi Thanet, > > thanks for getting back! I actually didn't use a tracking template in the > example for which I provide

How to add AccountLabels to ManagedCustomers?

2016-06-01 Thread markus . heiden
Hi, I successfully created an AccountLabel. But adding it to a ManagedCustomer during creation (ADD) via ManagedCustomerService.mutate has no effect. The ManagedCustomer is always created without the label assigned. Is using mutateLabel after creating the ManagedCustomer the only possibility to

BatchJobService is SO SLOW and not completing jobs

2016-06-01 Thread Biniam Asnake Kefale
Hello, We have reported this issue again and again and it is still happening. Starting this morning, a lot of our CPC change and Adgroup activation and deactivation jobs which are using BatchJobService are failing. We have implemented a fault tolerance mechanism to restart jobs and poll jobs e

contentBidTypeCriterionGroup doesn't mutate

2016-06-01 Thread Ершов Александр
Hello! I need to turn on custom bids for placements. I'm trying to mutate Adgroup. setting contentBidTypeCriterionGroup to 'PLACEMENT' as it is recommended here https://groups.google.com/forum/#!topic/adwords-api/W1Kl2fmKbqI Here is my code $adGroupId = '...adgroup code...'; $adGroupSe

Platforms To Target? - Which are the platforms to target?

2016-06-01 Thread hmerchor
In this link: https://developers.google.com/adwords/api/docs/reference/v201605/CampaignCriterionService.Criterion#type When it says PLATFORM - Platforms to target - What is it referring to exactly? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

List of possible criteria to use in creating new audience

2016-06-01 Thread Christine Jolley Hill
Does something like the Selector Fields list exist for all possible criteria that can be sent through AdWords API to create new audiences? Also, can any combination of criteria be used in audience lists, or are t

Feed Item Approval Speed

2016-06-01 Thread Ryan Tate
What kind of speed can expect feed items to be approved realistically? I'm asking because the inventory the feed reflects is extremely time sensitive. Optimally, I'd like feed items approved and displaying in my ads in real-time. I plan to add, edit and delete items several thousands times a

How to get Adwords Customer ID of currently signed in user

2016-06-01 Thread bidder
Hello, I am writing an application that after the user signs into his Google Account should determinate his Adwords Account Customer ID. I created Client ID & Secret for web app and use https://github.com/googleads/googleads-python-lib/wiki/API-access-on-behalf-of-your-clients-(web-flow)#ste

AdWords Jars and Examples Download Link Broken

2016-06-01 Thread Mark Gormley
When I try to download the latest and greatest AdWords API (googleads-java-lib-v2.15.0) I receive an error message. The link I'm trying to download from is: https://github.com/googleads/googleads-java-lib/releases/download/2.15.0/adwords-axis-jars-and-examples-2.15.0.tar.gz The error message I r

contentBidCriterionTypeGroup - my prev question.

2016-06-01 Thread Ершов Александр
I've found misspelling, question is not relevant now in this answer , AdGroup property was written (and I copied that) as *contentBidTypeCriterionGroup.* And really it should be used as

Re: Enable custom bids using API

2016-06-01 Thread Ершов Александр
Everyone who reads this - please pay attention. Don't just copy as I did it, use param name contentBidCriterionTypeGroup (it is the correct once) And contentBidTypeCriterionGroup contains mistake (Type and Criterion words are in the wrong order) And really it should be used as On Wednesday, N

Any one can help me to get all users under organization unit using google directory API

2016-06-01 Thread sreeraj g
Any one can help me to get all users under organization unit using google directory API -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~

The examples in PHP library of Adwords api for creating Responsive Ad is not working. It gives fatal error yelling Cannot access empty property.

2016-06-01 Thread DOMADIA KENIL
*I have posted the error below :* *"Notice*: Undefined index: businessName in */opt/lampp/lib/php/Google/Api/Ads/AdWords/v201605/AdGroupAdService.php* on line *125* *Notice*: Undefined index: in */opt/lampp/lib/php/Google/Api/Ads/AdWords/v201605/AdGroupAdService.php* on line *125* *Fatal error

Re: CampaignServiceInterface get method is broken upgrading Java SDK jar from v2.12.0 to 2.13.0

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The way to get the AdWords API services using the Java client library is to first construct an AdWordsSession using the OAuth2 credentials and then instantiate the desired service class using the AdWordsServices utility as demonstrated in this basic usage example

Keyword Text from Reports

2016-06-01 Thread 'Marcin Gdak' via AdWords API Forum
Hi, I need information about keywords and of criteria. I am using for this AdGroupCriterionService. I would like the same to charge information with reports. Unfortunately I don't know which report has a text of the keyword. In my opinion it should be in the Keyword_Performance_Report report bu

Re: Is it possible to differentiate InStream vs. InDisplay results at reporting?

2016-06-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tamas, You are welcome. Based on the discussion the issue may have already been forwarded to the AdWords API engineering team. Although we still do not have information when or whether it will be available soon. You could follow our blog for future

Re: Quisiera generar un reporte en una pagina php de mis campañas a través de la Api Adwords / I would like to generate a report on a php page of my campaigns through Adwords Api

2016-06-01 Thread infinium . pauta
I tried anyway and does not export any report me. I expect a more technical help, some video tutorial or guide me to be more specific. Thanks in advance. El lunes, 9 de mayo de 2016, 10:17:28 (UTC-5), Shwetha Vastrad (AdWords API Team) escribió: > > Hi, > > The value provided for report type,

Re: Platforms To Target? - Which are the platforms to target?

2016-06-01 Thread 'Peter Oliquino' via AdWords API Forum
Hello, By Platforms, it could mean either of the items (Platforms to target) indicated in this reference page . Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: Can we upload csv files of hashed emails for Customer Match via the API?

2016-06-01 Thread 'Joyce Lava' via AdWords API Forum
Hi Yang, You don't need to add 100 separate list. You could create one CrmBasedUserList. The first call, which is the mutate, creates the CrmBasedUserList, with no members. The subsequent calls are to mutateMembers, which can then add people to the existing list up to 10,000 per operation/requ

Re: CampaignServiceInterface get method is broken upgrading Java SDK jar from v2.12.0 to 2.13.0

2016-06-01 Thread Han Vo
I was using the old google-api-client version 1.19.1 upgrading to 1.22.0 worked Thank you so much On Wednesday, June 1, 2016 at 10:20:31 AM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > The way to get the AdWords API services using the Java client library is > to first construct

Re: AdWords Jars and Examples Download Link Broken

2016-06-01 Thread 'Peter Oliquino' via AdWords API Forum
Hello Mark, You could use this link - https://github.com/googleads/googleads-java-lib/releases. Please let me know if you find any issues. Thanks, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.bl

Re: Getting Transaction history / billing balance through the API

2016-06-01 Thread 'Joyce Lava' via AdWords API Forum
Hi, Currently, getting the Transaction History/Billing Balance is not supported by AdWords API. The only way to get this is through the UI. However, you may check on the AdWords API blog to see future updates and announcements. Best Regards, Joyce, Ad

Re: List of possible criteria to use in creating new audience

2016-06-01 Thread Christine Jolley Hill
Is it just these, or are there other things we can use to create audiences through API? https://developers.google.com/adwords/api/docs/reference/v201605/AdGroupCriterionService.AdGroupCriterion#criterion 1. AgeRange

Re: The examples in PHP library of Adwords api for creating Responsive Ad is not working. It gives fatal error yelling Cannot access empty property.

2016-06-01 Thread 'Umesh Dengale' via AdWords API Forum
Hello, You could create the ResponsiveDisplayAd using AdWords API v201605 in test account only. Plea

Re: Feed Item Approval Speed

2016-06-01 Thread 'Joyce Lava' via AdWords API Forum
Hi Ryan, Most of the ads are reviewed within 1 business day . However, you may check if Ad Customizer can be a help for you if you need to update some informati

Adwords parameters

2016-06-01 Thread Shai Kazaz
Hi, I have my own BI system that tracks my clicks, I pull from Adwords parameters (gclid, keyword_id, ad_id etc.). I'm getting clicks, with all parameters (including gclid !) that aren't exist in the click performance report that I download manually from the API. Is someone saw this before? Th

Re: BudgetOrderService на МСС аккаунте без кредитной линии

2016-06-01 Thread Maria Svetikova
Добрый день. Скажите, пожалуйста, что-то изменилось в данном вопросе или нет? Наш агентский менеджер - Фетисов Пётр - ничего не знает, прислал пару ссылок на стартгайд АПИ и типа отмазался. На сколько я знаю, есть два уровня доступа к АПИ: baisc и advanced. Это как-то коррелирует с этим вопросом

Re: Any one can help me to get all users under organization unit using google directory API

2016-06-01 Thread 'Peter Oliquino' via AdWords API Forum
Hello, We support AdWords API related cases. For your question, you can post something similar in https://developers.google.com/admin-sdk/directory/support. Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

How do I add gender bid modifiers

2016-06-01 Thread foluso
Hi, The AdGroupBidModifierService (v201605) explicitly states "Currently supports platform (mobile) bid multiplier overrides only " I am trying to set all the PreferredContent (GENDER) bids to zero for

Re: How to add AccountLabels to ManagedCustomers?

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Markus, The "accountLabels " field in ManagedCustomer is a read-only field and will be ignored when sent to the API. To assign labels to a managed customer, you *have* to u

Re: Offline Conversions with Same gclid and different ConversionType

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Itay, If you try to upload the same conversion with the same combination of GCLID, conversionName, date and time, AdWords will ignore it. If you want to upload multiple conversions of the same type for the same click, AdWords will record them as long as they have different times, even if the

Re: API error - 'deleted_client' - The OAuth client was deleted

2016-06-01 Thread Ravi Aadepu
I have re-created new project and updated the client id and client secret but still i am getting same error *Error: deleted_client* The OAuth client was deleted. Please help me Thanks in advance Ravi. On Tuesday, 14 April 2015 18:22:50 UTC+5:30, mi...@chaseandcoadvertising.co.uk wrote: >

API Workshops: Which locations host the technical workshops?

2016-06-01 Thread Zweitze
Hi, Today Google announced AdWords API workshops for this fall. That blogpost states two types of workshops are organised, technical and business workshops. And it states "Choose a location and type of

Re: Offline Conversions with Same gclid and different ConversionType

2016-06-01 Thread Itay Zagron
Hi Shwetha, Thanks for the answer. Let me clarify my question again if i uploaded those conversions *#* *ConversionName* *ConversionValue* *GoogleClickId* *ConversionTime* 1 TEST1 30 x123 20160601 1000 EST 2 TEST2 30 x123 20160601 1000 EST Same Gclid, Same Value, Same Time *But

Re: Keyword Text from Reports

2016-06-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Marcin, To get the keyword text or keyword name, you could use the Crite ria field of Keyword Performance Report

Re: How to get Adwords Customer ID of currently signed in user

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Unfortunately, it is not possible to get the AdWords customer ID using just the Google account credentials. You have to login to the AdWords console to find out the Customer Id associated with your Google account. Regards, Shwetha, AdWords API Team.

Re: API Workshops: Which locations host the technical workshops?

2016-06-01 Thread 'Joyce Lava' via AdWords API Forum
Hi, Please refer to this page to see what kind of workshop is available per location. Let me know if there are other concerns. Cheers, Joyce, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: List of possible criteria to use in creating new audience

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Christine, You can create audiences using the Remarketing options available in the AdWords API. The examples provided here

Re: Quisiera generar un reporte en una pagina php de mis campañas a través de la Api Adwords / I would like to generate a report on a php page of my campaigns through Adwords Api

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, The DownloadCriteriaReport PHP example demonstrates how to download a Criteria Performance Report

Re: The examples in PHP library of Adwords api for creating Responsive Ad is not working. It gives fatal error yelling Cannot access empty property.

2016-06-01 Thread DOMADIA KENIL
I tried in the exact manner. Still it doesnt seem to work. Need some correct solution. On Wednesday, June 1, 2016 at 9:01:14 PM UTC+5:30, Umesh Dengale wrote: > > Hello, > > You could create the ResponsiveDisplayAd >

Re: List of possible criteria to use in creating new audience

2016-06-01 Thread Christine Jolley Hill
Thanks for your input! I have seen all of the examples and the API documentation. What I'm looking for is just a nice list that says these 20 (or whatever) fields can be used in RLSA without custom setup. I thought the criteria usage doc was what I was looking for, but the chart without much

Re: Adwords parameters

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Shai, Could you provide the report definition you use to pull the Click Performance Report along with your clientCustomerId? Could you also provide sample clicks that you are getting that aren't included in the Click Performance Report? Please use *Reply privately to author *when responding.

Re: contentBidTypeCriterionGroup doesn't mutate

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that you found the error in the code and resolved it. Please let us know if you have any other questions. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https:

Re: BatchJobService is SO SLOW and not completing jobs

2016-06-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you double-check the IDs you provided? They are 9 digits long, but customer/account IDs are 10 digits. If you could send a few customer ID + batch job ID combinations where you're seeing issues, I'll investigate further. Thanks, Josh, AdWords API Team On Wednesday, June 1, 2016 at 8

Re: BatchJobService is SO SLOW and not completing jobs

2016-06-01 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I just heard back from the team working on this issue, and they confirmed that they saw some problems with BatchJobService. The good news is that they already applied a fix about an hour ago that should have helped with the performance issue. If you're still seeing problems, please send ove

Re: List of possible criteria to use in creating new audience

2016-06-01 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Christine, To have RLSA campaigns, you will need to create Remarketing lists. You can find the types of user lists here . I hope this is what you are looking for. Regards, Shwetha, A

Re: How do I add gender bid modifiers

2016-06-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi Foluso, Unfortunately, bid modifiers are only available for Platform criterion, so you will not be able to add bid modifiers for Gender. You can refer to this guide for more information. Thanks, Peter AdWords A

Re: Create display campaign with cpm bidding

2016-06-01 Thread cjalbert
Sorry for the late response, I have done more investigating, and it appears that we are able to create the CPM campaign, however that is breaking something related to the add group creation. I was creating an ad group under the campaign and then calling GET and then SET on that object. The pro

Re: AdWords Jars and Examples Download Link Broken

2016-06-01 Thread Mark Gormley
Hi Peter, Thank you for the quick reply. The link you provided me lists downloads for the different Ads APIs as jars or Maven projects, but the only link that doesn't work is for the AdWords jars. I left out the part in my original post explaining that what I need is the AdWords jars downlo