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/762b432a-47ab-416f-a894-3dc421566303%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to