php googleads creating label

2014-11-26 Thread James Mills
Hi, I have just come across your post on labels and I am trying to use it (http://googleadsdeveloper.blogspot.co.uk/2014/07/new-labels-features-in-adwords-api.html). When trying to create a new label I am getting ``` [LabelError.INVALID_LABEL_TYPE @ operations[0].operand] ``` and I am not s

Error getting access and refresh token from playground

2014-10-11 Thread James Mills
Hi, Not sure how else to get help about this so I made a quick video (I will be deleting this project after this post). http://screencast.com/t/II9aDTMXyEqg I have gone though this process in this same account for a different project and everything worked fine. Any help would be greatly appre

Re: Add Google Adwords Call Extension to AdGroup using API

2014-08-01 Thread James Mills
Hiya, No, how do you select that using the API? All UI stuff works now. Thanks for all your help! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-30 Thread James Mills
Hi Josh, Yes, it would seem that although the value is true by default if the Feed does not have the field loaded and mapped then it has nothing to save it against when you try and update values in the FeedItem. That's my guess anyway. What I have done now is just included entries for all the

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-30 Thread James Mills
UPDATE I added a 'CONVERSION TYPE ID' but still had the issue. Turned out I had forgotten to add 'TRACKED' to the Feed and FeedItem etc. this is what was giving us the error. I was trying to save some lines of code by omitting them but turns out I ended up causing myself (and you) more pain th

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-30 Thread James Mills
Saying that I cannot see a way to set the "Report phone call conversions : Count calls as phone call conversions" & "Conversion Action" settings. I thought maybe that I need to set the Conversion Type Id to be the Id of an AdWordsConversionTracker Object but then you would have to create a new

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi Josh, Thanks for looking into this. I noticed that the country was listed as 'Afghanistan' so I inspected the live site and noticed they should be uppercase. Link from the docs or an example would help. I was looking at the placeholder docs https://developers.google.com/adwords/api/docs/ap

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi, Feed ID 18963918 Adgroup ID 13788225903 James -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rece

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi again, I am now successfully, to an extent, doing what I need to do. The only thing that's a little odd is when I log in and go to edit the number when I click 'save' I get this https://www.dropbox.com/s/rovh7v5hbpdro2x/Screenshot%202014-07-29%2018.23.10.png Any ideas, apart from go back a

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-29 Thread James Mills
Hi Josh, Thank you very much for your reply, this entire thread has been extremely valuable. So this is what I am doing. 1. Get or create a unique Feed item. In my case it is a Call Extensions Feed. 2. Create a FeedItem for a given phone number. This matches the feedAttributeId t

Re: Add Google Adwords Call Extension to AdGroup using API

2014-07-23 Thread James Mills
to fine it? Thanks again, James Mills Lead Developer, Clicksco PHP Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelo

Add Google Adwords Call Extension to AdGroup using API

2014-07-23 Thread James Mills
I am successfully adding new AdGroups to the Campaign of my choosing. I would now like to add a phone number to be displayed against the ads in that adgroup. I understand this to be an Call Extension. Looking into this I have found that this needs to be added using the API Feed Service (http:/