Migrating production Ads to ExpandedTextAds

2016-09-16 Thread priya bahuguna
Hello API Team, We are in the process of migrating existing ads to expanded text format. So I'm trying to implement a logic that reads all existing ads from an account/cmpgn/adgroup and then create expanded ads version of them. I'm considering using AdGroupAdService instead of BatchJobService

Re: Expanded Text Ads- v201605 implement & test?

2016-07-26 Thread priya bahuguna
m) wrote: >> >> Hello, >> >> Please share the Customer ID for the account that was whitelisted so I >> can check if it was indeed actually whitelisted. >> >> Regards, >> Mike, AdWords API Team >> >> On Thursday, July 7, 2016 at 3:55:33 PM UT

Re: Expanded Text Ads- v201605 implement & test?

2016-07-07 Thread priya bahuguna
o the whitelist; however there are no guarantees. > > Regards, > Mike, AdWords API Team > > On Wednesday, July 6, 2016 at 9:44:06 AM UTC-4, priya bahuguna wrote: >> >> Hello, >> >> I need some help understanding how I can implement and test Expan

Expanded Text Ads- v201605 implement & test?

2016-07-06 Thread priya bahuguna
Hello, I need some help understanding how I can implement and test Expanded Text Ads against production account. I was able to test the functionality using a test account but our custom application uses a production account and connects to a Test MCC account for testing purposes. To implement

Re: Updating Ad Final URLs

2016-04-28 Thread priya bahuguna
Hi Shwetha, Thanks for your reply. It is helpful for proceeding further. question- Are you aware of any way so that the stats for the old ad can be linked to the new ad? Regards, Priya On Wednesday, April 27, 2016 at 3:27:40 PM UTC-4, priya bahuguna wrote: > > > Hello All, > >

Updating Ad Final URLs

2016-04-27 Thread priya bahuguna
Hello All, We are running an initiative to update all our Ad URLs to the secure version i.e starting with https://. From the Adwords Web UI I can find that when I edit the Ad (just convert Final Url to https://), the old Ad is marked as deleted and a new one is created. I'm just curious to

Migrating to v201601

2016-04-01 Thread priya bahuguna
Hello, This is the first time I'm handling migration to a new version of adwords api for our application. We are using the google client library. I just wanted to confirm that if services are working fine with the Test account can I assume that everything will work for production accounts

Re: CustomerSyncServiceInterface: Get Changed campaigns only

2016-03-11 Thread priya bahuguna
March 10, 2016 at 5:49:59 PM UTC-5, priya bahuguna wrote: > > Hello, > > Is it possible to get only the altered campaignIds from > CustomerSyncServiceInterface by just providing the accountId to the > service? > Currently we are looping through all the campaigns in an ac

Re: Check for Pending BatchJob

2016-02-23 Thread priya bahuguna
Hi Yin, Thanks a lot Yin. That was clearly what I needed. My Bad, should have study the API docs carefully. Regards, Priya On Tuesday, February 23, 2016 at 4:13:30 PM UTC-5, Yin Niu wrote: > > Hi Priya, > > I see that you want to link the pending and processing state for > MutateJobService

Re: Check for Pending BatchJob

2016-02-23 Thread priya bahuguna
Hi Yin, Thanks for the reply. I have to check whether the job status is Pending or in Processing state. BatchJobStatus has values UNKNOWN, AWAITING_FILE,ACTIVE,CANCELING, CANCELED and DONE. Can a job which is NOT in DONE or CANCELLED be regarded as PENDING? Regards, Priya On Tuesday,

Check for Pending BatchJob

2016-02-23 Thread priya bahuguna
Hello, We migrating from deprecated MutateJobService to BatchJobService. How can we check for Pending or processing Batch Job Status. Can a batch job in neither DONE nor CANCELED state regarded as a pending/processing job. Previously we were using BasicJobStatus.PENDING &