Hi Anash,

Thanks for your reply, much helpful. What would you suggest here? MJS or 
CampaignService? We choose MJS coz we will get xx number of products daily 
to our feed and need to create each products as each campaigns so only we 
choose MJS as we can see the jobs results and once job is completed we can 
retrieve the Completed, Failure results so based on it we can update as per 
our needs, so these can be done using MJS only, right?

and also when product status is inactive we need to pause the campaign so I 
think all these can be done in MJS?

Any ideas would be helpful? as we like to get everything perfect, so for 
example: we had 1000 products in our feed and new products will 
come/exists..etc as per the product status so based on it we need to insert 
and pause the campaigns, just some hint is enough as we already completed 
75% of code and everything in testing stage. We successfully inserted the 
campaigns from feed and right now we are on "Update" stage.

Thanks,
Subash

On Tuesday, June 9, 2015 at 11:55:19 PM UTC+5:30, Anash P. Oommen (AdWords 
API Team) wrote:
>
> Hi Subash,
>
> I'm not sure I follow the issue completely, but my understanding is that 
> when doing the import, you don't have a way to identify the campaign you 
> are creating in MJS to the corresponding entry in your local feed.
>
> If that's the case, you might want to switch back to CampaignService, so 
> you could create one campaign at a time, and associate its ID to your local 
> ID immediately when the call returns. Another option is to continue using 
> MJS, but create the campaign initially while encoding your ID into the 
> campaign name (e.g. [12345] Campaign Name). Once the campaign is created, 
> you can rename it after doing the necessary local association.
>
> AdWords API doesn't provide a way to add custom metadata to an AdWords 
> object.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Thursday, June 4, 2015 at 4:42:20 AM UTC-4, Subash NG wrote:
>>
>> Hello,
>>
>> We have been importing campaigns from json and we are using 
>> mutatejobservice to do this, our issue right now is we can't parse our 
>> product id into campaign settings. We don't have any issues while importing 
>> campaigns but when thought about "Update" we need to parse our ID into 
>> campaign settings, same for adgroup settings to Update based upon our json.
>>
>> "campaign_array_field": [
>>         {
>>             "product_id: "1234",
>>             "product_name: "value",
>>             "product_budget": "$10",
>>             "product_status": "TRUE:FALSE",
>>              ...etc
>> }
>> ]
>>
>> We can't use product_id into labels coz labels can be added only after 
>> the campaign is created. We need some reference while importing campaigns.
>>
>> Thanks!
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/29b4afd8-bd52-465e-b454-f3bc70aea3a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to