Re: Problem with SharedSet and OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY

2014-09-11 Thread Danial Klimkin
Hello Kai, Thank you for letting us know on this issue. We'll see if this could be resolved given the fact SharedSets have limited support. In the meanwhile, UI is the only option. -Danial, AdWords API Team. On Thursday, September 11, 2014 3:24:50 PM UTC+4, Kai steudten wrote: Hello,

Adword Api 'No Campaign Found'

2014-09-11 Thread Cynthia Carter
Hi, I am using Adwords Api php library. I have set everything in auth.ini . But no campaigns showing. Its showing 'NO CAMPAIGN WERE FOUND'. Please someone help me out of this situation. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Destination url

2014-09-11 Thread Surayyo Karimova
Hi, I want to know user got my website by ad or other ways. How to know it? google adds parameters to this url, Can I know this parameters? If I know this parameters I can know this user comes from google ad. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

google adwords api

2014-09-11 Thread Cynthia Carter
Hi, I have MCC Production account under which lots of client accounts are there. How to make the request dynamically so that i can list all client's campaign.Please help me out of this situation. Thanks in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

How to start this API

2014-09-11 Thread Dosth Mohammed
Hi Sir, We have downloaded the library files also have account, Please let me know how to test this account. We are not clear how to test this API also don't know which file we need to run to show the result. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Adword Api 'No Campaign Found'

2014-09-11 Thread Danial Klimkin
Hello Cynthia, Please make sure you specify the correct clientCustomerId (CID). It looks like you are making requests against an MCC account which can have no campaigns. -Danial, AdWords API Team. On Wednesday, September 10, 2014 7:25:30 PM UTC+4, Cynthia Carter wrote: Hi, I am

Re: google adwords api

2014-09-11 Thread Danial Klimkin
Hello Cynthia, Please see the ManagedCustomerService: https://developers.google.com/adwords/api/docs/reference/v201406/ManagedCustomerService and the GetAccountHierarchy example for your library. -Danial, AdWords API Team. On Wednesday, September 10, 2014 7:39:03 PM UTC+4, Cynthia

Re: How to start this API

2014-09-11 Thread Danial Klimkin
Hello Dosth, Please see: https://developers.google.com/adwords/api/docs/signingup and https://developers.google.com/adwords/api/docs/first-request -Danial, AdWords API Team. On Wednesday, September 10, 2014 3:44:09 PM UTC+4, Dosth Mohammed wrote: Hi Sir, We have downloaded the

Re: How to start this API

2014-09-11 Thread Neil Goldman
You'll need to be approved for a developer token before you can begin using the APIs. Or you can set up a test account, which will let you execute API requests, but cannot serve ads or retrieve specific data. The links Danial posted should help you do that. Each client library has an examples

How to select a specific ad using AdGroupId and Id ? ...

2014-09-11 Thread BDCoder
Hello, All I want to do is use the AdGroupAdService to get a single text ad with a specific ID in a specific AdGroup. My understanding is that the (AdGroupId, AdId) pair is globally unique; so I assume I have to pass the AdGroupID and AdId to the selector. However, when I perform a get

Callout Extensions

2014-09-11 Thread GDZ
Hello! Are Callout Extensions available for creation via API already? Thank you! GDZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How to select a specific ad using AdGroupId and Id ? ...

2014-09-11 Thread BDCoder
AH-HA ... From the documentation -- *AdGroupAds that had been removed are not returned by default.* Of course!! -- the ad ID I was trying to fetch was DISABLED -- which I guess is synonym for removed in this API world (who knew?) So -- to work with this feature, simply add another predicate