I use the PHP client library with version v201603 of the API.
 
I am trying to get the Callout Extensions that don't belong to a Campaign 
or an AdGroup.

If an Extension belongs to a Campaign or an Adgroup, I can get it using the 
'CampaignExtensionSettingService' or ''AdGroupExtensionSettingService' 
parameter in the GetService method.

Here is an example below that works fine:

    $campaignExtensionSettingService 
= $user->GetService('CustomerExtensionSettingService', ADWORDS_VERSION);
    $selector = new Selector();
    $selector->fields = array("ExtensionType", "Extensions");
    $selector->paging = new Paging(0, 
AdWordsConstants::RECOMMENDED_PAGE_SIZE);
    $campaignExtensionSettingService->get($selector);

However, I can't access Extensions that are not part of a Campaign or an 
AdGroup. Parameter 'CustomerExtensionSettingService' returns an empty 
result.

Any idea?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8bc8c876-92b9-4302-965a-89a01158d71c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to