What should I send to the AdGroupAdService if I want to create an Image Ad?

2016-11-04 Thread Farid el Nasire
The documentation is slightly cryptic when it comes to this field and there are no examples available anywhere. I've used the MediaService to upload an image to AdWords, I got a mediaId back, I now want to "bind it" to an ad. With a text ad I used to send the following ADD operation: {

Re: API requests not working after token approval/reauthorization

2016-10-25 Thread Farid el Nasire
* On Tuesday, October 25, 2016 at 12:58:13 PM UTC-4, Farid el Nasire wrote: > > We have been working on an application which uses the AdWords API to > create/manage campaigns. While we were waiting for our token to be approved > we used a test token, which allowed us to create campaigns/a

API requests not working after token approval/reauthorization

2016-10-25 Thread Farid el Nasire
We have been working on an application which uses the AdWords API to create/manage campaigns. While we were waiting for our token to be approved we used a test token, which allowed us to create campaigns/ad groups/ads and whatnot in a safe sandboxed demo environment. This has been working

Re: Issue with setting Ad_Schedule on Ad Group

2016-10-06 Thread Farid el Nasire
Great, this fixed it, thanks so much! On Thursday, October 6, 2016 at 3:43:01 PM UTC-4, Anthony Madrigal wrote: > > Hello, > > The reason you are seeing this error is because Ad Schedules can only be > created as a CampaignCriterion, not an AdGroupCriterion. You can see this > page >

Issue with setting Ad_Schedule on Ad Group

2016-10-05 Thread Farid el Nasire
Tried setting up a schedule for an ad group by doing the following: But this returns: > TypeNotFound: Type not found:

Bug returning averagePosition

2010-11-12 Thread Farid Parvini
Hi, I have this code , $selector = new AdGroupCriterionSelector(); // Create id filter. $idFilter = new AdGroupCriterionIdFilter(); $idFilter-adGroupId = $adGroupId; $selector-idFilters = array($idFilter); // Get all ad group criteria. $page =

Adword API - Worst documentation and support I have ever seen

2010-11-12 Thread Farid Parvini
To whom it may concern Google adword API documentation and support is the worst I have ever seen. Our company paid over $60,000 to google last month for adwords for over 100 customers that we have and this is the service/support that we are getting ! I have been working as senior software

Re: average positon

2010-11-12 Thread Farid Parvini
Hi , How can I find the parameters that I need for auth.ini + $adGroupId ???! userAgent = applicationToken = developerToken = clientId = 864-656-8289 Regards -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

average positon

2010-11-01 Thread Farid
Hi , Is there anyway that I can find the average positon for a keyword. Thanks a lot in advance -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Average Position for keywords

2010-11-01 Thread Farid
Is there anyway that I can find the average positon for a keyword. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Question about PHP retrieving of keywords in campaign

2010-10-20 Thread Farid Parvini
Hi Anash I have the same issue and posted a request, but didn't get any response. I carefully reviewed the link you posted, it seems that it just returns group id and type , as it is mentioned here . $adGroupCriterion-adGroupId . ', criterion id ' .

php - getting keywords

2010-10-08 Thread Farid
Hi , I am new to this API , I need a function to get the keywords and then the ranking of that. I guess I need to use adGroupCriterionService , but don't see any function to get keywords Any hint or example is really appreciated. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

No Campaings were found

2010-09-17 Thread Farid
Hi I am new to using API , it seems that all parameters in auth.ini is correct , but I when using GetAllCampaigns.php , I get the following message : No campaigns were found While there are more than 50 campaigns in that account Any help is appreciated --