Hi there

I am doing with google ads API, on the UI easily to create a campaign with 
ad group type is `shopping - showcase` like my capture below


but via google ads API I can find out the way to set ad group type, here is 
my code:

// Creates an ad group.
$adGroup = new AdGroup([
'name' => $campaign->name,
'campaign' => $campaignResourceName,
'type' => AdGroupType::[i can find the SHOPPING_SHOWCASE_ADS enum],
'status' => AdGroupStatus::ENABLED
]);

Plz give me some advises.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/abf5fd97-fb2e-49d2-82e2-f002c80bd105n%40googlegroups.com.

Reply via email to